Searched refs:perf_hpp_list__for_each_format (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/tools/perf/ui/stdio/ |
D | hist.c | 426 perf_hpp_list__for_each_format(hpp_list, fmt) { in __hist_entry__snprintf() 479 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_entry__hierarchy_fprintf() 506 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__hierarchy_fprintf() 653 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 666 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 690 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 704 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
|
/linux-5.10/tools/perf/ui/gtk/ |
D | hists.c | 440 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in perf_gtk__add_hierarchy_entries() 451 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in perf_gtk__add_hierarchy_entries() 534 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in perf_gtk__show_hierarchy() 550 perf_hpp_list__for_each_format(&fmt_node->hpp ,fmt) { in perf_gtk__show_hierarchy()
|
/linux-5.10/tools/perf/ui/ |
D | hist.c | 644 perf_hpp_list__for_each_format(list, pos) { in perf_hpp__setup_output_field() 660 perf_hpp_list__for_each_format(list, fmt) { in perf_hpp__append_sort_keys() 800 perf_hpp_list__for_each_format(&node->hpp, fmt) in hists__reset_column_width() 810 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_user_width()
|
/linux-5.10/tools/perf/util/ |
D | hist.h | 330 #define perf_hpp_list__for_each_format(_list, format) \ macro 343 perf_hpp_list__for_each_format((hists)->hpp_list, format)
|
D | sort.c | 1969 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__filter() 2890 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_elide() 2950 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2962 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2970 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide()
|
D | hist.c | 1390 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__check_and_remove_filter()
|
/linux-5.10/tools/perf/ui/browsers/ |
D | hists.c | 1457 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_hierarchy_entry() 1523 perf_hpp_list__for_each_format(entry->hpp_list, fmt) { in hist_browser__show_hierarchy_entry() 1606 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_no_entry() 1712 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 1744 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 2126 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__fprintf_hierarchy_entry() 2140 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_browser__fprintf_hierarchy_entry() 2236 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) in hist_browser__init()
|