#include "opd_24_stats.h"
#include "opd_proc.h"
#include "opd_image.h"
#include "oprofiled.h"
#include "op_get_time.h"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | opd_print_24_stats (void) |
Variables | |
unsigned long | opd_24_stats [OPD_MAX_STATS] |
Management of daemon statistics
Definition in file opd_24_stats.c.
void opd_print_24_stats | ( | void | ) |
opd_print_24_stats - print out latest statistics
Definition at line 24 of file opd_24_stats.c.
References op_get_time(), OP_MOUNT, opd_24_stats, OPD_DUMP_COUNT, opd_get_nr_images(), opd_get_nr_procs(), OPD_IMAGE_HASH_ACCESS, OPD_IMAGE_HASH_DEPTH, OPD_KERNEL, OPD_LOST_MAP_PROCESS, OPD_LOST_MODULE, OPD_LOST_PROCESS, OPD_LOST_SAMPLEFILE, OPD_MAP_ARRAY_ACCESS, OPD_MAP_ARRAY_DEPTH, OPD_MODULE, OPD_NOTIFICATIONS, OPD_PROC_QUEUE_ACCESS, OPD_PROC_QUEUE_DEPTH, OPD_PROCESS, opd_read_fs_int(), and OPD_SAMPLES.
Referenced by opd_24_exit(), opd_alarm(), and opd_sigterm().
unsigned long opd_24_stats[OPD_MAX_STATS] |
Definition at line 22 of file opd_24_stats.c.
Referenced by opd_24_init(), opd_do_notes(), opd_do_samples(), opd_drop_module_sample(), opd_find_image(), opd_get_proc(), opd_handle_kernel_sample(), opd_handle_module_sample(), opd_lookup_maps(), opd_print_24_stats(), opd_put_image_sample(), and opd_put_sample().