/linux/tools/perf/tests/ |
H A D | hists_output.c | 50 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument 95 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument 141 struct hists *hist in test1() local 243 struct hists *hists = evsel__hists(evsel); test2() local 299 struct hists *hists = evsel__hists(evsel); test3() local 373 struct hists *hists = evsel__hists(evsel); test4() local 475 struct hists *hists = evsel__hists(evsel); test5() local [all...] |
H A D | hists_cumulate.c | 80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument 130 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument 190 static int do_test(struct hists *hist argument 266 struct hists *hists = evsel__hists(evsel); test1() local 317 struct hists *hists = evsel__hists(evsel); test2() local 465 struct hists *hists = evsel__hists(evsel); test3() local 522 struct hists *hists = evsel__hists(evsel); test4() local [all...] |
H A D | hists_link.c | 81 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 160 static int __validate_match(struct hists *hists) in __validate_match() 208 static int __validate_link(struct hists *hists, int idx) in __validate_link() 289 struct hists *hists, *first_hists; in test__hists_link() local
|
H A D | hists_filter.c | 71 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 154 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
|
H A D | hists_common.c | 163 void print_hists_in(struct hists *hists) in print_hists_in() argument 195 void print_hists_out(struct hists *hists) in print_hists_out() argument
|
/linux/tools/perf/ui/ |
H A D | hist.c | 26 static int __hpp__fmt_print(struct perf_hpp *hpp, struct hists *hists, u64 val, in __hpp__fmt_print() argument 50 struct hists *hists; member 60 struct hists *hists = he->hists; in __hpp__fmt() local 298 hpp__width_fn(struct perf_hpp_fmt * fmt,struct perf_hpp * hpp __maybe_unused,struct hists * hists) hpp__width_fn() argument 323 hpp__header_fn(struct perf_hpp_fmt * fmt,struct perf_hpp * hpp,struct hists * hists,int line __maybe_unused,int * span __maybe_unused) hpp__header_fn() argument 763 hists__sort_list_width(struct hists * hists) hists__sort_list_width() argument 788 hists__overhead_width(struct hists * hists) hists__overhead_width() argument 810 perf_hpp__reset_width(struct perf_hpp_fmt * fmt,struct hists * hists) perf_hpp__reset_width() argument 849 hists__reset_column_width(struct hists * hists) hists__reset_column_width() argument 882 add_hierarchy_fmt(struct hists * hists,struct perf_hpp_fmt * fmt) add_hierarchy_fmt() argument 927 struct hists *hists; perf_hpp__setup_hists_formats() local [all...] |
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 459 struct hists *hists, in hist_entry__hierarchy_fprintf() 591 struct hists *hists = he->hists; in hist_entry__fprintf() local 632 static int hists__fprintf_hierarchy_headers(struct hists *hists, in hists__fprintf_hierarchy_headers() 728 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 753 hists__fprintf_standard_headers(struct hists *hists, in hists__fprintf_standard_headers() 800 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers() 817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
|
/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() 405 static void perf_gtk__add_hierarchy_entries(struct hists *hists, in perf_gtk__add_hierarchy_entries() 497 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, in perf_gtk__show_hierarchy() 635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists() local
|
/linux/tools/perf/ |
H A D | builtin-top.c | 286 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local 325 struct hists *hists = evsel__hists(evsel); perf_top__print_sym_table() local 397 struct hists *hists = evsel__hists(top->sym_evsel); perf_top__prompt_symbol() local 644 struct hists *hists = evsel__hists(pos); display_thread_tui() local 831 struct hists *hists = evsel__hists(evsel); perf_event__process_sample() local [all...] |
H A D | builtin-c2c.c | 50 struct hists hists; member 64 struct c2c_hists *hists; member 89 struct c2c_hists hists; member 206 struct c2c_hists *hists; in he__get_c2c_hists() local 433 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width() 445 struct hists *hists) in c2c_width() 461 struct hists *hists, int line, int *span) in c2c_header() 794 struct c2c_hists *hists; in percent_costly_snoop() local 885 struct c2c_hists *hists; in total_stats() local 2052 static int c2c_hists__init(struct c2c_hists *hists, in c2c_hists__init() [all …]
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 65 struct hists *hists = browser->hists; in hist_browser__get_folding() local 83 struct hists *hists = hb->hists; in hist_browser__set_title_space() local 107 struct hists *hists = hb->hists; in hist_browser__update_rows() local 1647 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local 1684 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local 1780 struct hists *hists = browser->hists; in hists_browser__headers() local 2210 struct hists *hists) in hist_browser__init() 2241 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new() 2972 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse() local 3440 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local [all …]
|
H A D | hists.h | 11 struct hists *hists; member
|
H A D | annotate-data.c | 24 struct type_hist_entry *hists; member
|
H A D | annotate.c | 712 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local
|
/linux/tools/perf/util/ |
H A D | stream.c | 113 init_hot_callchain(struct hists * hists,struct evsel_streams * es) init_hot_callchain() argument 138 struct hists *hists = evsel__hists(pos); evlist__init_callchain_streams() local
|
H A D | block-info.c | 438 static int process_block_report(struct hists *hists, in process_block_report() 483 struct hists *hists = evsel__hists(pos); in block_info__create_report() local
|
H A D | annotate.c | 863 struct hists *hists = evsel__hists(evsel); in calc_percent() local 1605 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2() local
|
H A D | callchain.c | 1772 u64 callchain_total_hits(struct hists *hists) in callchain_total_hits()
|