Go to the documentation of this file. 1 #ifndef __PERF_RUN_COMMAND_H
2 #define __PERF_RUN_COMMAND_H
13 #define IS_RUN_COMMAND_ERR(x) (-(x) >= ERR_RUN_COMMAND_FORK)
40 const char *
const *
env;
53 #define RUN_COMMAND_NO_STDIN 1
54 #define RUN_PERF_CMD 2
55 #define RUN_COMMAND_STDOUT_TO_STDERR 4