Linux Kernel
3.7.1
|
Data Fields | |
wait_queue_head_t | tb_sync |
wait_queue_head_t | tb_read |
struct mutex | lock |
enum open_status | open |
tb_sample_t * | sbprof_tbbuf |
int | next_tb_sample |
volatile int | tb_enable |
volatile int | tb_armed |
Definition at line 68 of file sb_tbprof.c.
Definition at line 71 of file sb_tbprof.c.
int next_tb_sample |
Definition at line 74 of file sb_tbprof.c.
enum open_status open |
Definition at line 72 of file sb_tbprof.c.
tb_sample_t* sbprof_tbbuf |
Definition at line 73 of file sb_tbprof.c.
volatile int tb_armed |
Definition at line 77 of file sb_tbprof.c.
volatile int tb_enable |
Definition at line 76 of file sb_tbprof.c.
wait_queue_head_t tb_read |
Definition at line 70 of file sb_tbprof.c.
wait_queue_head_t tb_sync |
Definition at line 69 of file sb_tbprof.c.