Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-script.c1227 char script_path[MAXPATHLEN]; in list_available_scripts() local
1250 snprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
1252 read_script_info(desc, script_path); in list_available_scripts()
1407 char script_path[MAXPATHLEN]; in get_script_path() local
1431 snprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()
1433 return strdup(script_path); in get_script_path()
1444 static bool is_top_script(const char *script_path) in is_top_script() argument
1446 return ends_with(script_path, "top") == NULL ? false : true; in is_top_script()
1449 static int has_required_arg(char *script_path) in has_required_arg() argument
1457 if (read_script_info(desc, script_path)) in has_required_arg()
[all …]