Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test-list.c36 static int files_max_width = 0; variable
153 if (width > files_max_width) in append_script()
154 files_max_width = width; in append_script()
206 return files_max_width; in list_script_max_width()