Searched refs:parse_events_option (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | parse-events.h | 30 int parse_events_option(const struct option *opt, const char *str, int unset);
|
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()
|
/linux-6.6.21/tools/perf/ |
D | builtin-top.c | 1464 parse_events_option), in cmd_top()
|
D | builtin-stat.c | 1168 parse_events_option),
|
D | builtin-record.c | 3344 parse_events_option),
|
D | builtin-trace.c | 4577 err = parse_events_option(&o, lists[0], 0);
|