| /linux-6.15/tools/perf/tests/ |
| H A D | hists_link.c | 81 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 326 hists = evsel__hists(evsel); in test__hists_link() 336 first_hists = evsel__hists(first); in test__hists_link() 337 hists = evsel__hists(evsel); in test__hists_link()
|
| H A D | hists_cumulate.c | 266 struct hists *hists = evsel__hists(evsel); in test1() 317 struct hists *hists = evsel__hists(evsel); in test2() 465 struct hists *hists = evsel__hists(evsel); in test3() 522 struct hists *hists = evsel__hists(evsel); in test4()
|
| H A D | hists_output.c | 141 struct hists *hists = evsel__hists(evsel); in test1() 243 struct hists *hists = evsel__hists(evsel); in test2() 299 struct hists *hists = evsel__hists(evsel); in test3() 373 struct hists *hists = evsel__hists(evsel); in test4() 475 struct hists *hists = evsel__hists(evsel); in test5()
|
| H A D | hists_filter.c | 71 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 154 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-annotate.c | 243 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() 589 struct hists *hists = evsel__hists(pos); in __cmd_annotate() 617 leader_hists = evsel__hists(evsel__leader(pos)); in __cmd_annotate() 635 struct hists *hists = evsel__hists(pos); in __cmd_annotate() 644 nr_samples += evsel__hists(evsel)->stats.nr_samples; in __cmd_annotate()
|
| H A D | builtin-report.c | 504 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() 569 struct hists *hists = evsel__hists(pos); in evlist__tty_browse_hists() 728 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 741 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in report__collapse_hists() 786 struct hists *hists = evsel__hists(evsel); in count_sample_event() 802 struct hists *hists = evsel__hists(evsel); in count_lost_samples_event() 1104 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 1134 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
| H A D | builtin-top.c | 286 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() 307 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in perf_top__resort_hists() 325 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() 397 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 644 struct hists *hists = evsel__hists(pos); in display_thread_tui() 831 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample()
|
| H A D | builtin-diff.c | 400 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() 491 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() 969 struct hists *hists_base = evsel__hists(evsel_base); in data_process() 982 hists = evsel__hists(evsel); in data_process()
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.c | 869 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 903 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 971 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 1013 struct hists *hists = evsel__hists(evsel); in iter_finish_branch_entry() 1063 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1100 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 1163 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry() 2798 struct hists *hists = evsel__hists(pos); in evlist__fprintf_nr_events() 2863 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() 2976 struct hists *hists = evsel__hists(evsel); in hists_evsel__exit() [all …]
|
| H A D | stream.c | 137 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams()
|
| H A D | block-info.c | 483 struct hists *hists = evsel__hists(pos); in block_info__create_report()
|
| H A D | annotate.c | 910 struct hists *hists = evsel__hists(evsel); in calc_percent() 964 evsel__hists(evsel)->stats.nr_samples == 0) in annotation__calc_percent() 1047 evsel__hists(pos)->stats.nr_samples == 0) in symbol__annotate() 1657 struct hists *hists = evsel__hists(evsel); in hist_entry__tty_annotate2()
|
| H A D | hist.h | 446 static inline struct hists *evsel__hists(struct evsel *evsel) in evsel__hists() function
|
| H A D | annotate-data.c | 1782 evsel__hists(pos)->stats.nr_samples == 0) in print_annotated_data_header() 1831 evsel__hists(pos)->stats.nr_samples == 0) in print_annotated_data_type()
|
| H A D | evsel.c | 1009 evsel__hists(pos)->stats.nr_samples == 0) in evsel__group_desc()
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | annotate-data.c | 66 evsel__hists(evsel)->stats.nr_samples == 0) in get_member_overhead() 422 evsel__hists(evsel)->stats.nr_samples == 0) in browser__write() 592 evsel__hists(pos)->stats.nr_samples) in hist_entry__annotate_data_tui()
|
| H A D | hists.c | 2263 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new() 2979 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse() 3447 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 3464 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() 3675 struct hists *hists = evsel__hists(browser->block_evsel); in block_hists_browser__title()
|
| H A D | annotate.c | 712 struct hists *hists = evsel__hists(evsel); in annotate_browser__run()
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 76 values[0].hists = evsel__hists(evsel); in __hpp__fmt() 84 values[++i].hists = evsel__hists(pos); in __hpp__fmt() 310 evsel__hists(pos)->stats.nr_samples) in hpp__width_fn() 979 hists = evsel__hists(evsel); in perf_hpp__setup_hists_formats()
|
| /linux-6.15/tools/perf/ui/gtk/ |
| H A D | hists.c | 635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists()
|