Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / util / parse-sublevel-options.h
blob578b18ef03bb156b39d73f35dad963356cbd7ea4
1 #ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
2 #define _PERF_PARSE_SUBLEVEL_OPTIONS_H
4 struct sublevel_option {
5 const char *name;
6 int *value_ptr;
7 };
9 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
11 #endif