Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __PERF_CLOCKID_H
0004 #define __PERF_CLOCKID_H
0005 
0006 struct option;
0007 int parse_clockid(const struct option *opt, const char *str, int unset);
0008 
0009 const char *clockid_name(clockid_t clk_id);
0010 
0011 #endif