opd_24_stats.h
Go to the documentation of this file.00001
00012 #ifndef OPD_24_STATS_H
00013 #define OPD_24_STATS_H
00014
00015 extern unsigned long opd_24_stats[];
00016
00017 enum { OPD_KERNEL,
00018 OPD_MODULE,
00019 OPD_LOST_MODULE,
00020 OPD_LOST_PROCESS,
00021 OPD_PROCESS,
00022 OPD_LOST_MAP_PROCESS,
00023 OPD_LOST_SAMPLEFILE,
00024 OPD_PROC_QUEUE_ACCESS,
00025 OPD_PROC_QUEUE_DEPTH,
00026 OPD_DUMP_COUNT,
00027 OPD_MAP_ARRAY_ACCESS,
00028 OPD_MAP_ARRAY_DEPTH,
00029 OPD_IMAGE_HASH_ACCESS,
00030 OPD_IMAGE_HASH_DEPTH,
00031 OPD_SAMPLES,
00032 OPD_NOTIFICATIONS,
00033 OPD_MAX_STATS
00034 };
00035
00037 void opd_print_24_stats(void);
00038
00039 #endif