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, bool format);
244 return evsel__newtp_idx(sys, name, 0, true);
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, bool format) function
H A Dparse-events.c553 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, parse_state->idx++,

Completed in 245 milliseconds