Searched refs:evsel__newtp_idx (Results 1 – 3 of 3) sorted by relevance
214 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx);224 return evsel__newtp_idx(sys, name, 0); in evsel__newtp()
449 struct evsel *evsel__newtp_idx(const char *sys, const char *name, int idx) in evsel__newtp_idx() function
582 struct evsel *evsel = evsel__newtp_idx(sys_name, evt_name, (*idx)++); in add_tracepoint()