/linux/tools/perf/util/ |
H A D | hist.c | 49 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() 54 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len() 59 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len() 68 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len() 76 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len() 86 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 263 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() 339 static int hists__update_mem_stat(struct hists *hists, struct hist_entry *he, in hists__update_mem_stat() 362 static void hists__add_mem_stat(struct hists *hists, struct hist_entry *dst, in hists__add_mem_stat() 374 static int hists__clone_mem_stat(struct hists *hists, struct hist_entry *dst, in hists__clone_mem_stat() [all …]
|
H A D | hist.h | 112 struct hists { struct 129 struct hists_stats stats; argument 142 #define hists__has(__h, __f) (__h)->hpp_list->__f argument 297 struct hists *hists; member 418 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter() 451 struct hists hists; member 454 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() 466 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains() 570 #define hists__for_each_format(hists, format) \ argument 573 #define hists__for_each_sort_list(hists, format) \ argument [all …]
|
H A D | stream.c | 112 static void init_hot_callchain(struct hists *hists, struct evsel_streams *es) in init_hot_callchain() 137 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams() local
|
H A D | annotate.c | 910 struct hists *hists = evsel__hists(evsel); in calc_percent() local 1658 struct hists *hists = evsel__hists(evsel); in hist_entry__tty_annotate2() local
|
H A D | callchain.c | 1768 u64 callchain_total_hits(struct hists *hists) in callchain_total_hits()
|
/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() 95 static void del_hist_entries(struct hists *hists) in del_hist_entries() 141 struct hists *hists = evsel__hists(evsel); in test1() local 243 struct hists *hists = evsel__hists(evsel); in test2() local 299 struct hists *hists = evsel__hists(evsel); in test3() local 373 struct hists *hists = evsel__hists(evsel); in test4() local 475 struct hists *hists = evsel__hists(evsel); in test5() local
|
H A D | hists_cumulate.c | 80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() 130 static void del_hist_entries(struct hists *hists) in del_hist_entries() 190 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() 266 struct hists *hists = evsel__hists(evsel); in test1() local 317 struct hists *hists = evsel__hists(evsel); in test2() local 465 struct hists *hists = evsel__hists(evsel); in test3() local 522 struct hists *hists = evsel__hists(evsel); in test4() local
|
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() 195 void print_hists_out(struct hists *hists) in print_hists_out()
|
/linux/tools/perf/ui/ |
H A D | hist.c | 28 static int __hpp__fmt_print(struct perf_hpp *hpp, struct hists *hists, u64 val, in __hpp__fmt_print() 53 struct hists *hists; member 63 struct hists *hists = he->hists; in __hpp__fmt() local 159 struct hists *hists = he->hists; in hpp__fmt_mem_stat() local 374 struct hists *hists) in hpp__width_fn() 399 struct hists *hists, int line, in hpp__header_fn() 412 struct hists *hists, int line, in hpp__header_mem_stat_fn() 932 struct hists *hists = evsel__hists(evsel); in perf_hpp__cancel_cumulate() local 968 struct hists *hists = evsel__hists(evsel); in perf_hpp__cancel_latency() local 1039 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() [all …]
|
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 463 struct hists *hists, in hist_entry__hierarchy_fprintf() 595 struct hists *hists = he->hists; in hist_entry__fprintf() local 636 static int hists__fprintf_hierarchy_headers(struct hists *hists, in hists__fprintf_hierarchy_headers() 745 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 770 hists__fprintf_standard_headers(struct hists *hists, in hists__fprintf_standard_headers() 817 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers() 834 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
|
/linux/tools/perf/ |
H A D | builtin-annotate.c | 243 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() local 408 static void hists__find_annotations(struct hists *hists, in hists__find_annotations() 589 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local 635 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
|
H A D | builtin-top.c | 287 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local 326 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local 398 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local 645 struct hists *hists = evsel__hists(pos); in display_thread_tui() local 833 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
|
H A D | builtin-c2c.c | 50 struct hists hists; member 64 struct c2c_hists *hists; member 89 struct c2c_hists hists; member 208 struct c2c_hists *hists; in he__get_c2c_hists() local 435 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width() 447 struct hists *hists) in c2c_width() 463 struct hists *hists, int line, int *span) in c2c_header() 796 struct c2c_hists *hists; in percent_costly_snoop() local 887 struct c2c_hists *hists; in total_stats() local 2057 static int c2c_hists__init(struct c2c_hists *hists, in c2c_hists__init() [all …]
|
H A D | builtin-report.c | 477 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events() 572 struct hists *hists = evsel__hists(pos); in evlist__tty_browse_hists() local 731 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local 789 struct hists *hists = evsel__hists(evsel); in count_sample_event() local 805 struct hists *hists = evsel__hists(evsel); in count_lost_samples_event() local
|
H A D | builtin-diff.c | 77 struct hists *hists; member 400 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local 491 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() local 528 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() 672 static void hists__precompute(struct hists *hists) in hists__precompute() 932 static void hists__process(struct hists *hists) in hists__process() 976 struct hists *hists; in data_process() local
|
/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/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 1680 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local 1718 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local 1821 struct hists *hists = browser->hists; in hists_browser__headers() local 2251 struct hists *hists) in hist_browser__init() 2282 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new() 3003 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse() local 3468 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
|