Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-script.c3286 char script_path[MAXPATHLEN]; in list_available_scripts() local
3314 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3316 read_script_info(desc, script_path); in list_available_scripts()
3503 char script_path[MAXPATHLEN]; in get_script_path() local
3526 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
3529 return strdup(script_path); in get_script_path()
3540 static bool is_top_script(const char *script_path) in is_top_script() argument
3542 return ends_with(script_path, "top") != NULL; in is_top_script()
3545 static int has_required_arg(char *script_path) in has_required_arg() argument
3553 if (read_script_info(desc, script_path)) in has_required_arg()
[all …]
/linux-6.1.9/tools/perf/tests/shell/
Dtest_intel_pt.sh285 script_path=$(realpath "$0")
286 script_dir=$(dirname "$script_path")