Searched refs:evsel__newtp_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | evsel.h | 270 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 D | evlist.c | 318 struct evsel *evsel = evsel__newtp_idx("sched", "sched_switch", 0, in evlist__add_sched_switch()
|
| H A D | parse-events.c | 482 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, parse_state->idx++, in add_tracepoint()
|
| H A D | evsel.c | 580 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx, bool format) in evsel__newtp_idx() function
|