Searched refs:parse_events_option (Results 1 - 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | parse-events.h | 34 int parse_events_option(const struct option *opt, const char *str, int unset);
|
| H A D | parse-events.c | 2273 int parse_events_option(const struct option *opt, const char *str, in parse_events_option() function 2305 ret = parse_events_option(opt, str, unset); in parse_events_option_new_evlist()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-stat.c | 1079 parse_events_option),
|
| H A D | builtin-top.c | 1453 parse_events_option), in cmd_top()
|
| H A D | builtin-record.c | 2422 parse_events_option),
|
| H A D | builtin-trace.c | 4651 err = parse_events_option(&o, lists[0], 0);
|
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-stat.c | 1168 parse_events_option),
|
| H A D | builtin-top.c | 1465 parse_events_option), in cmd_top()
|
| H A D | builtin-record.c | 3323 parse_events_option),
|
| H A D | builtin-trace.c | 4577 err = parse_events_option(&o, lists[0], 0);
|
Completed in 40 milliseconds