Searched refs:profil_info (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-mk.c122 pv->profil_info.highpc = highpc;
123 pv->profil_info.lowpc = lowpc;
124 pv->profil_info.text_len = textsize;
125 pv->profil_info.profil_len = monsize;
126 pv->profil_info.counter_size = sizeof(LHISTCOUNTER);
127 pv->profil_info.scale = 0x10000 / HISTFRACTION;
H A Dprofile-internal.h277 struct profile_profil profil_info; /* profil information */ member in struct:profile_vars

Completed in 20 milliseconds