Searched refs:evsel__newtp_idx (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | evsel.h | 259 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format); 262 return evsel__newtp_idx(sys, name, 0, true); in evsel__newtp()
|
| H A D | evlist.c | 306 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0, in evlist__add_sched_switch()
|
| H A D | parse-events.c | 531 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, parse_state->idx++, in add_tracepoint()
|
| H A D | evsel.c | 594 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format) in evsel__newtp_idx() function
|