Home
last modified time | relevance | path

Searched defs:hists (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_output.c50 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 Dhists_cumulate.c80 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 Dhists_link.c81 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 Dhists_filter.c71 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 Dhists_common.c163 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 Dhists.c293 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 Dhists.h11 struct hists *hists; member
/linux/tools/perf/util/
H A Dblock-info.c438 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 Dcallchain.c1772 callchain_total_hits(struct hists * hists) callchain_total_hits() argument