FreeBSD kernel kern code
bt_event Struct Reference

Data Fields

uint64_t tsc
 
uint64_t tick
 
uint64_t cputime
 
uint32_t cpuid
 
uint32_t inblock
 
uint32_t oublock
 
pid_t pid
 
char name [BT_EVENT_NAMELEN]
 
char tdname [BT_EVENT_TDNAMELEN]
 

Detailed Description

Definition at line 58 of file kern_boottrace.c.

Field Documentation

◆ cpuid

uint32_t bt_event::cpuid

Definition at line 62 of file kern_boottrace.c.

Referenced by boottrace_init(), and dotrace().

◆ cputime

uint64_t bt_event::cputime

Definition at line 61 of file kern_boottrace.c.

Referenced by dotrace().

◆ inblock

uint32_t bt_event::inblock

Definition at line 63 of file kern_boottrace.c.

Referenced by dotrace().

◆ name

char bt_event::name[BT_EVENT_NAMELEN]

Definition at line 66 of file kern_boottrace.c.

Referenced by boottrace_init(), and dotrace().

◆ oublock

uint32_t bt_event::oublock

Definition at line 64 of file kern_boottrace.c.

Referenced by dotrace().

◆ pid

pid_t bt_event::pid

Definition at line 65 of file kern_boottrace.c.

Referenced by dotrace().

◆ tdname

char bt_event::tdname[BT_EVENT_TDNAMELEN]

Definition at line 67 of file kern_boottrace.c.

Referenced by boottrace_init(), and dotrace().

◆ tick

uint64_t bt_event::tick

Definition at line 60 of file kern_boottrace.c.

Referenced by boottrace_display(), and dotrace().

◆ tsc

uint64_t bt_event::tsc

Definition at line 59 of file kern_boottrace.c.

Referenced by boottrace_display(), and dotrace().


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