Daemon set up and main loop for 2.4. More...
#include "config.h"#include "opd_proc.h"#include "opd_mapping.h"#include "opd_24_stats.h"#include "opd_sample_files.h"#include "opd_image.h"#include "opd_parse_proc.h"#include "opd_kernel.h"#include "opd_printf.h"#include "oprofiled.h"#include "op_sample_file.h"#include "op_config_24.h"#include "op_interface.h"#include "op_libiberty.h"#include "op_deviceio.h"#include "op_events.h"#include "op_get_time.h"#include "op_fileio.h"#include <stdio.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <stdlib.h>
Variables | |
| fd_t | hashmapdevfd |
| int | cpu_number |
| struct oprofiled_ops | opd_24_ops |
Daemon set up and main loop for 2.4.
| int cpu_number |
Referenced by opd_put_image_sample().
Referenced by opd_init_hash_map().
| struct oprofiled_ops opd_24_ops |
{
.init = opd_24_init,
.start = opd_24_start,
.exit = opd_24_exit
}
1.6.1