Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Devsel.h228 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx);
238 return evsel__newtp_idx(sys, name, 0); in evsel__newtp()
Devlist.c293 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch()
Dparse-events.c483 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
Devsel.c484 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function