#include <op_interface.h>

Data Fields | |
| int | cpu_nr |
| size_t | count |
| enum oprof_state | state |
| struct op_sample | buffer [0] |
The head structure of a kernel sample buffer.
Definition at line 50 of file op_interface.h.
struct op_sample op_buffer_head::buffer[0] [read] |
| size_t op_buffer_head::count |
number of samples in this buffer
Definition at line 52 of file op_interface.h.
Referenced by opd_do_samples().
the CPU number of this buffer
Definition at line 51 of file op_interface.h.
Referenced by opd_do_samples().
current profiler state
Definition at line 53 of file op_interface.h.
Referenced by opd_do_read(), and opd_shutdown().
1.6.1