Daemon set up and main loop for 2.6. More...
#include "config.h"#include "oprofiled.h"#include "opd_stats.h"#include "opd_sfile.h"#include "opd_pipe.h"#include "opd_kernel.h"#include "opd_trans.h"#include "opd_anon.h"#include "opd_perfmon.h"#include "opd_printf.h"#include "opd_extended.h"#include "op_version.h"#include "op_config.h"#include "op_deviceio.h"#include "op_get_time.h"#include "op_libiberty.h"#include "op_fileio.h"#include <fcntl.h>#include <stdio.h>#include <errno.h>#include <limits.h>#include <stdlib.h>#include <sys/time.h>#include <wait.h>#include <string.h>
Variables | |
| size_t | kernel_pointer_size |
| char * | session_dir |
| struct oprofiled_ops | opd_26_ops |
Daemon set up and main loop for 2.6.
| size_t kernel_pointer_size |
Referenced by pop_buffer_value().
| struct oprofiled_ops opd_26_ops |
{
.init = opd_26_init,
.start = opd_26_start,
.exit = opd_26_exit,
}
| char* session_dir |
Referenced by main().
1.6.1