/linux/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/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() 572 struct hists *hists = evsel__hists(pos); in evlist__tty_browse_hists() 731 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 744 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in report__collapse_hists() 789 struct hists *hists = evsel__hists(evsel); in count_sample_event() 805 struct hists *hists = evsel__hists(evsel); in count_lost_samples_event() 1114 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 1144 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
H A D | builtin-top.c | 287 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() 308 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in perf_top__resort_hists() 326 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() 398 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 645 struct hists *hists = evsel__hists(pos); in display_thread_tui() 833 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/tools/perf/ui/ |
H A D | hist.c | 78 values[0].hists = evsel__hists(evsel); in __hpp__fmt() 86 values[++i].hists = evsel__hists(pos); in __hpp__fmt() 385 evsel__hists(pos)->stats.nr_samples) in hpp__width_fn() 932 struct hists *hists = evsel__hists(evsel); in perf_hpp__cancel_cumulate() 968 struct hists *hists = evsel__hists(evsel); in perf_hpp__cancel_latency() 1219 hists = evsel__hists(evsel); in perf_hpp__setup_hists_formats() 1256 struct hists *hists = evsel__hists(evsel); in perf_hpp__alloc_mem_stats()
|
/linux/tools/perf/util/ |
H A D | hist.c | 937 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 971 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 1039 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 1081 struct hists *hists = evsel__hists(evsel); in iter_finish_branch_entry() 1109 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 1131 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1168 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 1231 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry() 1277 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry() 2130 output_resort(evsel__hists(evse in evsel__output_resort_cb() [all...] |
H A D | stream.c | 137 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams()
|
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() 1658 struct hists *hists = evsel__hists(evsel); in hist_entry__tty_annotate2()
|
H A D | hist.h | 460 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()
|
/linux/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() 593 evsel__hists(pos)->stats.nr_samples) in hist_entry__annotate_data_tui()
|
H A D | hists.c | 2297 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new() 3003 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse() 3468 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 3485 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() 3697 struct hists *hists = evsel__hists(browser->block_evsel); in block_hists_browser__title()
|
/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists()
|