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

/linux-4.1.27/tools/perf/ui/browsers/
H A Dscripts.c32 #define SCRIPT_NAMELEN 128 macro
52 /* Preset the script name to SCRIPT_NAMELEN */ list_scripts()
53 buf = malloc(SCRIPT_MAX_NO * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN)); list_scripts()
58 names[i] = buf + i * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN); list_scripts()
59 paths[i] = names[i] + SCRIPT_NAMELEN; list_scripts()

Completed in 26 milliseconds