repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
clockid.h
blob
9b49b4711c76837a08a13d6379b49c117493d459
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