Searched refs:evsel__newtp_idx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/tools/perf/util/ |
| D | evsel.h | 236 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx); 243 return evsel__newtp_idx(sys, name, 0); in evsel__newtp()
|
| D | evlist.c | 293 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch()
|
| D | parse-events.c | 526 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
|
| D | evsel.c | 454 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function
|