xref: /kernel/linux/linux-5.10/tools/perf/util/parse-sublevel-options.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/perf/util/
18c2ecf20Sopenharmony_ci#ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
28c2ecf20Sopenharmony_ci#define _PERF_PARSE_SUBLEVEL_OPTIONS_H
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_cistruct sublevel_option {
58c2ecf20Sopenharmony_ci	const char *name;
68c2ecf20Sopenharmony_ci	int *value_ptr;
78c2ecf20Sopenharmony_ci};
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciint perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif

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