#include <op_interface.h>
Data Fields | |
unsigned long | eip |
u32 | counter |
u32 | pid |
u32 | tgid |
Data type to transfer samples counts from the module to the daemon
Definition at line 33 of file op_interface.h.
counter nr
Definition at line 35 of file op_interface.h.
Referenced by opd_lookup_maps(), and opd_put_sample().
unsigned long op_sample::eip |
eip value where occur interrupt
Definition at line 34 of file op_interface.h.
Referenced by opd_do_samples(), opd_lookup_maps(), and opd_put_sample().
32 bits can hold any pid
Definition at line 36 of file op_interface.h.
Referenced by opd_put_sample().
always equal to pid for kernel < 2.4.0
Definition at line 37 of file op_interface.h.
Referenced by opd_put_sample().