Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-script.c3762 char *__script_root; in get_script_path()
3778 __script_root = get_script_root(script_dirent, suffix); in get_script_path()
3779 if (__script_root && !strcmp(script_root, __script_root)) { in get_script_path()
3780 free(__script_root); in get_script_path()
3787 free(__script_root); in is_top_script()
3753 char *__script_root; get_script_path() local