diff options
| author | Robert Richter <robert.richter@amd.com> | 2010-06-04 05:33:10 -0400 |
|---|---|---|
| committer | Robert Richter <robert.richter@amd.com> | 2010-06-04 05:33:10 -0400 |
| commit | d8a382d2662822248a97ce9d670b90e68aefbd3a (patch) | |
| tree | 4f5bbd5d0a5881ed42de611402ea4ac2c6d6ff48 /tools/perf/util/exec_cmd.h | |
| parent | 45c34e05c4e3d36e7c44e790241ea11a1d90d54e (diff) | |
| parent | c6df8d5ab87a246942d138321e1721edbb69f6e1 (diff) | |
Merge remote branch 'tip/perf/urgent' into oprofile/urgent
Diffstat (limited to 'tools/perf/util/exec_cmd.h')
| -rw-r--r-- | tools/perf/util/exec_cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/exec_cmd.h b/tools/perf/util/exec_cmd.h index 31647ac92ed1..bc4b915963f5 100644 --- a/tools/perf/util/exec_cmd.h +++ b/tools/perf/util/exec_cmd.h | |||
| @@ -5,7 +5,6 @@ extern void perf_set_argv_exec_path(const char *exec_path); | |||
| 5 | extern const char *perf_extract_argv0_path(const char *path); | 5 | extern const char *perf_extract_argv0_path(const char *path); |
| 6 | extern const char *perf_exec_path(void); | 6 | extern const char *perf_exec_path(void); |
| 7 | extern void setup_path(void); | 7 | extern void setup_path(void); |
| 8 | extern const char **prepare_perf_cmd(const char **argv); | ||
| 9 | extern int execv_perf_cmd(const char **argv); /* NULL terminated */ | 8 | extern int execv_perf_cmd(const char **argv); /* NULL terminated */ |
| 10 | extern int execl_perf_cmd(const char *cmd, ...); | 9 | extern int execl_perf_cmd(const char *cmd, ...); |
| 11 | extern const char *system_path(const char *path); | 10 | extern const char *system_path(const char *path); |
