16953beb4SJiri Olsa /* SPDX-License-Identifier: GPL-2.0 */ 26953beb4SJiri Olsa 36953beb4SJiri Olsa #ifndef __PERF_CLOCKID_H 46953beb4SJiri Olsa #define __PERF_CLOCKID_H 56953beb4SJiri Olsa 66953beb4SJiri Olsa struct option; 76953beb4SJiri Olsa int parse_clockid(const struct option *opt, const char *str, int unset); 86953beb4SJiri Olsa 9*cc3365bbSJiri Olsa const char *clockid_name(clockid_t clk_id); 10*cc3365bbSJiri Olsa 116953beb4SJiri Olsa #endif 12