Searched refs:parse_events_option (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.h | 30 int parse_events_option(const struct option *opt, const char *str, int unset);
|
H A D | parse-events.c | 2271 int parse_events_option(const struct option *opt, const char *str, in parse_events_option() function 2304 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1464 parse_events_option), in cmd_top()
|
H A D | builtin-stat.c | 1190 parse_events_option),
|
H A D | builtin-record.c | 3327 parse_events_option),
|
H A D | builtin-trace.c | 4580 err = parse_events_option(&o, lists[0], 0);
|