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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c475 int sym_width = 0, dso_width = 0, dso_short_width = 0; local
589 if (syme->map->dso->short_name_len > dso_short_width)
590 dso_short_width = syme->map->dso->short_name_len;
599 dso_width = dso_short_width;

Completed in 107 milliseconds