opd_stats.h

Go to the documentation of this file.
00001 
00012 #ifndef OPD_STATS_H
00013 #define OPD_STATS_H
00014 
00015 extern unsigned long opd_stats[];
00016 
00017 enum {  OPD_SAMPLES, 
00018     OPD_KERNEL, 
00019     OPD_PROCESS, 
00020     OPD_NO_CTX, 
00021     OPD_LOST_KERNEL,  
00022     OPD_LOST_SAMPLEFILE, 
00023     OPD_LOST_NO_MAPPING, 
00024     OPD_DUMP_COUNT, 
00025     OPD_DANGLING_CODE, 
00026     OPD_NO_APP_KERNEL_SAMPLE, 
00027     OPD_MAX_STATS 
00028 };
00029 
00030 void opd_print_stats(void);
00031 
00032 #endif /* OPD_STATS_H */

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1