Home
last modified time | relevance | path

Searched defs:hists (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_filter.c69 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
142 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
[all...]
H A Dhists_output.c50 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument
92 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument
128 struct hists *hist in test1() local
230 struct hists *hists = evsel__hists(evsel); test2() local
286 struct hists *hists = evsel__hists(evsel); test3() local
360 struct hists *hists = evsel__hists(evsel); test4() local
462 struct hists *hists = evsel__hists(evsel); test5() local
[all...]
H A Dhists_link.c78 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
141 static int __validate_match(struct hists *hists) in __validate_match() argument
189 __validate_link(struct hists *hists, int idx) __validate_link() argument
270 struct hists *hists, *first_hists; test__hists_link() local
[all...]
H A Dhists_common.c163 void print_hists_in(struct hists *hists) in print_hists_in() argument
193 void print_hists_out(struct hists *hists) in print_hists_out() argument
H A Dhists_cumulate.c80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument
126 static void del_hist_entries(struct hists *hists) in del_hist_entries() argument
177 static int do_test(struct hists *hist argument
253 struct hists *hists = evsel__hists(evsel); test1() local
304 struct hists *hists = evsel__hists(evsel); test2() local
452 struct hists *hists = evsel__hists(evsel); test3() local
509 struct hists *hists = evsel__hists(evsel); test4() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.h12 struct hists *hists; member
H A Dannotate.c667 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.h12 struct hists *hists; member
/kernel/linux/linux-6.6/tools/perf/tests/
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
[all...]
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_link.c81 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
160 static int __validate_match(struct hists *hists) in __validate_match() argument
208 __validate_link(struct hists *hists, int idx) __validate_link() argument
289 struct hists *hists, *first_hists; test__hists_link() local
[all...]
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
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...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c219 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() local
307 static void hists__find_annotations(struct hists *hists, in hists__find_annotations() argument
427 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstream.c113 static void init_hot_callchain(struct hists *hists, struct evsel_streams *es) in init_hot_callchain() argument
138 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams() local
H A Dblock-info.c402 static int process_block_report(struct hists *hists, in process_block_report() argument
447 struct hists *hists in block_info__create_report() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstream.c113 static void init_hot_callchain(struct hists *hists, struct evsel_streams *es) in init_hot_callchain() argument
138 struct hists *hists = evsel__hists(pos); in evlist__init_callchain_streams() local
H A Dblock-info.c402 static int process_block_report(struct hists *hists, in process_block_report() argument
447 struct hists *hists in block_info__create_report() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dhists.c293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() argument
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
497 perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hierarchy() argument
637 struct hists *hists = evsel__hists(pos); perf_evlist__gtk_browse_hists() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c232 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() local
323 static void hists__find_annotations(struct hists *hists, in hists__find_annotations() argument
450 struct hists *hists in __cmd_annotate() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dhists.c293 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() argument
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
497 perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists, float min_pcnt) perf_gtk__show_hierarchy() argument
635 struct hists *hists = evsel__hists(pos); evlist__gtk_browse_hists() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c30 struct hists *hists = he->hists; in __hpp__fmt() local
287 hpp__width_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp __maybe_unused, struct hists *hists) hpp__width_fn() argument
303 hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) hpp__header_fn() argument
710 hists__sort_list_width(struct hists *hists) hists__sort_list_width() argument
735 hists__overhead_width(struct hists *hists) hists__overhead_width() argument
757 perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) perf_hpp__reset_width() argument
790 hists__reset_column_width(struct hists *hists) hists__reset_column_width() argument
823 add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) add_hierarchy_fmt() argument
868 struct hists *hists; perf_hpp__setup_hists_formats() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H A Dhist.c591 struct hists *hists = he->hists; in hist_entry__fprintf() local
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
632 hists__fprintf_hierarchy_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_hierarchy_headers() argument
728 fprintf_line(struct hists *hists, struct perf_hpp *hpp, int line, FILE *fp) fprintf_line() argument
753 hists__fprintf_standard_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_standard_headers() argument
800 hists__fprintf_headers(struct hists *hists, FILE *fp) hists__fprintf_headers() argument
817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
H A Dhist.c591 struct hists *hists = he->hists; in hist_entry__fprintf() local
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
632 hists__fprintf_hierarchy_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_hierarchy_headers() argument
728 fprintf_line(struct hists *hists, struct perf_hpp *hpp, int line, FILE *fp) fprintf_line() argument
753 hists__fprintf_standard_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_standard_headers() argument
800 hists__fprintf_headers(struct hists *hists, FILE *fp) hists__fprintf_headers() argument
817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c31 struct hists *hists = he->hists; in __hpp__fmt() local
290 hpp__width_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp __maybe_unused, struct hists *hists) hpp__width_fn() argument
306 hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) hpp__header_fn() argument
713 hists__sort_list_width(struct hists *hists) hists__sort_list_width() argument
738 hists__overhead_width(struct hists *hists) hists__overhead_width() argument
760 perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) perf_hpp__reset_width() argument
793 hists__reset_column_width(struct hists *hists) hists__reset_column_width() argument
826 add_hierarchy_fmt(struct hists *hists, struct perf_hpp_fmt *fmt) add_hierarchy_fmt() argument
871 struct hists *hists; perf_hpp__setup_hists_formats() local
[all...]

Completed in 16 milliseconds

12