xref: /kernel/linux/linux-6.6/tools/perf/util/parse-sublevel-options.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/util/
162306a36Sopenharmony_ci#ifndef _PERF_PARSE_SUBLEVEL_OPTIONS_H
262306a36Sopenharmony_ci#define _PERF_PARSE_SUBLEVEL_OPTIONS_H
362306a36Sopenharmony_ci
462306a36Sopenharmony_cistruct sublevel_option {
562306a36Sopenharmony_ci	const char *name;
662306a36Sopenharmony_ci	int *value_ptr;
762306a36Sopenharmony_ci};
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint perf_parse_sublevel_options(const char *str, struct sublevel_option *opts);
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#endif
12

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