Home
last modified time | relevance | path

Searched refs:evsel__newtp_idx (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/perf/util/
Devsel.h236 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx);
243 return evsel__newtp_idx(sys, name, 0); in evsel__newtp()
Devlist.c301 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch()
Dparse-events.c526 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
Devsel.c454 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function