op_config.h File Reference

Parameters a user may want to change. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define OP_SESSION_DIR_DEFAULT   "/var/lib/oprofile/"
#define DEBUGDIR   "/usr/lib/debug"
#define OPD_MAGIC   "DAE\n"
#define OPD_VERSION   0x12
#define OP_MIN_CPU_BUF_SIZE   2048
#define OP_MAX_CPU_BUF_SIZE   131072

Functions

void init_op_config_dirs (char const *session_dir)
 must be called to initialize the paths below.

Variables

char op_session_dir []
char op_samples_dir []
char op_samples_current_dir []
char op_lock_file []
char op_log_file []
char op_pipe_file []
char op_dump_status []

Detailed Description

Parameters a user may want to change.

See also op_config_24.h

Remarks:
Copyright 2002 OProfile authors
Read the file COPYING
Author:
John Levon
Philippe Elie Daniel Hansel

Define Documentation

#define DEBUGDIR   "/usr/lib/debug"
#define OP_MAX_CPU_BUF_SIZE   131072
#define OP_MIN_CPU_BUF_SIZE   2048
#define OP_SESSION_DIR_DEFAULT   "/var/lib/oprofile/"
#define OPD_MAGIC   "DAE\n"

Referenced by fill_header(), main(), and read_header().

#define OPD_VERSION   0x12

Referenced by fill_header(), and main().


Function Documentation

void init_op_config_dirs ( char const *  session_dir  ) 

must be called to initialize the paths below.

Parameters:
session_dir the non-NULL value of the base session directory

References op_device, op_dump_status, op_hash_device, op_lock_file, op_log_file, op_note_device, op_pipe_file, op_samples_current_dir, op_samples_dir, and op_session_dir.

Referenced by main().


Variable Documentation

Referenced by init_op_config_dirs().

char op_lock_file[]

Referenced by init_op_config_dirs(), and main().

char op_log_file[]
char op_pipe_file[]

Generated on 27 Aug 2012 for oprofile by  doxygen 1.6.1