Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_arm_coresight_disasm.sh27 script_path=$(dirname "$0")/../../scripts/python/arm-cs-trace-disasm.py
48 perf script -i ${perfdata} -s python:${script_path} -- \
60 perf script -i ${perfdata} -s python:${script_path} -- \
H A Dtest_intel_pt.sh286 script_path=$(realpath "$0")
287 script_dir=$(dirname "$script_path")
/linux/tools/lib/python/kdoc/
H A Dpython_version.py146 script_path = os.path.abspath(sys.argv[0])
157 args = [cmd, script_path] + sys.argv[1:]
173 args = [new_python_cmd, script_path] + sys.argv[1:]
/linux/tools/docs/
H A Dchecktransupdate.py170 script_path = os.path.dirname(os.path.abspath(__file__))
171 linux_path = os.path.join(script_path, "../..")
234 script_path = os.path.dirname(os.path.abspath(__file__))
235 linux_path = os.path.join(script_path, "../..")
/linux/tools/perf/
H A Dbuiltin-script.c3643 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3654 script_path = buf + MAXPATHLEN; in list_available_scripts()
3681 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3683 read_script_info(desc, script_path); in list_available_scripts()
3733 char script_path[MAXPATHLEN]; in get_script_path() local
3756 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
3759 return strdup(script_path); in get_script_path()
3770 static bool is_top_script(const char *script_path) in is_top_script() argument
3772 return ends_with(script_path, "top") != NULL; in is_top_script()
3775 static int has_required_arg(char *script_path) in has_required_arg() argument
[all …]