op_note Struct Reference

#include <op_interface.h>

Data Fields

unsigned long addr
unsigned long len
unsigned long offset
unsigned int hash
unsigned int pid
unsigned int tgid
unsigned short type

Detailed Description

Data type used by the module to notify daemon of fork/exit/mapping etc. Meanings of fields depend on the type of notification encoded in the type field.

See also:
OP_FORK, OP_EXEC, OP_MAP, OP_DROP_MODULES and OP_EXIT

Definition at line 63 of file op_interface.h.


Field Documentation

unsigned long op_note::addr

Definition at line 64 of file op_interface.h.

Referenced by opd_handle_fork(), and opd_handle_mapping().

unsigned int op_note::hash

Definition at line 67 of file op_interface.h.

Referenced by opd_handle_mapping().

unsigned long op_note::len

Definition at line 65 of file op_interface.h.

Referenced by opd_handle_fork(), and opd_handle_mapping().

unsigned long op_note::offset

Definition at line 66 of file op_interface.h.

Referenced by opd_handle_mapping().

unsigned int op_note::pid

Definition at line 68 of file op_interface.h.

Referenced by opd_do_notes(), opd_handle_exit(), opd_handle_fork(), and opd_handle_mapping().

unsigned int op_note::tgid

Definition at line 69 of file op_interface.h.

Referenced by opd_do_notes(), opd_handle_exit(), opd_handle_fork(), and opd_handle_mapping().

unsigned short op_note::type

Definition at line 70 of file op_interface.h.

Referenced by opd_do_notes().


The documentation for this struct was generated from the following file:

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1