Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dscripts.c264 int max_std, custom_perf;
291 max_std = i;
294 names[i] = buf + (i - max_std) * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN);
298 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std,
302 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL);
317 } else if (choice < num + max_std) {
320 *custom = choice >= max_std;
324 for (i = 0; i < max_std;
91 int max_std, custom_perf; list_scripts() local
[all...]