Searched refs:parse_events_option (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | parse-events.h | 34 int parse_events_option(const struct option *opt, const char *str, int unset);
|
| D | parse-events.c | 2387 int parse_events_option(const struct option *opt, const char *str, in parse_events_option() function 2419 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-top.c | 1447 parse_events_option), in cmd_top()
|
| D | builtin-stat.c | 1176 parse_events_option),
|
| D | builtin-record.c | 2449 parse_events_option),
|
| D | builtin-trace.c | 4667 err = parse_events_option(&o, lists[0], 0);
|