Searched refs:script_path (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/ |
H A D | checktransupdate.py | 134 script_path = os.path.dirname(os.path.abspath(__file__)) 135 linux_path = os.path.join(script_path, "..") 198 script_path = os.path.dirname(os.path.abspath(__file__)) 199 linux_path = os.path.join(script_path, "..")
|
/linux/tools/perf/ |
H A D | builtin-script.c | 3439 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3450 script_path = buf + MAXPATHLEN; in list_available_scripts() 3477 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts() 3479 read_script_info(desc, script_path); in list_available_scripts() 3667 char script_path[MAXPATHLEN]; in get_script_path() local 3690 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path() 3693 return strdup(script_path); in get_script_path() 3704 static bool is_top_script(const char *script_path) in is_top_script() argument 3706 return ends_with(script_path, "top") != NULL; in is_top_script() 3709 static int has_required_arg(char *script_path) in has_required_arg() argument [all …]
|
/linux/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 286 script_path=$(realpath "$0") 287 script_dir=$(dirname "$script_path")
|