Searched refs:parse_events_option (Results 1 – 6 of 6) sorted by relevance
/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 | 2360 int parse_events_option(const struct option *opt, const char *str, in parse_events_option() function 2394 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1471 parse_events_option), in cmd_top()
|
H A D | builtin-stat.c | 2385 parse_events_option), in cmd_stat()
|
H A D | builtin-record.c | 3371 parse_events_option),
|
H A D | builtin-trace.c | 4983 err = parse_events_option(&o, lists[0], 0);
|