Searched refs:evlist__for_each_entry_safe (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.h | 334 * evlist__for_each_entry_safe - safely iterate thru all the evsels 339 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ macro
|
H A D | metricgroup.c | 384 evlist__for_each_entry_safe(perf_evlist, tmp, evsel) { in metricgroup__setup_events() function
|
H A D | evlist.c | 134 evlist__for_each_entry_safe(evlist, n, pos) { in evlist__purge() function 1573 evlist__for_each_entry_safe(evlist, n, evsel) { in perf_evlist__to_front() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.h | 336 * evlist__for_each_entry_safe - safely iterate thru all the evsels 341 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ macro
|
H A D | evlist.c | 160 evlist__for_each_entry_safe(evlist, n, pos) { in evlist__purge() function 1670 evlist__for_each_entry_safe(evlist, n, evsel) { in evlist__to_front() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 3066 evlist__for_each_entry_safe(evlist, evsel, tmp) { function 3559 evlist__for_each_entry_safe(trace->evlist, tmp, evsel) {
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 3123 evlist__for_each_entry_safe(evlist, evsel, tmp) { function
|
Completed in 27 milliseconds