Searched refs:perf_hpp_list__for_each_format_safe (Results 1 – 3 of 3) sorted by relevance
/tools/perf/ui/ |
A D | hist.c | 921 perf_hpp_list__for_each_format_safe(&perf_hpp_list, fmt, tmp) { in perf_hpp__cancel_cumulate() 936 perf_hpp_list__for_each_format_safe(&node->hpp, fmt, tmp) { in perf_hpp__cancel_cumulate() 962 perf_hpp_list__for_each_format_safe(&perf_hpp_list, fmt, tmp) { in perf_hpp__cancel_latency() 972 perf_hpp_list__for_each_format_safe(&node->hpp, fmt, tmp) { in perf_hpp__cancel_latency() 1028 perf_hpp_list__for_each_format_safe(list, fmt, tmp) in perf_hpp__reset_output_field()
|
/tools/perf/util/ |
A D | hist.h | 561 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ macro
|
A D | hist.c | 3061 perf_hpp_list__for_each_format_safe(&node->hpp, fmt, pos) { in hists_evsel__exit()
|
Completed in 14 milliseconds