Searched refs:script_path (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 2985 char script_path[MAXPATHLEN]; in list_available_scripts() local 3013 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts() 3015 read_script_info(desc, script_path); in list_available_scripts() 3174 char script_path[MAXPATHLEN]; in get_script_path() local 3197 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path() 3200 return strdup(script_path); in get_script_path() 3211 static bool is_top_script(const char *script_path) in is_top_script() argument 3213 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script() 3216 static int has_required_arg(char *script_path) in has_required_arg() argument 3224 if (read_script_info(desc, script_path)) in has_required_arg() 3444 char *script_path = NULL; cmd_script() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3332 script_path = buf + MAXPATHLEN; in list_available_scripts() 3359 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts() 3361 read_script_info(desc, script_path); in list_available_scripts() 3549 char script_path[MAXPATHLEN]; in get_script_path() local 3572 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path() 3575 return strdup(script_path); in get_script_path() 3586 static bool is_top_script(const char *script_path) in is_top_script() argument 3588 return ends_with(script_path, "top") != NULL; in is_top_script() 3591 static int has_required_arg(char *script_path) in has_required_arg() argument 3824 char *script_path = NULL; cmd_script() local [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 285 script_path=$(realpath "$0") 286 script_dir=$(dirname "$script_path")
|
Completed in 11 milliseconds