Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c976 char *script_root, *str; in get_script_root() local
978 script_root = strdup(script_dirent->d_name); in get_script_root()
979 if (!script_root) in get_script_root()
982 str = (char *)ends_with(script_root, suffix); in get_script_root()
984 free(script_root); in get_script_root()
989 return script_root; in get_script_root()
1003 char *script_root; in list_available_scripts() local
1019 script_root = get_script_root(&script_dirent, REPORT_SUFFIX); in list_available_scripts()
1020 if (script_root) { in list_available_scripts()
1021 desc = script_desc__findnew(script_root); in list_available_scripts()
[all …]
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/pycon2011/
Drequest_table.rst43 script_name script_root cached_property
144 …<mitsuhiko> mcdonc: script_root and path in werkzeug are not quite script_name and path_info in we…