Searched refs:evsel__hists (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | hists_link.c | 78 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 307 hists = evsel__hists(evsel); in test__hists_link() 317 first_hists = evsel__hists(first); in test__hists_link() 318 hists = evsel__hists(evsel); in test__hists_link()
|
D | hists_cumulate.c | 253 struct hists *hists = evsel__hists(evsel); in test1() 304 struct hists *hists = evsel__hists(evsel); in test2() 452 struct hists *hists = evsel__hists(evsel); in test3() 509 struct hists *hists = evsel__hists(evsel); in test4()
|
D | hists_output.c | 128 struct hists *hists = evsel__hists(evsel); in test1() 230 struct hists *hists = evsel__hists(evsel); in test2() 286 struct hists *hists = evsel__hists(evsel); in test3() 360 struct hists *hists = evsel__hists(evsel); in test4() 462 struct hists *hists = evsel__hists(evsel); in test5()
|
D | hists_filter.c | 69 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 142 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
|
/Linux-v5.10/tools/perf/ |
D | builtin-top.c | 282 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() 303 struct hists *leader_hists = evsel__hists(pos->leader); in perf_top__resort_hists() 321 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() 393 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 640 struct hists *hists = evsel__hists(pos); in display_thread_tui() 830 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() 858 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost() 870 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost_samples() 1211 hists__inc_nr_events(evsel__hists(evsel), event->header.type); in deliver_event()
|
D | builtin-report.c | 458 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() 527 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() 660 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 673 struct hists *leader_hists = evsel__hists(pos->leader); in report__collapse_hists() 925 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 956 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
D | builtin-annotate.c | 219 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() 427 struct hists *hists = evsel__hists(pos); in __cmd_annotate()
|
D | builtin-diff.c | 399 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() 502 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() 980 struct hists *hists_base = evsel__hists(evsel_base); in data_process() 993 hists = evsel__hists(evsel); in data_process()
|
/Linux-v5.10/tools/perf/util/ |
D | hist.c | 818 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 852 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 923 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 978 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 1000 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1033 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 1096 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry() 1139 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry() 1945 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb() 2664 ret += events_stats__fprintf(&evsel__hists(pos)->stats, fp); in perf_evlist__fprintf_nr_events() [all …]
|
D | stream.c | 138 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams()
|
D | block-info.c | 447 struct hists *hists = evsel__hists(pos); in block_info__create_report()
|
D | hist.h | 233 static inline struct hists *evsel__hists(struct evsel *evsel) in evsel__hists() function
|
D | annotate.c | 2134 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() 2766 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2()
|
/Linux-v5.10/tools/perf/ui/browsers/ |
D | hists.c | 2265 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new() 2958 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() 3421 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 3438 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() 3665 struct hists *hists = evsel__hists(browser->block_evsel); in block_hists_browser__title()
|
D | annotate.c | 667 struct hists *hists = evsel__hists(evsel); in annotate_browser__run()
|
/Linux-v5.10/tools/perf/ui/gtk/ |
D | hists.c | 637 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists()
|
/Linux-v5.10/tools/perf/ui/ |
D | hist.c | 875 hists = evsel__hists(evsel); in perf_hpp__setup_hists_formats()
|