Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6953beb4ddab87ad00029d8a11c1f985df09981e
/
.
/
tools
/
perf
/
util
/
clockid.h
blob: 8e567b3ebbbd875d7e4ee52ddf44304aba1e7bdb [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__PERF_CLOCKID_H
#define
__PERF_CLOCKID_H
struct
option
;
int
parse_clockid
(
const
struct
option
*
opt
,
const
char
*
str
,
int
unset
);
#endif