perf tools: Remove subcmd dependencies on strbuf
[deliverable/linux.git] / tools / perf / util / exec_cmd.h
CommitLineData
8b40f521
JK
1#ifndef __PERF_EXEC_CMD_H
2#define __PERF_EXEC_CMD_H
07800601 3
096d3558
JP
4extern void exec_cmd_init(const char *exec_name, const char *prefix,
5 const char *exec_path, const char *exec_path_env);
6
07800601
IM
7extern void perf_set_argv_exec_path(const char *exec_path);
8extern const char *perf_extract_argv0_path(const char *path);
07800601 9extern void setup_path(void);
07800601
IM
10extern int execv_perf_cmd(const char **argv); /* NULL terminated */
11extern int execl_perf_cmd(const char *cmd, ...);
c4068f51
MH
12/* perf_exec_path and system_path return malloc'd string, caller must free it */
13extern char *perf_exec_path(void);
14extern char *system_path(const char *path);
07800601 15
8b40f521 16#endif /* __PERF_EXEC_CMD_H */
This page took 0.459237 seconds and 5 git commands to generate.