/external/linux-tools-perf/src/tools/perf/util/ |
D | hist.c | 31 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() 36 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len() 41 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len() 50 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len() 58 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len() 68 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() 165 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() 229 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry() 244 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries() 324 void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h) in hists__inc_nr_entries() [all …]
|
D | hist.h | 67 struct hists { struct 83 struct hist_entry *__hists__add_entry(struct hists *self, argument
|
D | sort.h | 108 struct hists *hists; member
|
D | evsel.h | 69 struct hists hists; member
|
D | evsel.c | 117 void hists__init(struct hists *hists) in hists__init()
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | hist.c | 19 struct hists *hists = he->hists; in __hpp__fmt() local 240 struct hists *hists) in hist_entry__sort_snprintf() 261 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 34 struct hists *hists = he->hists; in __hpp__color_fmt() local 201 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() 379 struct hists *hists = &pos->hists; in perf_evlist__gtk_browse_hists() local
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | hists_link.c | 277 static int __validate_match(struct hists *hists) in __validate_match() 325 static int __validate_link(struct hists *hists, int idx) in __validate_link() 403 static void print_hists(struct hists *hists) in print_hists()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-diff.c | 47 struct hists *hists; member 368 struct hists *hists = &evsel->hists; in perf_evlist__collapse_resort() local 397 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() 419 static void hists__precompute(struct hists *hists) in hists__precompute() 550 static void hists__compute_resort(struct hists *hists) in hists__compute_resort() 578 static void hists__process(struct hists *hists) in hists__process() 737 struct hists *hists = he->hists; in baseline_percent() local
|
D | builtin-annotate.c | 229 struct hists *hists = &pos->hists; in __cmd_annotate() local
|
D | builtin-report.c | 453 struct hists *hists = &pos->hists; in perf_evlist__tty_browse_hists() local 551 struct hists *hists = &pos->hists; in __cmd_report() local
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 295 struct hists *hists, in hist_entry__callchain_fprintf() 352 struct hists *hists, in hist_entry__fprintf() 375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 23 struct hists *hists; member 283 static void hists__set_folding(struct hists *hists, bool unfold) in hists__set_folding() 605 struct hists *hists = he->hists; in __hpp__color_fmt() local 832 struct hists *hists, in hists__filter_entries() 853 struct hists *hists, in hists__filter_prev_entries() 1192 static struct hist_browser *hist_browser__new(struct hists *hists) in hist_browser__new() 1221 static int hists__browser_title(struct hists *hists, char *bf, size_t size, in hists__browser_title() 1392 struct hists *hists = &evsel->hists; in perf_evsel__hists_browse() local
|