OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_exec_path
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
exec_cmd.h
6
extern const char *
perf_exec_path
(void);
exec_cmd.c
55
const char *
perf_exec_path
(void)
function
67
return system_path(
PERF_EXEC_PATH
);
87
add_path(&new_path,
perf_exec_path
());
help.c
167
const char *exec_path =
perf_exec_path
();
211
const char *exec_path =
perf_exec_path
();
/external/linux-tools-perf/
perf.c
118
puts(
perf_exec_path
());
486
* precedence paths: the "--exec-path" option, the
PERF_EXEC_PATH
builtin-script.c
843
snprintf(scripts_path, MAXPATHLEN, "%s/scripts",
perf_exec_path
());
891
snprintf(scripts_path, MAXPATHLEN, "%s/scripts",
perf_exec_path
());
1039
/* make sure
PERF_EXEC_PATH
is set for scripts */
1040
perf_set_argv_exec_path(
perf_exec_path
());
Completed in 276 milliseconds