Home
last modified time | relevance | path

Searched refs:evsel__hists (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dhists_link.c81 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 Dhists_cumulate.c266 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 Dhists_output.c141 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 Dhists_filter.c71 struct hists *hists = evsel__hists(evsel); in add_hist_entries()
154 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c497 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events()
562 struct hists *hists = evsel__hists(pos); in evlist__tty_browse_hists()
699 struct hists *hists = evsel__hists(pos); in report__collapse_hists()
712 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in report__collapse_hists()
757 struct hists *hists = evsel__hists(evsel); in count_sample_event()
773 hists__inc_nr_lost_samples(evsel__hists(evsel), in count_lost_samples_event()
1007 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
1040 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
H A Dbuiltin-top.c286 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 Dbuiltin-annotate.c231 struct hists *hists = evsel__hists(evsel); in evsel__add_sample()
448 struct hists *hists = evsel__hists(pos); in __cmd_annotate()
H A Dbuiltin-diff.c399 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event()
504 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort()
982 struct hists *hists_base = evsel__hists(evsel_base); in data_process()
995 hists = evsel__hists(evsel); in data_process()
/openbmc/linux/tools/perf/util/
H A Dhist.c843 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry()
877 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry()
950 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry()
1005 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry()
1027 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1064 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry()
1127 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry()
1173 he = hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
1992 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); in evsel__output_resort_cb()
2725 struct hists *hists = evsel__hists(pos); in evlist__fprintf_nr_events()
[all …]
H A Dstream.c138 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams()
H A Dblock-info.c447 struct hists *hists = evsel__hists(pos); in block_info__create_report()
H A Dhist.h249 static inline struct hists *evsel__hists(struct evsel *evsel) in evsel__hists() function
H A Dannotate.c2314 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent()
2963 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2255 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new()
2945 struct hists *hists = evsel__hists(evsel); in evsel__hists_browse()
3408 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write()
3425 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write()
3636 struct hists *hists = evsel__hists(browser->block_evsel); in block_hists_browser__title()
H A Dannotate.c713 struct hists *hists = evsel__hists(evsel); in annotate_browser__run()
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists()
/openbmc/linux/tools/perf/ui/
H A Dhist.c878 hists = evsel__hists(evsel); in perf_hpp__setup_hists_formats()