summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/clockid.h
blob: 8e567b3ebbbd875d7e4ee52ddf44304aba1e7bdb (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __PERF_CLOCKID_H
#define __PERF_CLOCKID_H

struct option;
int parse_clockid(const struct option *opt, const char *str, int unset);

#endif