LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
gmonparam Struct Reference

#include <gmon.h>

Collaboration diagram for gmonparam:
Collaboration graph
[legend]

Data Fields

int state
 
HISTCOUNTERkcount
 
u_long kcountsize
 
u_short * froms
 
u_long fromssize
 
struct tostructtos
 
u_long tossize
 
long tolimit
 
uintfptr_t lowpc
 
uintfptr_t highpc
 
u_long textsize
 
u_long hashfraction
 
int profrate
 
HISTCOUNTERcputime_count
 
int cputime_overhead
 
HISTCOUNTERmcount_count
 
int mcount_overhead
 
int mcount_post_overhead
 
int mcount_pre_overhead
 
HISTCOUNTERmexitcount_count
 
int mexitcount_overhead
 
int mexitcount_post_overhead
 
int mexitcount_pre_overhead
 

Detailed Description

Definition at line 179 of file gmon.h.

Field Documentation

◆ cputime_count

HISTCOUNTER* gmonparam::cputime_count

Definition at line 193 of file gmon.h.

◆ cputime_overhead

int gmonparam::cputime_overhead

Definition at line 194 of file gmon.h.

◆ froms

u_short* gmonparam::froms

Definition at line 183 of file gmon.h.

◆ fromssize

u_long gmonparam::fromssize

Definition at line 184 of file gmon.h.

◆ hashfraction

u_long gmonparam::hashfraction

Definition at line 191 of file gmon.h.

◆ highpc

uintfptr_t gmonparam::highpc

Definition at line 189 of file gmon.h.

◆ kcount

HISTCOUNTER* gmonparam::kcount

Definition at line 181 of file gmon.h.

◆ kcountsize

u_long gmonparam::kcountsize

Definition at line 182 of file gmon.h.

◆ lowpc

uintfptr_t gmonparam::lowpc

Definition at line 188 of file gmon.h.

◆ mcount_count

HISTCOUNTER* gmonparam::mcount_count

Definition at line 195 of file gmon.h.

◆ mcount_overhead

int gmonparam::mcount_overhead

Definition at line 196 of file gmon.h.

◆ mcount_post_overhead

int gmonparam::mcount_post_overhead

Definition at line 197 of file gmon.h.

◆ mcount_pre_overhead

int gmonparam::mcount_pre_overhead

Definition at line 198 of file gmon.h.

◆ mexitcount_count

HISTCOUNTER* gmonparam::mexitcount_count

Definition at line 199 of file gmon.h.

◆ mexitcount_overhead

int gmonparam::mexitcount_overhead

Definition at line 200 of file gmon.h.

◆ mexitcount_post_overhead

int gmonparam::mexitcount_post_overhead

Definition at line 201 of file gmon.h.

◆ mexitcount_pre_overhead

int gmonparam::mexitcount_pre_overhead

Definition at line 202 of file gmon.h.

◆ profrate

int gmonparam::profrate

Definition at line 192 of file gmon.h.

◆ state

int gmonparam::state

Definition at line 180 of file gmon.h.

◆ textsize

u_long gmonparam::textsize

Definition at line 190 of file gmon.h.

◆ tolimit

long gmonparam::tolimit

Definition at line 187 of file gmon.h.

◆ tos

struct tostruct* gmonparam::tos

Definition at line 185 of file gmon.h.

◆ tossize

u_long gmonparam::tossize

Definition at line 186 of file gmon.h.


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