Home
last modified time | relevance | path

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

/linux/scripts/
A Dchecktransupdate.py134 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/
A Dbuiltin-script.c3450 script_path = buf + MAXPATHLEN; 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
3693 return strdup(script_path); in get_script_path()
3706 return ends_with(script_path, "top") != NULL; in is_top_script()
3717 if (read_script_info(desc, script_path)) in has_required_arg()
3955 char *script_path = NULL; in cmd_script() local
4279 script_path = rec_script_path; in cmd_script()
4281 script_path = rep_script_path; in cmd_script()
4283 if (script_path) { in cmd_script()
[all …]
/linux/tools/perf/tests/shell/
A Dtest_intel_pt.sh286 script_path=$(realpath "$0")
287 script_dir=$(dirname "$script_path")

Completed in 21 milliseconds