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

/linux-master/tools/perf/ui/browsers/
H A Dscripts.c91 int max_std, custom_perf; local
118 max_std = i;
121 names[i] = buf + (i - max_std) * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN);
125 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std,
129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL);
144 } else if (choice < num + max_std) {
147 *custom = choice >= max_std;
151 for (i = 0; i < max_std;
[all...]

Completed in 103 milliseconds