Home
last modified time | relevance | path

Searched refs:TLOG (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2618 TLOG("%s[0x%qx]::waitPhase1(%s[0x%qx])\n", in terminatePhase1()
2627 TLOG("%s[0x%qx]::did waitPhase1(%s[0x%qx])\n", in terminatePhase1()
2691 TLOG("%s[0x%qx]::requestTerminate(%s[0x%qx], %08llx)\n", in terminatePhase1()
2928 TLOG("%s[0x%qx]::scheduleFinalize\n", getName(), regID1); in scheduleFinalize()
3000 TLOG("%s[0x%qx]::willTerminate(%s[0x%qx], %08llx)\n", in actionWillTerminate()
3033 TLOG("%s[0x%qx]::didTerminate(%s[0x%qx], %08llx)\n", in actionDidTerminate()
3047 TLOG("%s[0x%qx]::didTerminate(%s[0x%qx], defer %d)\n", in actionDidTerminate()
3070 TLOG("%s[0x%qx]::willTerminate(%s[0x%qx], %08llx)\n", in actionWillStop()
3100 TLOG("%s[0x%qx]::didTerminate(%s[0x%qx], %08llx)\n", in actionDidStop()
3113 TLOG("%s[0x%qx]::didTerminate(%s[0x%qx], defer %d)\n", in actionDidStop()
[all …]
/xnu-11215/osfmk/kern/
H A Dsched_prim.c502 #define TLOG(a, fmt, args...) if(debug_task & a) kprintf(fmt, ## args) macro
504 #define TLOG(a, fmt, args...) do {} while (0) macro
3303 TLOG(1, "thread_invoke: calling stack_handoff\n"); in thread_invoke()
3471TLOG(1, "thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", se… in thread_invoke()
4187 TLOG(1, "thread_continue: calling call_continuation\n"); in thread_continue()