Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
exec_cmd.h File Reference

Go to the source code of this file.

Functions

void perf_set_argv_exec_path (const char *exec_path)
 
const charperf_extract_argv0_path (const char *path)
 
const charperf_exec_path (void)
 
void setup_path (void)
 
int execv_perf_cmd (const char **argv)
 
int execl_perf_cmd (const char *cmd,...)
 
const charsystem_path (const char *path)
 

Function Documentation

int execl_perf_cmd ( const char cmd,
  ... 
)

Definition at line 127 of file exec_cmd.c.

int execv_perf_cmd ( const char **  argv)

Definition at line 116 of file exec_cmd.c.

const char* perf_exec_path ( void  )

Definition at line 55 of file exec_cmd.c.

const char* perf_extract_argv0_path ( const char path)

Definition at line 25 of file exec_cmd.c.

void perf_set_argv_exec_path ( const char exec_path)

Definition at line 44 of file exec_cmd.c.

void setup_path ( void  )

Definition at line 82 of file exec_cmd.c.

const char* system_path ( const char path)

Definition at line 12 of file exec_cmd.c.