Searched refs:PROFILE_VARS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-kgmon.c79 #ifndef PROFILE_VARS
80 #define PROFILE_VARS(cpu) (&_profile_vars) macro
112 if (PROFILE_VARS(0)->debug) {
119 if (PROFILE_VARS(0)->debug) {
135 if (PROFILE_VARS(0)->debug) {
142 if (PROFILE_VARS(0)->debug) {
149 pv = PROFILE_VARS(cpu);
154 if (PROFILE_VARS(0)->debug) {
163 if (PROFILE_VARS(0)->debug) {
172 if (PROFILE_VARS(
[all...]
H A Dprofile-mk.h59 #define PROFILE_VARS(cpu) (&_profile_vars) macro
63 #define PROFILE_VARS(cpu) (_profile_vars_cpus[(cpu)]) macro
H A Dprofile-mk.c66 if (PROFILE_VARS(0)->active) {
75 if (PROFILE_VARS(0)->debug) {
85 if (PROFILE_VARS(0)->debug) {
119 pv = PROFILE_VARS(i);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmach_clock.c148 pv = PROFILE_VARS(cpu_number());
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c249 #define PROFILE_VARS(cpu) (_profile_vars_cpus[(cpu)])
251 #define PROFILE_VARS(cpu) (&_profile_vars)
265 if (PROFILE_VARS(0)->active) {
274 if (PROFILE_VARS(0)->debug) {
284 if (PROFILE_VARS(0)->debug) {
248 #define PROFILE_VARS macro
250 #define PROFILE_VARS macro

Completed in 39 milliseconds