Searched refs:evsel__init (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.h | 201 void evsel__init(struct evsel *evsel, struct perf_event_attr *attr, int idx);
|
H A D | evsel.c | 236 void evsel__init(struct evsel *evsel, in evsel__init() function 268 evsel__init(evsel, attr, idx); in evsel__new_idx() 467 evsel__init(evsel, &attr, idx); in evsel__newtp_idx()
|
H A D | python.c | 817 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 251 void evsel__init(struct evsel *evsel, struct perf_event_attr *attr, int idx);
|
H A D | evsel.c | 273 void evsel__init(struct evsel *evsel, in evsel__init() function 305 evsel__init(evsel, attr, idx); in evsel__new_idx() 480 evsel__init(evsel, &attr, idx); in evsel__newtp_idx()
|
H A D | python.c | 920 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()
|
Completed in 13 milliseconds