Searched refs:perf_hpp_list__for_each_format (Results 1 – 7 of 7) sorted by relevance
/tools/perf/ui/stdio/ |
D | hist.c | 425 perf_hpp_list__for_each_format(hpp_list, fmt) { in __hist_entry__snprintf() 478 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_entry__hierarchy_fprintf() 505 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__hierarchy_fprintf() 630 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() 667 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers() 681 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists__fprintf_hierarchy_headers()
|
/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()
|
/tools/perf/ui/ |
D | hist.c | 594 perf_hpp_list__for_each_format(list, pos) { in perf_hpp__setup_output_field() 610 perf_hpp_list__for_each_format(list, fmt) { in perf_hpp__append_sort_keys() 737 perf_hpp_list__for_each_format(&node->hpp, fmt) in hists__reset_column_width() 747 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_user_width()
|
/tools/perf/util/ |
D | hist.h | 329 #define perf_hpp_list__for_each_format(_list, format) \ macro 342 perf_hpp_list__for_each_format((hists)->hpp_list, format)
|
D | sort.c | 1939 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__filter() 2860 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in perf_hpp__set_elide() 2920 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2932 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide() 2940 perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { in sort__setup_elide()
|
D | hist.c | 1343 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_entry__check_and_remove_filter()
|
/tools/perf/ui/browsers/ |
D | hists.c | 1397 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_hierarchy_entry() 1463 perf_hpp_list__for_each_format(entry->hpp_list, fmt) { in hist_browser__show_hierarchy_entry() 1546 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__show_no_entry() 1652 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 1684 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hists_browser__scnprintf_hierarchy_headers() 2062 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) { in hist_browser__fprintf_hierarchy_entry() 2076 perf_hpp_list__for_each_format(he->hpp_list, fmt) { in hist_browser__fprintf_hierarchy_entry() 2172 perf_hpp_list__for_each_format(&fmt_node->hpp, fmt) in hist_browser__init()
|