Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c21 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
26 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
31 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
40 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
48 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
58 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
182 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
246 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
267 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
281 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
[all …]
Dhist.h61 struct hists { struct
62 struct rb_root entries_in_array[2];
63 struct rb_root *entries_in;
64 struct rb_root entries;
65 struct rb_root entries_collapsed;
66 u64 nr_entries;
67 u64 nr_non_filtered_entries;
68 struct thread *thread_filter;
69 const struct dso *dso_filter;
70 const char *uid_filter_str;
[all …]
Dsort.h123 struct hists *hists; member
Dsort.c1389 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
/linux-4.4.14/tools/perf/tests/
Dhists_output.c46 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
93 static void del_hist_entries(struct hists *hists) in del_hist_entries()
129 struct hists *hists = evsel__hists(evsel); in test1() local
231 struct hists *hists = evsel__hists(evsel); in test2() local
287 struct hists *hists = evsel__hists(evsel); in test3() local
361 struct hists *hists = evsel__hists(evsel); in test4() local
463 struct hists *hists = evsel__hists(evsel); in test5() local
Dhists_cumulate.c76 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
127 static void del_hist_entries(struct hists *hists) in del_hist_entries()
178 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test()
252 struct hists *hists = evsel__hists(evsel); in test1() local
303 struct hists *hists = evsel__hists(evsel); in test2() local
451 struct hists *hists = evsel__hists(evsel); in test3() local
508 struct hists *hists = evsel__hists(evsel); in test4() local
Dhists_link.c76 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
151 static int __validate_match(struct hists *hists) in __validate_match()
199 static int __validate_link(struct hists *hists, int idx) in __validate_link()
280 struct hists *hists, *first_hists; in test__hists_link() local
Dhists_filter.c72 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
144 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
Dhists_common.c157 void print_hists_in(struct hists *hists) in print_hists_in()
187 void print_hists_out(struct hists *hists) in print_hists_out()
/linux-4.4.14/tools/perf/
Dbuiltin-annotate.c54 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() local
121 static void hists__find_annotations(struct hists *hists, in hists__find_annotations()
237 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
Dbuiltin-top.c257 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() local
340 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
545 struct hists *hists; in perf_top__sort_new_samples() local
586 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
787 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
Dbuiltin-diff.c48 struct hists *hists; member
313 static int hists__add_entry(struct hists *hists, in hists__add_entry()
330 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
390 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() local
427 static void hists__baseline_only(struct hists *hists) in hists__baseline_only()
449 static void hists__precompute(struct hists *hists) in hists__precompute()
662 static void hists__process(struct hists *hists) in hists__process()
702 struct hists *hists; in data_process() local
Dbuiltin-report.c296 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
362 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local
470 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c291 struct hists *hists, in hist_entry__callchain_fprintf()
351 struct hists *hists, in hist_entry__fprintf()
373 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c158 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists()
313 struct hists *hists = evsel__hists(pos); in perf_evlist__gtk_browse_hists() local
/linux-4.4.14/tools/perf/ui/
Dhist.c23 struct hists *hists = he->hists; in __hpp__fmt() local
614 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
639 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c24 struct hists *hists; member
56 struct hists *hists = browser->hists; in hist_browser__get_folding() local
399 struct hists *hists = browser->hists; in __hist_browser__set_folding() local
870 struct hists *hists = browser->hists; in hists_browser__scnprintf_headers() local
1226 static struct hist_browser *hist_browser__new(struct hists *hists, in hist_browser__new()
1267 static int hists__browser_title(struct hists *hists, in hists__browser_title()
1750 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() local
2113 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local