48b4175f1e110900d239ad44648f98b1c83c7d4d
[deliverable/linux.git] / tools / perf / util / exec_cmd.h
1 #ifndef __PERF_EXEC_CMD_H
2 #define __PERF_EXEC_CMD_H
3
4 extern void perf_set_argv_exec_path(const char *exec_path);
5 extern const char *perf_extract_argv0_path(const char *path);
6 extern void setup_path(void);
7 extern int execv_perf_cmd(const char **argv); /* NULL terminated */
8 extern int execl_perf_cmd(const char *cmd, ...);
9 /* perf_exec_path and system_path return malloc'd string, caller must free it */
10 extern char *perf_exec_path(void);
11 extern char *system_path(const char *path);
12
13 #endif /* __PERF_EXEC_CMD_H */
This page took 0.042144 seconds and 4 git commands to generate.