Home
last modified time | relevance | path

Searched refs:kdbg_set_timestamp_and_cpu (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/ !
H A Dkdebug_private.h347 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) in kdbg_set_timestamp_and_cpu() function
378 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) in kdbg_set_timestamp_and_cpu() function
/xnu-8020.101.4/bsd/kern/ !
H A Dkdebug_common.c555 kdbg_set_timestamp_and_cpu(kd, now, cpu); in kernel_debug_write()
703 kdbg_set_timestamp_and_cpu(&lostevent, barrier_min, 0); in kernel_debug_read()
846 kdbg_set_timestamp_and_cpu(&lostevent, barrier_min, lostcpu); in kernel_debug_read()
902 kdbg_set_timestamp_and_cpu(tempbuf, min_kdbp->kd_prev_timebase, kdbg_get_cpu(tempbuf)); in kernel_debug_read()
H A Dkdebug.c3368 kdbg_set_timestamp_and_cpu(&end_event, kdebug_timestamp(), in kdbg_dump_trace_to_file()