Searched refs:script_path (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/tests/shell/ |
| H A D | test_arm_coresight_disasm.sh | |
| H A D | test_intel_pt.sh | |
| /linux/tools/lib/python/kdoc/ |
| H A D | python_version.py | 158 script_path = os.path.abspath(sys.argv[0]) 169 args = [cmd, script_path] + sys.argv[1:] 185 args = [new_python_cmd, script_path] + sys.argv[1:]
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 172 script_path = os.path.dirname(os.path.abspath(__file__)) 173 linux_path = os.path.join(script_path, "../..") 236 script_path = os.path.dirname(os.path.abspath(__file__)) 237 linux_path = os.path.join(script_path, "../..")
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 3683 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() 3694 script_path = buf + MAXPATHLEN; in list_available_scripts() 3721 scnprintf(script_path, MAXPATHLEN, "%s/%s", in add_dlarg() 3723 read_script_info(desc, script_path); in add_dlarg() 3773 char script_path[MAXPATHLEN]; in get_script_path() 3796 scnprintf(script_path, MAXPATHLEN, "%s/%s", in has_required_arg() 3799 return strdup(script_path); in has_required_arg() 3810 static bool is_top_script(const char *script_path) in has_required_arg() 3812 return ends_with(script_path, "top") != NULL; in has_required_arg() 3815 static int has_required_arg(char *script_path) in have_cmd() 3660 char *buf, *scripts_path, *script_path, *lang_path, *first_half; list_available_scripts() local 3750 char script_path[MAXPATHLEN]; get_script_path() local 3787 is_top_script(const char * script_path) is_top_script() argument 3792 has_required_arg(char * script_path) has_required_arg() argument 4037 char *script_path = NULL; cmd_script() local [all...] |