Searched refs:dso_short_width (Results 1 – 4 of 4) sorted by relevance
/external/linux-tools-perf/util/ |
D | top.c | 214 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()
|
D | top.h | 61 int *dso_width, int *dso_short_width, int *sym_width);
|
/external/linux-tools-perf/util/ui/browsers/ |
D | top.c | 26 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/ |
D | builtin-top.c | 285 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()
|