Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.h270 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format);
273 return evsel__newtp_idx(sys, name, 0, true); in evsel__newtp()
H A Devlist.c318 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0, in evlist__add_sched_switch()
H A Dparse-events.c482 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, parse_state->idx++, in add_tracepoint()
H A Devsel.c580 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format) in evsel__newtp_idx() function