Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsocd_client.c61 uint64_t time_ns; in socd_client_init() local
72 absolutetime_to_nanoseconds(mach_continuous_time(), &time_ns); in socd_client_init()
76 hdr.boot_time = time_ns; in socd_client_init()
104 uint64_t time_ns; in socd_client_trace() local
116 absolutetime_to_nanoseconds(mach_continuous_time(), &time_ns); in socd_client_trace()
117 entry.timestamp = time_ns; in socd_client_trace()
/xnu-10063.141.1/tools/lldbmacros/
H A Drecount.py237 time_ns = kern.GetNanotimeFromAbstime(time)
238 total_time_ns += time_ns
240 time = time_ns / 1e9
245 freq = cycles / time_ns if time_ns != 0 else 0