hpp_list 448 tools/perf/builtin-c2c.c struct perf_hpp_list *hpp_list = hists->hpp_list; hpp_list 460 tools/perf/builtin-c2c.c if (!text && (line == hpp_list->nr_header_lines - 1)) hpp_list 1782 tools/perf/builtin-c2c.c static int c2c_hists__init_output(struct perf_hpp_list *hpp_list, char *name) hpp_list 1788 tools/perf/builtin-c2c.c return output_field_add(hpp_list, name); hpp_list 1791 tools/perf/builtin-c2c.c perf_hpp_list__column_register(hpp_list, &c2c_fmt->fmt); hpp_list 1795 tools/perf/builtin-c2c.c static int c2c_hists__init_sort(struct perf_hpp_list *hpp_list, char *name) hpp_list 1802 tools/perf/builtin-c2c.c return sort_dimension__add(hpp_list, name, NULL, 0); hpp_list 1807 tools/perf/builtin-c2c.c hpp_list->dso = 1; hpp_list 1809 tools/perf/builtin-c2c.c perf_hpp_list__register_sort_field(hpp_list, &c2c_fmt->fmt); hpp_list 1823 tools/perf/builtin-c2c.c ret = _fn(hpp_list, tok); \ hpp_list 1834 tools/perf/builtin-c2c.c static int hpp_list__parse(struct perf_hpp_list *hpp_list, hpp_list 1846 tools/perf/builtin-c2c.c perf_hpp__setup_output_field(hpp_list); hpp_list 2189 tools/perf/builtin-c2c.c struct perf_hpp_list *hpp_list, hpp_list 2207 tools/perf/builtin-c2c.c __hist_entry__snprintf(he_cl, &hpp, hpp_list); hpp_list 2216 tools/perf/builtin-c2c.c struct perf_hpp_list hpp_list; hpp_list 2220 tools/perf/builtin-c2c.c perf_hpp_list__init(&hpp_list); hpp_list 2221 tools/perf/builtin-c2c.c ret = hpp_list__parse(&hpp_list, hpp_list 2243 tools/perf/builtin-c2c.c print_cacheline(c2c_he->hists, he, &hpp_list, out); hpp_list 80 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; hpp_list 82 tools/perf/ui/browsers/hists.c browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; hpp_list 104 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; hpp_list 113 tools/perf/ui/browsers/hists.c browser->extra_title_lines = hpp_list->nr_header_lines; hpp_list 1463 tools/perf/ui/browsers/hists.c perf_hpp_list__for_each_format(entry->hpp_list, fmt) { hpp_list 1729 tools/perf/ui/browsers/hists.c struct perf_hpp_list *hpp_list = hists->hpp_list; hpp_list 1733 tools/perf/ui/browsers/hists.c for (line = 0; line < hpp_list->nr_header_lines; line++) { hpp_list 2076 tools/perf/ui/browsers/hists.c perf_hpp_list__for_each_format(he->hpp_list, fmt) { hpp_list 451 tools/perf/ui/gtk/hists.c perf_hpp_list__for_each_format(he->hpp_list, fmt) { hpp_list 414 tools/perf/ui/stdio/hist.c struct perf_hpp_list *hpp_list) hpp_list 425 tools/perf/ui/stdio/hist.c perf_hpp_list__for_each_format(hpp_list, fmt) { hpp_list 453 tools/perf/ui/stdio/hist.c return __hist_entry__snprintf(he, hpp, he->hists->hpp_list); hpp_list 505 tools/perf/ui/stdio/hist.c perf_hpp_list__for_each_format(he->hpp_list, fmt) { hpp_list 734 tools/perf/ui/stdio/hist.c struct perf_hpp_list *hpp_list = hists->hpp_list; hpp_list 741 tools/perf/ui/stdio/hist.c for (line = 0; line < hpp_list->nr_header_lines; line++) { hpp_list 750 tools/perf/ui/stdio/hist.c return hpp_list->nr_header_lines; hpp_list 774 tools/perf/ui/stdio/hist.c return hpp_list->nr_header_lines + 2; hpp_list 1284 tools/perf/util/hist.c if (!list_is_last(&fmt->list, &he->hists->hpp_list->fields)) { hpp_list 1343 tools/perf/util/hist.c perf_hpp_list__for_each_format(he->hpp_list, fmt) { hpp_list 1398 tools/perf/util/hist.c struct perf_hpp_list *hpp_list) hpp_list 1412 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(hpp_list, fmt) { hpp_list 1438 tools/perf/util/hist.c new->hpp_list = hpp_list; hpp_list 1444 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(hpp_list, fmt) { hpp_list 1725 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(he->hpp_list, fmt) { hpp_list 2342 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(he->hpp_list, fmt) { hpp_list 2408 tools/perf/util/hist.c perf_hpp_list__for_each_sort_list(he->hpp_list, fmt) { hpp_list 2727 tools/perf/util/hist.c int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list) hpp_list 2736 tools/perf/util/hist.c hists->hpp_list = hpp_list; hpp_list 97 tools/perf/util/hist.h struct perf_hpp_list *hpp_list; hpp_list 102 tools/perf/util/hist.h #define hists__has(__h, __f) (__h)->hpp_list->__f hpp_list 244 tools/perf/util/hist.h int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list); hpp_list 342 tools/perf/util/hist.h perf_hpp_list__for_each_format((hists)->hpp_list, format) hpp_list 345 tools/perf/util/hist.h perf_hpp_list__for_each_sort_list((hists)->hpp_list, format) hpp_list 560 tools/perf/util/hist.h struct perf_hpp_list *hpp_list); hpp_list 1940 tools/perf/util/sort.c perf_hpp_list__for_each_format(he->hpp_list, fmt) { hpp_list 144 tools/perf/util/sort.h struct perf_hpp_list *hpp_list;