FreeBSD kernel kern code
bt_table Struct Reference
Collaboration diagram for bt_table:

Data Fields

uint32_t size
 
uint32_t curr
 
uint32_t wrap
 
uint32_t drops_early
 
uint32_t drops_full
 
struct bt_eventtable
 

Detailed Description

Definition at line 70 of file kern_boottrace.c.

Field Documentation

◆ curr

uint32_t bt_table::curr

Definition at line 72 of file kern_boottrace.c.

Referenced by boottrace_display(), boottrace_init(), and dotrace().

◆ drops_early

uint32_t bt_table::drops_early

Definition at line 74 of file kern_boottrace.c.

Referenced by dotrace().

◆ drops_full

uint32_t bt_table::drops_full

Definition at line 75 of file kern_boottrace.c.

Referenced by dotrace().

◆ size

uint32_t bt_table::size

Definition at line 71 of file kern_boottrace.c.

Referenced by boottrace_display(), boottrace_init(), boottrace_resize(), and dotrace().

◆ table

struct bt_event* bt_table::table

Definition at line 76 of file kern_boottrace.c.

Referenced by boottrace_display(), boottrace_init(), boottrace_resize(), and dotrace().

◆ wrap

uint32_t bt_table::wrap

Definition at line 73 of file kern_boottrace.c.

Referenced by boottrace_init(), and dotrace().


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