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