Searched defs:col_width (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
H A Dhist.c384 const char *col_width = symbol_conf.col_width_list_str; local
422 if (col_width) {
424 atoi(col_width));
425 col_width = strchr(col_width, ',');
426 if (col_width)
427 ++col_width;

Completed in 73 milliseconds