HomeSort by relevance Sort by last modified time
    Searched defs:dso_short_width (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/ui/browsers/
top.c 26 int dso_short_width; member in struct:perf_top_browser
86 &browser->dso_short_width,
89 browser->dso_width = browser->dso_short_width;
  /external/linux-tools-perf/
builtin-top.c 285 int sym_width, dso_width, dso_short_width; local
308 perf_top__find_widths(&top, &tmp, &dso_width, &dso_short_width,
312 dso_width = dso_short_width;

Completed in 26 milliseconds