Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c62 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
700 __hists__add_entry(struct hists *hists, in __hists__add_entry()
872 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() local
945 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() local
1059 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() local
1278 struct hists *hists = left->hists; in hist_entry__cmp() local
1298 struct hists *hists = left->hists; in hist_entry__collapse() local
1719 struct hists *hists = a->hists; in hist_entry__sort() local
2651 int hists__unlink(struct hists *hists) in hists__unlink()
2720 struct hists *hists = evsel__hists(pos); in evlist__fprintf_nr_events() local
[all …]
H A Dhist.h91 struct hists { struct
105 struct hists_stats stats; argument
115 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
222 static inline bool hists__has_filter(struct hists *hists) in hists__has_filter()
240 struct hists hists; member
243 static inline struct evsel *hists_to_evsel(struct hists *hists) in hists_to_evsel()
255 static __pure inline bool hists__has_callchains(struct hists *hists) in hists__has_callchains()
359 #define hists__for_each_format(hists, format) \ argument
362 #define hists__for_each_sort_list(hists, format) \ argument
406 struct hists *hists) in perf_hpp__should_skip()
[all …]
H A Dstream.c113 static void init_hot_callchain(struct hists *hists, struct evsel_streams *es) in init_hot_callchain()
138 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams() local
H A Dblock-info.c402 static int process_block_report(struct hists *hists, in process_block_report()
447 struct hists *hists = evsel__hists(pos); in block_info__create_report() local
H A Dsort.c2257 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
2269 struct hists *hists, int line __maybe_unused, in __sort__hpp_header()
2285 struct hists *hists) in __sort__hpp_width()
2637 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__defined_dynamic_entry()
H A Dannotate.c2260 struct hists *hists, in calc_percent()
2306 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() local
2954 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2() local
H A Dsort.h145 struct hists *hists; member
H A Dcallchain.c1756 u64 callchain_total_hits(struct hists *hists) in callchain_total_hits()
/openbmc/linux/tools/perf/tests/
H A Dhists_output.c50 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 Dhists_cumulate.c80 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 Dhists_link.c81 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 Dhists_filter.c71 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 Dhists_common.c163 void print_hists_in(struct hists *hists) in print_hists_in()
195 void print_hists_out(struct hists *hists) in print_hists_out()
/openbmc/linux/tools/perf/ui/
H A Dhist.c31 struct hists *hists = he->hists; in __hpp__fmt() local
292 struct hists *hists) in hpp__width_fn()
307 struct hists *hists, int line __maybe_unused, in hpp__header_fn()
713 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
738 unsigned int hists__overhead_width(struct hists *hists) in hists__overhead_width()
760 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
793 void hists__reset_column_width(struct hists *hists) in hists__reset_column_width()
826 static int add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) in add_hierarchy_fmt()
871 struct hists *hists; in perf_hpp__setup_hists_formats() local
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c459 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()
/openbmc/linux/tools/perf/ui/gtk/
H A 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()
635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists() local
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c231 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() local
322 static void hists__find_annotations(struct hists *hists, in hists__find_annotations()
448 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
H A Dbuiltin-top.c286 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local
325 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
397 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
644 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
832 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
H A Dbuiltin-c2c.c49 struct hists hists; member
63 struct c2c_hists *hists; member
88 struct c2c_hists hists; member
205 struct c2c_hists *hists; in he__get_c2c_hists() local
462 struct hists *hists) in c2c_width()
478 struct hists *hists, int line, int *span) in c2c_header()
811 struct c2c_hists *hists; in percent_costly_snoop() local
902 struct c2c_hists *hists; in total_stats() local
2069 static int c2c_hists__init(struct c2c_hists *hists, in c2c_hists__init()
2693 perf_c2c_browser__new(struct hists *hists) in perf_c2c_browser__new()
[all …]
H A Dbuiltin-diff.c76 struct hists *hists; member
399 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
504 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() local
541 static void hists__baseline_only(struct hists *hists) in hists__baseline_only()
685 static void hists__precompute(struct hists *hists) in hists__precompute()
945 static void hists__process(struct hists *hists) in hists__process()
989 struct hists *hists; in data_process() local
H A Dbuiltin-report.c470 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
563 struct hists *hists = evsel__hists(pos); in evlist__tty_browse_hists() local
700 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
758 struct hists *hists = evsel__hists(evsel); in count_sample_event() local
H A Dbuiltin-kvm.c84 struct hists hists; member
345 struct hists *hists, int line __maybe_unused, in fmt_header()
541 perf_kvm_browser__new(struct hists *hists) in perf_kvm_browser__new()
551 static int kvm__hists_browse(struct hists *hists) in kvm__hists_browse()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c64 struct hists *hists = browser->hists; in hist_browser__get_folding() local
82 struct hists *hists = hb->hists; in hist_browser__set_title_space() local
106 struct hists *hists = hb->hists; in hist_browser__update_rows() local
1646 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local
1683 struct hists *hists = browser->hists; in hists_browser__scnprintf_hierarchy_headers() local
1779 struct hists *hists = browser->hists; in hists_browser__headers() local
2209 struct hists *hists) in hist_browser__init()
2949 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse() local
3413 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local
3644 struct hists *hists = evsel__hists(browser->block_evsel); in block_hists_browser__title() local
[all …]
H A Dhists.h12 struct hists *hists; member
H A Dannotate.c716 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local