FreeBSD kernel kern code
timestamp Struct Reference

Data Fields

void * td
 
int type
 
const char * f
 
const char * s
 
uint64_t tsc
 

Detailed Description

Definition at line 48 of file kern_tslog.c.

Field Documentation

◆ f

const char* timestamp::f

Definition at line 51 of file kern_tslog.c.

Referenced by tslog().

◆ s

const char* timestamp::s

Definition at line 52 of file kern_tslog.c.

Referenced by tslog().

◆ td

void* timestamp::td

Definition at line 49 of file kern_tslog.c.

Referenced by tslog().

◆ tsc

uint64_t timestamp::tsc

Definition at line 53 of file kern_tslog.c.

Referenced by tslog().

◆ type

int timestamp::type

Definition at line 50 of file kern_tslog.c.

Referenced by tslog().


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