FreeBSD kernel kern code
procdata Struct Reference

Data Fields

pid_t ppid
 
uint64_t tsc_forked
 
uint64_t tsc_exited
 
char * execname
 
char * namei
 
int reused
 

Detailed Description

Definition at line 138 of file kern_tslog.c.

Field Documentation

◆ execname

char* procdata::execname

Definition at line 142 of file kern_tslog.c.

Referenced by tslog_user().

◆ namei

char* procdata::namei

Definition at line 143 of file kern_tslog.c.

Referenced by tslog_user().

◆ ppid

pid_t procdata::ppid

Definition at line 139 of file kern_tslog.c.

Referenced by tslog_user().

◆ reused

int procdata::reused

Definition at line 144 of file kern_tslog.c.

Referenced by tslog_user().

◆ tsc_exited

uint64_t procdata::tsc_exited

Definition at line 141 of file kern_tslog.c.

Referenced by tslog_user().

◆ tsc_forked

uint64_t procdata::tsc_forked

Definition at line 140 of file kern_tslog.c.

Referenced by tslog_user().


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