/tools/perf/util/ |
D | hist.c | 22 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() 27 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len() 32 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len() 41 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len() 49 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len() 59 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 197 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() 263 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 299 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry() 325 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries() [all …]
|
D | hist.h | 65 struct hists { struct 88 #define hists__has(__h, __f) (__h)->hpp_list->__f argument 186 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter() 203 struct hists hists; member 206 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel() 315 #define hists__for_each_format(hists, format) \ argument 318 #define hists__for_each_sort_list(hists, format) \ argument 363 struct hists *hists) in perf_hpp__should_skip()
|
D | sort.h | 127 struct hists *hists; member
|
D | sort.c | 1488 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width() 1500 struct hists *hists, int line __maybe_unused, in __sort__hpp_header() 1516 struct hists *hists) in __sort__hpp_width() 1836 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__defined_dynamic_entry()
|
/tools/perf/tests/ |
D | hists_output.c | 46 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() 88 static void del_hist_entries(struct hists *hists) in del_hist_entries() 124 struct hists *hists = evsel__hists(evsel); in test1() local 226 struct hists *hists = evsel__hists(evsel); in test2() local 282 struct hists *hists = evsel__hists(evsel); in test3() local 356 struct hists *hists = evsel__hists(evsel); in test4() local 458 struct hists *hists = evsel__hists(evsel); in test5() local
|
D | hists_cumulate.c | 76 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() 122 static void del_hist_entries(struct hists *hists) in del_hist_entries() 173 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() 249 struct hists *hists = evsel__hists(evsel); in test1() local 300 struct hists *hists = evsel__hists(evsel); in test2() local 448 struct hists *hists = evsel__hists(evsel); in test3() local 505 struct hists *hists = evsel__hists(evsel); in test4() local
|
D | hists_link.c | 76 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 139 static int __validate_match(struct hists *hists) in __validate_match() 187 static int __validate_link(struct hists *hists, int idx) in __validate_link() 268 struct hists *hists, *first_hists; in test__hists_link() local
|
D | hists_filter.c | 67 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 140 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
|
D | hists_common.c | 158 void print_hists_in(struct hists *hists) in print_hists_in() 188 void print_hists_out(struct hists *hists) in print_hists_out()
|
/tools/perf/ui/ |
D | hist.c | 24 struct hists *hists = he->hists; in __hpp__fmt() local 218 struct hists *hists) in hpp__width_fn() 233 struct hists *hists, int line __maybe_unused, in hpp__header_fn() 632 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() 657 unsigned int hists__overhead_width(struct hists *hists) in hists__overhead_width() 679 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width() 712 void hists__reset_column_width(struct hists *hists) in hists__reset_column_width() 745 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt() 790 struct hists *hists; in perf_hpp__setup_hists_formats() local
|
/tools/perf/ui/stdio/ |
D | hist.c | 421 struct hists *hists, in hist_entry__hierarchy_fprintf() 509 struct hists *hists = he->hists; in hist_entry__fprintf() local 537 static int hists__fprintf_hierarchy_headers(struct hists *hists, in hists__fprintf_hierarchy_headers() 633 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line() 658 hists__fprintf_standard_headers(struct hists *hists, in hists__fprintf_standard_headers() 705 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers() 722 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
|
/tools/perf/ |
D | builtin-annotate.c | 152 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() local 228 static void hists__find_annotations(struct hists *hists, in hists__find_annotations() 342 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
|
D | builtin-top.c | 267 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local 350 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local 556 struct hists *hists; in perf_top__sort_new_samples() local 597 struct hists *hists = evsel__hists(pos); in display_thread_tui() local 764 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
|
D | builtin-diff.c | 48 struct hists *hists; member 320 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local 379 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() local 416 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() 438 static void hists__precompute(struct hists *hists) in hists__precompute() 651 static void hists__process(struct hists *hists) in hists__process() 692 struct hists *hists; in data_process() local
|
D | builtin-report.c | 303 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events() 369 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local 486 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
|
/tools/perf/ui/gtk/ |
D | hists.c | 288 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() 399 static void perf_gtk__add_hierarchy_entries(struct hists *hists, in perf_gtk__add_hierarchy_entries() 491 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, in perf_gtk__show_hierarchy() 631 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists() local
|
/tools/perf/ui/browsers/ |
D | hists.h | 8 struct hists *hists; member
|
D | hists.c | 39 struct hists *hists = browser->hists; in hist_browser__get_folding() local 72 struct hists *hists = hb->hists; in hist_browser__update_rows() local 105 struct hists *hists = browser->hists; in hist_browser__gotorc() local 1517 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local 1554 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local 1650 struct hists *hists = browser->hists; in hists_browser__headers() local 1691 struct hists *hists = hb->hists; in hist_browser__refresh() local 2081 struct hists *hists) in hist_browser__init() 2111 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new() 2161 struct hists *hists = browser->hists; in perf_evsel_browser_title() local [all …]
|