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