]> Git Repo - J-linux.git/blob - tools/perf/util/parse-sublevel-options.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / perf / util / parse-sublevel-options.h
1 #ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
2 #define _PERF_PARSE_SUBLEVEL_OPTIONS_H
3
4 struct sublevel_option {
5         const char *name;
6         int *value_ptr;
7 };
8
9 int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
10
11 #endif
This page took 0.025052 seconds and 4 git commands to generate.