]> Git Repo - J-linux.git/blob - tools/perf/util/clockid.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / tools / perf / util / clockid.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __PERF_CLOCKID_H
4 #define __PERF_CLOCKID_H
5
6 struct option;
7 int parse_clockid(const struct option *opt, const char *str, int unset);
8
9 const char *clockid_name(clockid_t clk_id);
10
11 #endif
This page took 0.030262 seconds and 4 git commands to generate.