perf_hpp_list 48 tools/perf/builtin-c2c.c struct perf_hpp_list list; perf_hpp_list 448 tools/perf/builtin-c2c.c struct perf_hpp_list *hpp_list = hists->hpp_list; perf_hpp_list 1782 tools/perf/builtin-c2c.c static int c2c_hists__init_output(struct perf_hpp_list *hpp_list, char *name) perf_hpp_list 1795 tools/perf/builtin-c2c.c static int c2c_hists__init_sort(struct perf_hpp_list *hpp_list, char *name) perf_hpp_list 1834 tools/perf/builtin-c2c.c static int hpp_list__parse(struct perf_hpp_list *hpp_list, perf_hpp_list 2189 tools/perf/builtin-c2c.c struct perf_hpp_list *hpp_list, perf_hpp_list 2216 tools/perf/builtin-c2c.c struct perf_hpp_list hpp_list; perf_hpp_list 345 tools/perf/builtin-report.c if (perf_hpp_list.parent) { perf_hpp_list 1352 tools/perf/builtin-report.c perf_hpp_list.need_collapse = true; perf_hpp_list 723 tools/perf/builtin-top.c if (perf_hpp_list.sym && single) perf_hpp_list 1259 tools/perf/builtin-top.c if (perf_hpp_list.socket) { perf_hpp_list 1596 tools/perf/builtin-top.c perf_hpp_list.need_collapse = 1; perf_hpp_list 80 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; perf_hpp_list 104 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; perf_hpp_list 1729 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; perf_hpp_list 450 tools/perf/ui/hist.c struct perf_hpp_list perf_hpp_list = { perf_hpp_list 451 tools/perf/ui/hist.c .fields = LIST_HEAD_INIT(perf_hpp_list.fields), perf_hpp_list 452 tools/perf/ui/hist.c .sorts = LIST_HEAD_INIT(perf_hpp_list.sorts), perf_hpp_list 520 tools/perf/ui/hist.c void perf_hpp_list__column_register(struct perf_hpp_list *list, perf_hpp_list 526 tools/perf/ui/hist.c void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, perf_hpp_list 532 tools/perf/ui/hist.c void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, perf_hpp_list 553 tools/perf/ui/hist.c perf_hpp_list__for_each_format_safe(&perf_hpp_list, fmt, tmp) { perf_hpp_list 569 tools/perf/ui/hist.c void perf_hpp__setup_output_field(struct perf_hpp_list *list) perf_hpp_list 592 tools/perf/ui/hist.c void perf_hpp__append_sort_keys(struct perf_hpp_list *list) perf_hpp_list 625 tools/perf/ui/hist.c void perf_hpp__reset_output_field(struct perf_hpp_list *list) perf_hpp_list 747 tools/perf/ui/hist.c perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { perf_hpp_list 800 tools/perf/ui/hist.c int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, perf_hpp_list 414 tools/perf/ui/stdio/hist.c struct perf_hpp_list *hpp_list) perf_hpp_list 734 tools/perf/ui/stdio/hist.c struct perf_hpp_list *hpp_list = hists->hpp_list; perf_hpp_list 2737 tools/perf/util/annotate.c return use_browser == 1 && perf_hpp_list.sym; perf_hpp_list 1092 tools/perf/util/callchain.c perf_hpp_list.parent || symbol_conf.show_branchflag_count) { perf_hpp_list 1398 tools/perf/util/hist.c struct perf_hpp_list *hpp_list) perf_hpp_list 1824 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(&perf_hpp_list, fmt) { perf_hpp_list 2727 tools/perf/util/hist.c int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list) perf_hpp_list 2785 tools/perf/util/hist.c __hists__init(hists, &perf_hpp_list); perf_hpp_list 2805 tools/perf/util/hist.c void perf_hpp_list__init(struct perf_hpp_list *list) perf_hpp_list 97 tools/perf/util/hist.h struct perf_hpp_list *hpp_list; perf_hpp_list 244 tools/perf/util/hist.h int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list); perf_hpp_list 298 tools/perf/util/hist.h extern struct perf_hpp_list perf_hpp_list; perf_hpp_list 302 tools/perf/util/hist.h struct perf_hpp_list hpp; perf_hpp_list 307 tools/perf/util/hist.h void perf_hpp_list__column_register(struct perf_hpp_list *list, perf_hpp_list 309 tools/perf/util/hist.h void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, perf_hpp_list 311 tools/perf/util/hist.h void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, perf_hpp_list 316 tools/perf/util/hist.h perf_hpp_list__column_register(&perf_hpp_list, format); perf_hpp_list 321 tools/perf/util/hist.h perf_hpp_list__register_sort_field(&perf_hpp_list, format); perf_hpp_list 326 tools/perf/util/hist.h perf_hpp_list__prepend_sort_field(&perf_hpp_list, format); perf_hpp_list 366 tools/perf/util/hist.h void perf_hpp__setup_output_field(struct perf_hpp_list *list); perf_hpp_list 367 tools/perf/util/hist.h void perf_hpp__reset_output_field(struct perf_hpp_list *list); perf_hpp_list 368 tools/perf/util/hist.h void perf_hpp__append_sort_keys(struct perf_hpp_list *list); perf_hpp_list 369 tools/perf/util/hist.h int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, perf_hpp_list 536 tools/perf/util/hist.h void perf_hpp_list__init(struct perf_hpp_list *list); perf_hpp_list 560 tools/perf/util/hist.h struct perf_hpp_list *hpp_list); perf_hpp_list 2053 tools/perf/util/machine.c if (perf_hpp_list.parent && !*parent && perf_hpp_list 1964 tools/perf/util/sort.c struct perf_hpp_list *list, perf_hpp_list 1977 tools/perf/util/sort.c struct perf_hpp_list *list) perf_hpp_list 2501 tools/perf/util/sort.c struct perf_hpp_list *list, perf_hpp_list 2519 tools/perf/util/sort.c struct perf_hpp_list *list, perf_hpp_list 2536 tools/perf/util/sort.c static int __sort_dimension__add_output(struct perf_hpp_list *list, perf_hpp_list 2549 tools/perf/util/sort.c static int __hpp_dimension__add_output(struct perf_hpp_list *list, perf_hpp_list 2569 tools/perf/util/sort.c return __hpp_dimension__add_output(&perf_hpp_list, &hpp_sort_dimensions[col]); perf_hpp_list 2572 tools/perf/util/sort.c int sort_dimension__add(struct perf_hpp_list *list, const char *tok, perf_hpp_list 2668 tools/perf/util/sort.c static int setup_sort_list(struct perf_hpp_list *list, char *str, perf_hpp_list 2850 tools/perf/util/sort.c ret = setup_sort_list(&perf_hpp_list, str, evlist); perf_hpp_list 2861 tools/perf/util/sort.c perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { perf_hpp_list 2921 tools/perf/util/sort.c perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { perf_hpp_list 2933 tools/perf/util/sort.c perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { perf_hpp_list 2941 tools/perf/util/sort.c perf_hpp_list__for_each_format(&perf_hpp_list, fmt) { perf_hpp_list 2949 tools/perf/util/sort.c int output_field_add(struct perf_hpp_list *list, char *tok) perf_hpp_list 2992 tools/perf/util/sort.c static int setup_output_list(struct perf_hpp_list *list, char *str) perf_hpp_list 3056 tools/perf/util/sort.c ret = setup_output_list(&perf_hpp_list, strp); perf_hpp_list 3072 tools/perf/util/sort.c err = sort_dimension__add(&perf_hpp_list, "parent", evlist, -1); perf_hpp_list 3090 tools/perf/util/sort.c perf_hpp__setup_output_field(&perf_hpp_list); perf_hpp_list 3092 tools/perf/util/sort.c perf_hpp__append_sort_keys(&perf_hpp_list); perf_hpp_list 3095 tools/perf/util/sort.c if (perf_hpp__setup_hists_formats(&perf_hpp_list, evlist) < 0) perf_hpp_list 3103 tools/perf/util/sort.c perf_hpp_list.need_collapse = 0; perf_hpp_list 3104 tools/perf/util/sort.c perf_hpp_list.parent = 0; perf_hpp_list 3105 tools/perf/util/sort.c perf_hpp_list.sym = 0; perf_hpp_list 3106 tools/perf/util/sort.c perf_hpp_list.dso = 0; perf_hpp_list 3112 tools/perf/util/sort.c perf_hpp__reset_output_field(&perf_hpp_list); perf_hpp_list 144 tools/perf/util/sort.h struct perf_hpp_list *hpp_list; perf_hpp_list 270 tools/perf/util/sort.h struct perf_hpp_list block_list; perf_hpp_list 296 tools/perf/util/sort.h int sort_dimension__add(struct perf_hpp_list *list, const char *tok, perf_hpp_list 299 tools/perf/util/sort.h int output_field_add(struct perf_hpp_list *list, char *tok);