Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9-rc2 11 lines 232 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef __PERF_CLOCKID_H 4#define __PERF_CLOCKID_H 5 6struct option; 7int parse_clockid(const struct option *opt, const char *str, int unset); 8 9const char *clockid_name(clockid_t clk_id); 10 11#endif