|
Linux Kernel
3.7.1
|
#include <cpu_buffer.h>
Data Fields | |
| unsigned long | buffer_size |
| struct task_struct * | last_task |
| int | last_is_kernel |
| int | tracing |
| unsigned long | sample_received |
| unsigned long | sample_lost_overflow |
| unsigned long | backtrace_aborted |
| unsigned long | sample_invalid_eip |
| int | cpu |
| struct delayed_work | work |
Definition at line 41 of file cpu_buffer.h.
| unsigned long backtrace_aborted |
Definition at line 48 of file cpu_buffer.h.
| unsigned long buffer_size |
Definition at line 42 of file cpu_buffer.h.
Definition at line 50 of file cpu_buffer.h.
| int last_is_kernel |
Definition at line 44 of file cpu_buffer.h.
| struct task_struct* last_task |
Definition at line 43 of file cpu_buffer.h.
| unsigned long sample_invalid_eip |
Definition at line 49 of file cpu_buffer.h.
| unsigned long sample_lost_overflow |
Definition at line 47 of file cpu_buffer.h.
| unsigned long sample_received |
Definition at line 46 of file cpu_buffer.h.
| int tracing |
Definition at line 45 of file cpu_buffer.h.
| struct delayed_work work |
Definition at line 51 of file cpu_buffer.h.
1.8.2