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

/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h611 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) function
639 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) function
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c872 kdbg_set_timestamp_and_cpu(kd, now, cpu);
2257 kdbg_set_timestamp_and_cpu(&lostevent, kdsp_actual->kds_records[kdsp_actual->kds_readlast].timestamp, min_cpu);
2280 kdbg_set_timestamp_and_cpu(tempbuf, min_kdbp->kd_prev_timebase, kdbg_get_cpu(tempbuf));

Completed in 26 milliseconds