Home
last modified time | relevance | path

Searched refs:evsel__newtp_idx (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.h187 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 Devsel.c441 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function
H A Dparse-events.c564 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
H A Devlist.c301 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0); in evlist__add_sched_switch()
H A Dparse-events.c526 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()
H A Devsel.c454 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function

Completed in 19 milliseconds