Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.c30 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
35 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
40 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
49 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
57 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
67 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
210 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
276 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
312 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
338 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
[all …]
Dhist.h71 struct hists { struct
95 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
192 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
209 struct hists hists; member
212 static inline struct perf_evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
224 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
326 #define hists__for_each_format(hists, format) \ argument
329 #define hists__for_each_sort_list(hists, format) \ argument
374 struct hists *hists) in perf_hpp__should_skip()
523 static inline int hists__scnprintf_title(struct hists *hists, char *bf, size_t size) in hists__scnprintf_title()
Dsort.c1640 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1652 struct hists *hists, int line __maybe_unused, in __sort__hpp_header()
1668 struct hists *hists) in __sort__hpp_width()
1988 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__defined_dynamic_entry()
Dsort.h137 struct hists *hists; member
Dannotate.c1793 struct hists *hists, in calc_percent()
1839 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() local
2454 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2() local
/Linux-v4.19/tools/perf/tests/
Dhists_output.c49 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
91 static void del_hist_entries(struct hists *hists) in del_hist_entries()
127 struct hists *hists = evsel__hists(evsel); in test1() local
229 struct hists *hists = evsel__hists(evsel); in test2() local
285 struct hists *hists = evsel__hists(evsel); in test3() local
359 struct hists *hists = evsel__hists(evsel); in test4() local
461 struct hists *hists = evsel__hists(evsel); in test5() local
Dhists_cumulate.c79 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
125 static void del_hist_entries(struct hists *hists) in del_hist_entries()
176 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test()
252 struct hists *hists = evsel__hists(evsel); in test1() local
303 struct hists *hists = evsel__hists(evsel); in test2() local
451 struct hists *hists = evsel__hists(evsel); in test3() local
508 struct hists *hists = evsel__hists(evsel); in test4() local
Dhists_link.c79 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
142 static int __validate_match(struct hists *hists) in __validate_match()
190 static int __validate_link(struct hists *hists, int idx) in __validate_link()
271 struct hists *hists, *first_hists; in test__hists_link() local
Dhists_filter.c70 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
143 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
Dhists_common.c161 void print_hists_in(struct hists *hists) in print_hists_in()
191 void print_hists_out(struct hists *hists) in print_hists_out()
/Linux-v4.19/tools/perf/ui/
Dhist.c26 struct hists *hists = he->hists; in __hpp__fmt() local
222 struct hists *hists) in hpp__width_fn()
237 struct hists *hists, int line __maybe_unused, in hpp__header_fn()
643 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
668 unsigned int hists__overhead_width(struct hists *hists) in hists__overhead_width()
690 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
723 void hists__reset_column_width(struct hists *hists) in hists__reset_column_width()
756 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
801 struct hists *hists; in perf_hpp__setup_hists_formats() local
/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c451 struct hists *hists, in hist_entry__hierarchy_fprintf()
540 struct hists *hists = he->hists; in hist_entry__fprintf() local
571 static int hists__fprintf_hierarchy_headers(struct hists *hists, in hists__fprintf_hierarchy_headers()
667 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line()
692 hists__fprintf_standard_headers(struct hists *hists, in hists__fprintf_standard_headers()
739 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers()
756 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c291 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists()
403 static void perf_gtk__add_hierarchy_entries(struct hists *hists, in perf_gtk__add_hierarchy_entries()
495 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, in perf_gtk__show_hierarchy()
635 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists() local
/Linux-v4.19/tools/perf/
Dbuiltin-top.c268 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
352 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
554 struct hists *hists; in perf_top__sort_new_samples() local
602 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
779 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
Dbuiltin-annotate.c216 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() local
305 static void hists__find_annotations(struct hists *hists, in hists__find_annotations()
425 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
Dbuiltin-c2c.c38 struct hists hists; member
50 struct c2c_hists *hists; member
75 struct c2c_hists hists; member
181 struct c2c_hists *hists; in he__get_c2c_hists() local
409 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()
421 struct hists *hists) in c2c_width()
437 struct hists *hists, int line, int *span) in c2c_header()
807 struct c2c_hists *hists; in percent_hitm() local
893 struct c2c_hists *hists; in total_stats() local
1854 static int c2c_hists__init(struct c2c_hists *hists, in c2c_hists__init()
[all …]
Dbuiltin-diff.c53 struct hists *hists; member
333 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
393 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() local
430 static void hists__baseline_only(struct hists *hists) in hists__baseline_only()
452 static void hists__precompute(struct hists *hists) in hists__precompute()
690 static void hists__process(struct hists *hists) in hists__process()
731 struct hists *hists; in data_process() local
Dbuiltin-report.c394 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
472 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local
593 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c49 struct hists *hists = browser->hists; in hist_browser__get_folding() local
67 struct hists *hists = hb->hists; in hist_browser__set_title_space() local
91 struct hists *hists = hb->hists; in hist_browser__update_rows() local
1577 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local
1614 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local
1710 struct hists *hists = browser->hists; in hists_browser__headers() local
2135 struct hists *hists) in hist_browser__init()
2166 struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()
2708 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() local
3083 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local
Dhists.h11 struct hists *hists; member
Dannotate.c657 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local