Searched refs:perf_hpp_list__for_each_format (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 418 perf_hpp_list__for_each_format(hpp_list, fmt) { in __hist_entry__snprintf() 471 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_entry__hierarchy_fprintf() 498 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__hierarchy_fprintf() 592 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 605 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 629 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 643 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | hists.c | 438 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in perf_gtk__add_hierarchy_entries() 449 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in perf_gtk__add_hierarchy_entries() 532 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in perf_gtk__show_hierarchy() 548 perf_hpp_list__for_each_format(&fmt_node->hpp ,fmt) { in perf_gtk__show_hierarchy()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 577 perf_hpp_list__for_each_format(list, pos) { in perf_hpp__setup_output_field() 593 perf_hpp_list__for_each_format(list, fmt) { in perf_hpp__append_sort_keys() 733 perf_hpp_list__for_each_format(&node->hpp, fmt) in hists__reset_column_width() 743 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_user_width()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 314 #define perf_hpp_list__for_each_format(_list, format) \ macro 327 perf_hpp_list__for_each_format((hists)->hpp_list, fmt)
|
D | sort.c | 1836 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__filter() 2757 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_elide() 2817 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2829 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2837 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide()
|
D | hist.c | 1230 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__check_and_remove_filter()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 1379 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_hierarchy_entry() 1445 perf_hpp_list__for_each_format(entry->hpp_list, fmt) { in hist_browser__show_hierarchy_entry() 1528 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_no_entry() 1634 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 1666 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 2044 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__fprintf_hierarchy_entry() 2058 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_browser__fprintf_hierarchy_entry() 2153 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) in hist_browser__init()
|