Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / tools / perf / util / clockid.h
blob9b49b4711c76837a08a13d6379b49c117493d459
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __PERF_CLOCKID_H
4 #define __PERF_CLOCKID_H
6 struct option;
7 int parse_clockid(const struct option *opt, const char *str, int unset);
9 const char *clockid_name(clockid_t clk_id);
11 #endif