Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.c19 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
24 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
29 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
38 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
46 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
56 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
162 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
226 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
247 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
261 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
[all …]
Dhist.h56 struct hists { struct
57 struct rb_root entries_in_array[2];
58 struct rb_root *entries_in;
59 struct rb_root entries;
60 struct rb_root entries_collapsed;
61 u64 nr_entries;
62 u64 nr_non_filtered_entries;
63 struct thread *thread_filter;
64 const struct dso *dso_filter;
65 const char *uid_filter_str;
[all …]
Dsort.h112 struct hists *hists; member
Dsort.c1253 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
/linux-4.1.27/tools/perf/tests/
Dhists_output.c46 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries()
89 static void del_hist_entries(struct hists *hists) in del_hist_entries()
125 struct hists *hists = evsel__hists(evsel); in test1() local
227 struct hists *hists = evsel__hists(evsel); in test2() local
283 struct hists *hists = evsel__hists(evsel); in test3() local
357 struct hists *hists = evsel__hists(evsel); in test4() local
459 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()
123 static void del_hist_entries(struct hists *hists) in del_hist_entries()
174 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test()
248 struct hists *hists = evsel__hists(evsel); in test1() local
298 struct hists *hists = evsel__hists(evsel); in test2() local
445 struct hists *hists = evsel__hists(evsel); in test3() local
501 struct hists *hists = evsel__hists(evsel); in test4() local
Dhists_link.c76 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
147 static int __validate_match(struct hists *hists) in __validate_match()
195 static int __validate_link(struct hists *hists, int idx) in __validate_link()
276 struct hists *hists, *first_hists; in test__hists_link() local
Dhists_filter.c69 struct hists *hists = evsel__hists(evsel); in add_hist_entries() local
138 struct hists *hists = evsel__hists(evsel); in test__hists_filter() local
Dhists_common.c153 void print_hists_in(struct hists *hists) in print_hists_in()
183 void print_hists_out(struct hists *hists) in print_hists_out()
/linux-4.1.27/tools/perf/
Dbuiltin-annotate.c54 struct hists *hists = evsel__hists(evsel); in perf_evsel__add_sample() local
114 static void hists__find_annotations(struct hists *hists, in hists__find_annotations()
229 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
Dbuiltin-top.c253 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() local
334 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
539 struct hists *hists; in perf_top__sort_new_samples() local
578 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
776 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
387 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort() local
424 static void hists__baseline_only(struct hists *hists) in hists__baseline_only()
446 static void hists__precompute(struct hists *hists) in hists__precompute()
659 static void hists__process(struct hists *hists) in hists__process()
699 struct hists *hists; in data_process() local
Dbuiltin-report.c265 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
320 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local
429 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
/linux-4.1.27/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.1.27/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.1.27/tools/perf/ui/browsers/
Dhists.c25 struct hists *hists; member
54 struct hists *hists = browser->hists; in hist_browser__get_folding() local
379 struct hists *hists = browser->hists; in __hist_browser__set_folding() local
847 static int hists__scnprintf_headers(char *buf, size_t size, struct hists *hists) in hists__scnprintf_headers()
1198 static struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new()
1235 static int hists__browser_title(struct hists *hists, in hists__browser_title()
1423 struct hists *hists = evsel__hists(evsel); in perf_evsel__hists_browse() local
1833 struct hists *hists = evsel__hists(evsel); in perf_evsel_menu__write() local
/linux-4.1.27/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()