Home
last modified time | relevance | path

Searched refs:dso_short_width (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
Dtop.c214 int *dso_width, int *dso_short_width, int *sym_width) in perf_top__find_widths() argument
219 *sym_width = *dso_width = *dso_short_width = 0; in perf_top__find_widths()
232 if (syme->map->dso->short_name_len > *dso_short_width) in perf_top__find_widths()
233 *dso_short_width = syme->map->dso->short_name_len; in perf_top__find_widths()
Dtop.h61 int *dso_width, int *dso_short_width, int *sym_width);
/external/linux-tools-perf/util/ui/browsers/
Dtop.c26 int dso_short_width; member
86 &browser->dso_short_width, in perf_top_browser__update_rb_tree()
89 browser->dso_width = browser->dso_short_width; in perf_top_browser__update_rb_tree()
/external/linux-tools-perf/
Dbuiltin-top.c285 int sym_width, dso_width, dso_short_width; in print_sym_table() local
308 perf_top__find_widths(&top, &tmp, &dso_width, &dso_short_width, in print_sym_table()
312 dso_width = dso_short_width; in print_sym_table()