Searched refs:evsel__newtp_idx (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.h | 187 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx); 194 return evsel__newtp_idx(sys, name, 0); in evsel__newtp()
|
H A D | evsel.c | 441 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function
|
H A D | parse-events.c | 564 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A 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()
|
H A D | evlist.c | 301 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch()
|
H A D | parse-events.c | 526 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
|
H A D | evsel.c | 454 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function
|
Completed in 19 milliseconds