Home
last modified time | relevance | path

Searched refs:kernel_debug_string_simple (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Dthread_samplers.c390 kernel_debug_string_simple(PERF_TI_DISPLABEL, thdi->kpthdi_dq_label); in kperf_thread_dispatch_log()
/xnu-8019.80.24/bsd/sys/
H A Dkdebug_kernel.h441 void kernel_debug_string_simple(uint32_t eventid, const char *str);
/xnu-8019.80.24/bsd/kern/
H A Dproc_info.c947 kernel_debug_string_simple(TRACE_STRING_THREADNAME_PREV, ut->pth_name); in bsd_setthreadname()
951 kernel_debug_string_simple(TRACE_STRING_THREADNAME, ut->pth_name); in bsd_setthreadname()
H A Dkdebug.c960 kernel_debug_string_simple(uint32_t eventid, const char *str) in kernel_debug_string_simple() function
H A Dkern_sysctl.c427 kernel_debug_string_simple(TRACE_STRING_THREADNAME_PREV, ut->pth_name); in sysctl_handle_kern_threadname()
435 kernel_debug_string_simple(TRACE_STRING_THREADNAME, ut->pth_name); in sysctl_handle_kern_threadname()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.c487 kernel_debug_string_simple(TRACE_STRING_THREADNAME_PREV, threadname); in thread_terminate_self()