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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h331 #define _profile_printf printf macro
333 extern int _profile_printf(const char *, ...) __attribute__((format(printf,1,2)));
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c171 * Use _profile_printf to write diagnostics; add diag_stream to hold stream to write to.
314 _profile_printf("_profile_md_acontext: pv= 0x%lx, ptr= 0x%lx, len= %6ld, type= %d\n",
377 _profile_printf("_profile_md_init: pv = 0x%lx, type = %d, alloc = %d\n",
385 _profile_printf("C thinks struct %s is %ld bytes, asm thinks it is %ld bytes\n",

Completed in 19 milliseconds