opd_kernel.h

Go to the documentation of this file.
00001 
00012 #ifndef OPD_KERNEL_H
00013 #define OPD_KERNEL_H
00014 
00015 #include "op_types.h"
00016 
00017 struct opd_proc;
00018 
00022 void opd_init_kernel_image(void);
00023 
00027 void opd_parse_kernel_range(char const * arg);
00028 
00035 void opd_clear_module_info(void);
00036 
00045 void opd_handle_kernel_sample(unsigned long eip, u32 counter);
00046 
00054 int opd_eip_is_kernel(unsigned long eip);
00055 
00065 void opd_add_kernel_map(struct opd_proc * proc, unsigned long eip);
00066 
00067 #endif /* OPD_KERNEL_H */

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1