xref: /kernel/linux/linux-6.6/tools/perf/util/parse-sublevel-options.h (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/util/
1#ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
2#define _PERF_PARSE_SUBLEVEL_OPTIONS_H
3
4struct sublevel_option {
5	const char *name;
6	int *value_ptr;
7};
8
9int perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
10
11#endif
12

Indexes created Thu Nov 07 10:32:03 CST 2024