Searched refs:evlist__for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | evlist-hybrid.c | 112 evlist__for_each_entry_safe(evlist, tmp, evsel) { in evlist__fix_hybrid_cpus()
|
A D | evlist.h | 343 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ macro
|
A D | evlist.c | 144 evlist__for_each_entry_safe(evlist, n, pos) { in evlist__purge() 1655 evlist__for_each_entry_safe(evlist, n, evsel) { in evlist__to_front()
|
/linux-6.3-rc2/ |
A D | .clang-format | 187 - 'evlist__for_each_entry_safe'
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-trace.c | 3079 evlist__for_each_entry_safe(evlist, evsel, tmp) { 3523 evlist__for_each_entry_safe(trace->evlist, tmp, evsel) {
|
Completed in 17 milliseconds