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

/linux-master/tools/perf/
H A Dbuiltin-script.c3344 char *buf, *scripts_path, *script_path, *lang_path, *first_half; local
3355 script_path = buf + MAXPATHLEN;
3382 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3384 read_script_info(desc, script_path);
3572 char script_path[MAXPATHLEN]; local
3595 scnprintf(script_path, MAXPATHLEN, "%s/%s",
3598 return strdup(script_path);
3609 static bool is_top_script(const char *script_path) argument
3611 return ends_with(script_path, "top") != NULL;
3614 static int has_required_arg(char *script_path) argument
3861 char *script_path = NULL; local
[all...]
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh286 script_path=$(realpath "$0")
287 script_dir=$(dirname "$script_path")

Completed in 104 milliseconds