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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c702 struct prof_ext prof_st;
720 prof_st = pptr->prof;
725 if ((*pv->fwrite_func)((void *)&prof_st,
726 sizeof(prof_st),
733 prof_st.cncall = 0x80000000;
751 prof_st = gptr->prof.prof;
756 if ((*pv->fwrite_func)((void *)&prof_st,
757 sizeof(prof_st),
764 prof_st.cncall = 0x80000000;
694 struct prof_ext prof_st; local

Completed in 18 milliseconds