Searched refs:evlist__for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | evlist-hybrid.c | 112 evlist__for_each_entry_safe(evlist, tmp, evsel) { in evlist__fix_hybrid_cpus()
|
D | evlist.h | 325 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ macro
|
D | evlist.c | 139 evlist__for_each_entry_safe(evlist, n, pos) { in evlist__purge() 1626 evlist__for_each_entry_safe(evlist, n, evsel) { in evlist__to_front()
|
D | metricgroup.c | 393 evlist__for_each_entry_safe(perf_evlist, tmp, evsel) { in metricgroup__setup_events()
|
/tools/perf/ |
D | builtin-trace.c | 3084 evlist__for_each_entry_safe(evlist, evsel, tmp) { 3587 evlist__for_each_entry_safe(trace->evlist, tmp, evsel) {
|