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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h231 #define PROF_ULONG_TO_CNT(cnt,val) (((cnt).high = 0), ((cnt).low = val)) macro
253 #define LPROF_ULONG_TO_CNT(cnt,val) PROF_ULONG_TO_CNT(cnt,val)
H A Dprofile-md.c843 PROF_ULONG_TO_CNT(pv->stats.prof_overflow, 0);
844 PROF_ULONG_TO_CNT(pv->stats.gprof_overflow, 0);
898 PROF_ULONG_TO_CNT(pv->stats.overflow_ticks, 0);
1074 PROF_ULONG_TO_CNT(total_hits, 0);

Completed in 18 milliseconds