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

/linux-master/tools/perf/util/
H A Devsel.h237 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx);
244 return evsel__newtp_idx(sys, name, 0);
H A Devlist.c301 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0);
H A Devsel.c455 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) function
H A Dparse-events.c528 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++);

Completed in 227 milliseconds