Searched refs:evlist__for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | evlist-hybrid.c | 112 evlist__for_each_entry_safe(evlist, tmp, evsel) { in evlist__fix_hybrid_cpus()
|
D | evlist.h | 341 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ macro
|
D | evlist.c | 142 evlist__for_each_entry_safe(evlist, n, pos) { in evlist__purge() 1649 evlist__for_each_entry_safe(evlist, n, evsel) { in evlist__to_front()
|
/Linux-v6.1/ |
D | .clang-format | 187 - 'evlist__for_each_entry_safe'
|
/Linux-v6.1/tools/perf/ |
D | builtin-trace.c | 3076 evlist__for_each_entry_safe(evlist, evsel, tmp) { 3595 evlist__for_each_entry_safe(trace->evlist, tmp, evsel) {
|