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