HomeSort by relevance Sort by last modified time
    Searched refs:session_dir (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libop/
op_config.c 36 init_op_config_dirs(char const * session_dir)
40 assert(session_dir);
41 session_dir_len = strlen(session_dir);
44 fprintf(stderr, "Session_dir string \"%s\" is too large.\n",
45 session_dir);
49 strcpy(op_session_dir, session_dir);
op_config.h 24 * @param session_dir the non-NULL value of the base session directory
26 void init_op_config_dirs(char const * session_dir);
  /external/oprofile/daemon/
init.c 53 extern char * session_dir;
180 exec_args[arg_num++] = session_dir;
oprofiled.c 70 char * session_dir; variable
87 { "session-dir", 0, POPT_ARG_STRING, &session_dir, 0, "place sample database in dir instead of default location", "/var/lib/oprofile", },
504 init_op_config_dirs(session_dir);

Completed in 604 milliseconds