Merge branch 'am5748-fix' into fixes
[sfrench/cifs-2.6.git] / tools / perf / tests / builtin-test-list.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 struct script_file {
4         char *dir;
5         char *file;
6         char *desc;
7 };
8
9 /* List available script tests to run - singleton - never freed */
10 const struct script_file *list_script_files(void);
11 /* Get maximum width of description string */
12 int list_script_max_width(void);