Searched refs:evsel__hists (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | hists_link.c | 79 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 308 hists = evsel__hists(evsel); in test__hists_link() 318 first_hists = evsel__hists(first); in test__hists_link() 319 hists = evsel__hists(evsel); in test__hists_link()
|
D | hists_cumulate.c | 252 struct hists *hists = evsel__hists(evsel); in test1() 303 struct hists *hists = evsel__hists(evsel); in test2() 451 struct hists *hists = evsel__hists(evsel); in test3() 508 struct hists *hists = evsel__hists(evsel); in test4()
|
D | hists_output.c | 127 struct hists *hists = evsel__hists(evsel); in test1() 229 struct hists *hists = evsel__hists(evsel); in test2() 285 struct hists *hists = evsel__hists(evsel); in test3() 359 struct hists *hists = evsel__hists(evsel); in test4() 461 struct hists *hists = evsel__hists(evsel); in test5()
|
D | hists_filter.c | 70 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 143 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.c | 689 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 723 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 793 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 848 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 870 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 903 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 952 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry() 985 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry() 1771 output_resort(evsel__hists(evsel), prog, use_callchain, NULL); in perf_evsel__output_resort() 2451 ret += events_stats__fprintf(&evsel__hists(pos)->stats, fp); in perf_evlist__fprintf_nr_events() [all …]
|
D | hist.h | 218 static inline struct hists *evsel__hists(struct perf_evsel *evsel) in evsel__hists() function
|
D | annotate.c | 1839 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() 2454 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2()
|
/Linux-v4.19/tools/perf/ |
D | builtin-report.c | 421 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() 472 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() 593 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 607 struct hists *leader_hists = evsel__hists(pos->leader); in report__collapse_hists() 849 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 880 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
D | builtin-top.c | 268 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() 352 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 561 hists = evsel__hists(evsel); in perf_top__sort_new_samples() 602 struct hists *hists = evsel__hists(pos); in display_thread_tui() 779 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() 869 hists__inc_nr_events(evsel__hists(evsel), event->header.type); in perf_top__mmap_read_idx()
|
D | builtin-annotate.c | 216 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() 425 struct hists *hists = evsel__hists(pos); in __cmd_annotate()
|
D | builtin-diff.c | 333 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() 393 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() 724 struct hists *hists_base = evsel__hists(evsel_base); in data_process() 737 hists = evsel__hists(evsel); in data_process()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 2182 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new() 2708 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() 3083 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 3100 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write()
|
D | annotate.c | 657 struct hists *hists = evsel__hists(evsel); in annotate_browser__run()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | hists.c | 635 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 808 hists = evsel__hists(evsel); in perf_hpp__setup_hists_formats()
|