Searched defs:hists (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/tests/ |
H A D | hists_output.c | 50 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument 95 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument 141 struct hists *hist in test1() local 243 struct hists *hists = evsel__hists(evsel); test2() local 299 struct hists *hists = evsel__hists(evsel); test3() local 373 struct hists *hists = evsel__hists(evsel); test4() local 475 struct hists *hists = evsel__hists(evsel); test5() local [all...] |
H A D | hists_cumulate.c | 80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument 130 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument 190 static int do_test(struct hists *hist argument 266 struct hists *hists = evsel__hists(evsel); test1() local 317 struct hists *hists = evsel__hists(evsel); test2() local 465 struct hists *hists = evsel__hists(evsel); test3() local 522 struct hists *hists = evsel__hists(evsel); test4() local [all...] |
H A D | hists_link.c | 81 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 160 static int __validate_match(struct hists *hists) in __validate_match() 208 static int __validate_link(struct hists *hists, int idx) in __validate_link() 289 struct hists *hists, *first_hists; in test__hists_link() local
|
H A D | hists_filter.c | 71 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local 154 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
|
H A D | hists_common.c | 163 void print_hists_in(struct hists *hists) in print_hists_in() argument 195 void print_hists_out(struct hists *hists) in print_hists_out() argument
|
/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() 405 static void perf_gtk__add_hierarchy_entries(struct hists *hists, in perf_gtk__add_hierarchy_entries() 497 static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, in perf_gtk__show_hierarchy() 635 struct hists *hists = evsel__hists(pos); in evlist__gtk_browse_hists() local
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.h | 11 struct hists *hists; member
|
/linux/tools/perf/util/ |
H A D | block-info.c | 438 static int process_block_report(struct hists *hists, in process_block_report() 483 struct hists *hists = evsel__hists(pos); in block_info__create_report() local
|
H A D | callchain.c | 1772 callchain_total_hits(struct hists * hists) callchain_total_hits() argument
|