Home
last modified time | relevance | path

Searched defs:hists (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dhist.c40 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
45 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
50 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
59 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
67 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
77 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
224 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
298 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
334 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
360 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
[all …]
Dhist.h78 struct hists { struct
102 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
205 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
223 struct hists hists; member
226 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
238 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
341 #define hists__for_each_format(hists, format) \ argument
344 #define hists__for_each_sort_list(hists, format) \ argument
389 struct hists *hists) in perf_hpp__should_skip()
564 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()
Dsort.c1744 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1756 struct hists *hists, int line __maybe_unused, in __sort__hpp_header()
1772 struct hists *hists) in __sort__hpp_width()
2092 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__defined_dynamic_entry()
Dsort.h136 struct hists *hists; member
Dannotate.c2007 struct hists *hists, in calc_percent()
2053 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() local
2688 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2() local
/Linux-v5.4/tools/perf/tests/
Dhists_output.c50 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
92 static void del_hist_entries(struct hists *hists) in del_hist_entries()
128 struct hists *hists = evsel__hists(evsel); in test1() local
230 struct hists *hists = evsel__hists(evsel); in test2() local
286 struct hists *hists = evsel__hists(evsel); in test3() local
360 struct hists *hists = evsel__hists(evsel); in test4() local
462 struct hists *hists = evsel__hists(evsel); in test5() local
Dhists_cumulate.c80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
126 static void del_hist_entries(struct hists *hists) in del_hist_entries()
177 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test()
253 struct hists *hists = evsel__hists(evsel); in test1() local
304 struct hists *hists = evsel__hists(evsel); in test2() local
452 struct hists *hists = evsel__hists(evsel); in test3() local
509 struct hists *hists = evsel__hists(evsel); in test4() local
Dhists_link.c78 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
141 static int __validate_match(struct hists *hists) in __validate_match()
189 static int __validate_link(struct hists *hists, int idx) in __validate_link()
270 struct hists *hists, *first_hists; in test__hists_link() local
Dhists_filter.c69 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
142 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
Dhists_common.c163 void print_hists_in(struct hists *hists) in print_hists_in()
193 void print_hists_out(struct hists *hists) in print_hists_out()
/Linux-v5.4/tools/perf/ui/
Dhist.c30 struct hists *hists = he->hists; in __hpp__fmt() local
226 struct hists *hists) in hpp__width_fn()
241 struct hists *hists, int line __maybe_unused, in hpp__header_fn()
647 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
672 unsigned int hists__overhead_width(struct hists *hists) in hists__overhead_width()
694 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
727 void hists__reset_column_width(struct hists *hists) in hists__reset_column_width()
760 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
805 struct hists *hists; in perf_hpp__setup_hists_formats() local
/Linux-v5.4/tools/perf/ui/stdio/
Dhist.c458 struct hists *hists, in hist_entry__hierarchy_fprintf()
571 struct hists *hists = he->hists; in hist_entry__fprintf() local
609 static int hists__fprintf_hierarchy_headers(struct hists *hists, in hists__fprintf_hierarchy_headers()
705 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line()
730 hists__fprintf_standard_headers(struct hists *hists, in hists__fprintf_standard_headers()
777 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers()
794 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
/Linux-v5.4/tools/perf/
Dbuiltin-top.c279 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local
319 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
391 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
636 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
815 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
843 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost() local
855 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost_samples() local
Dbuiltin-annotate.c221 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() local
309 static void hists__find_annotations(struct hists *hists, in hists__find_annotations()
429 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
Dbuiltin-c2c.c47 struct hists hists; member
59 struct c2c_hists *hists; member
84 struct c2c_hists hists; member
190 struct c2c_hists *hists; in he__get_c2c_hists() local
418 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()
430 struct hists *hists) in c2c_width()
446 struct hists *hists, int line, int *span) in c2c_header()
816 struct c2c_hists *hists; in percent_hitm() local
902 struct c2c_hists *hists; in total_stats() local
1863 static int c2c_hists__init(struct c2c_hists *hists, in c2c_hists__init()
[all …]
Dbuiltin-diff.c71 struct hists *hists; member
389 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
474 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() local
511 static void hists__baseline_only(struct hists *hists) in hists__baseline_only()
730 static void hists__precompute(struct hists *hists) in hists__precompute()
985 static void hists__process(struct hists *hists) in hists__process()
1029 struct hists *hists; in data_process() local
Dbuiltin-report.c410 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
488 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local
609 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
/Linux-v5.4/tools/perf/ui/gtk/
Dhists.c293 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()
637 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists() local
/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c61 struct hists *hists = browser->hists; in hist_browser__get_folding() local
79 struct hists *hists = hb->hists; in hist_browser__set_title_space() local
103 struct hists *hists = hb->hists; in hist_browser__update_rows() local
1595 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local
1632 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local
1728 struct hists *hists = browser->hists; in hists_browser__headers() local
2154 struct hists *hists) in hist_browser__init()
2185 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()
2832 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() local
3225 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local
Dhists.h11 struct hists *hists; member
Dannotate.c664 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local