Searched refs:__evlist__for_each_entry_safe (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/ |
A D | evlist.h | 316 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ macro 326 __evlist__for_each_entry_safe(&(evlist)->core.entries, tmp, evsel)
|
A D | evlist.c | 188 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail() 195 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail() 279 __evlist__for_each_entry_safe(&head, n, evsel) in evlist__add_attrs()
|
Completed in 10 milliseconds