Searched refs:evsel__hists (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | hists_link.c | 76 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 316 hists = evsel__hists(evsel); in test__hists_link() 326 first_hists = evsel__hists(first); in test__hists_link() 327 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 | 129 struct hists *hists = evsel__hists(evsel); in test1() 231 struct hists *hists = evsel__hists(evsel); in test2() 287 struct hists *hists = evsel__hists(evsel); in test3() 361 struct hists *hists = evsel__hists(evsel); in test4() 463 struct hists *hists = evsel__hists(evsel); in test5()
|
D | hists_filter.c | 72 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 144 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 320 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() 362 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() 470 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 482 struct hists *leader_hists = evsel__hists(pos->leader); in report__collapse_hists() 500 hists__output_resort(evsel__hists(pos), &prog); in report__output_resort() 535 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 562 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
D | builtin-top.c | 257 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() 340 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 552 hists = evsel__hists(t->sym_evsel); in perf_top__sort_new_samples() 586 struct hists *hists = evsel__hists(pos); in display_thread_tui() 787 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() 873 hists__inc_nr_events(evsel__hists(evsel), event->header.type); in perf_top__mmap_read_idx()
|
D | builtin-annotate.c | 54 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() 237 struct hists *hists = evsel__hists(pos); in __cmd_annotate()
|
D | builtin-diff.c | 330 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() 390 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() 695 struct hists *hists_base = evsel__hists(evsel_base); in data_process() 708 hists = evsel__hists(evsel); in data_process()
|
/linux-4.4.14/tools/perf/util/ |
D | hist.c | 526 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 557 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 630 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 682 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 705 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 738 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 788 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry() 818 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry() 1528 ret += events_stats__fprintf(&evsel__hists(pos)->stats, fp); in perf_evlist__fprintf_nr_events() 1564 struct hists *hists = evsel__hists(evsel); in hists_evsel__init()
|
D | hist.h | 180 static inline struct hists *evsel__hists(struct perf_evsel *evsel) in evsel__hists() function
|
D | sort.c | 1409 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_header() 1424 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_width()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | hists.c | 313 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 1297 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() 1750 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() 2113 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 2130 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write()
|