Searched refs:evsel__hists (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | hists_link.c | 76 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 312 hists = evsel__hists(evsel); in test__hists_link() 322 first_hists = evsel__hists(first); in test__hists_link() 323 hists = evsel__hists(evsel); in test__hists_link()
|
D | hists_cumulate.c | 248 struct hists *hists = evsel__hists(evsel); in test1() 298 struct hists *hists = evsel__hists(evsel); in test2() 445 struct hists *hists = evsel__hists(evsel); in test3() 501 struct hists *hists = evsel__hists(evsel); in test4()
|
D | hists_output.c | 125 struct hists *hists = evsel__hists(evsel); in test1() 227 struct hists *hists = evsel__hists(evsel); in test2() 283 struct hists *hists = evsel__hists(evsel); in test3() 357 struct hists *hists = evsel__hists(evsel); in test4() 459 struct hists *hists = evsel__hists(evsel); in test5()
|
D | hists_filter.c | 69 struct hists *hists = evsel__hists(evsel); in add_hist_entries() 138 struct hists *hists = evsel__hists(evsel); in test__hists_filter()
|
/linux-4.1.27/tools/perf/ |
D | builtin-report.c | 288 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() 320 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() 429 struct hists *hists = evsel__hists(pos); in report__collapse_hists() 439 struct hists *leader_hists = evsel__hists(pos->leader); in report__collapse_hists() 457 hists__output_resort(evsel__hists(pos), &prog); in report__output_resort() 492 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report() 519 rep->nr_entries += evsel__hists(pos)->nr_entries; in __cmd_report()
|
D | builtin-top.c | 253 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() 334 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() 546 hists = evsel__hists(t->sym_evsel); in perf_top__sort_new_samples() 578 struct hists *hists = evsel__hists(pos); in display_thread_tui() 776 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() 858 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() 229 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() 387 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() 692 struct hists *hists_base = evsel__hists(evsel_base); in data_process() 705 hists = evsel__hists(evsel); in data_process()
|
/linux-4.1.27/tools/perf/util/ |
D | hist.c | 510 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() 541 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() 614 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() 665 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry() 688 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 721 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() 800 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry() 1425 ret += events_stats__fprintf(&evsel__hists(pos)->stats, fp); in perf_evlist__fprintf_nr_events() 1461 struct hists *hists = evsel__hists(evsel); in hists_evsel__init()
|
D | hist.h | 173 static inline struct hists *evsel__hists(struct perf_evsel *evsel) in evsel__hists() function
|
D | sort.c | 1273 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_header() 1288 len = hists__col_len(evsel__hists(evsel), hse->se->se_width_idx); in __sort__hpp_width()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 313 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1262 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() 1423 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() 1833 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() 1850 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write()
|