Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/tools/lldbmacros/
H A Drecount.py111 time_ns = kern.GetNanotimeFromAbstime(
113 power_w = self._energy_nj / time_ns if time_ns != 0 else 0
118 self.div_valid(self._cycles, time_ns),
212 time_ns = usr_time_ns + sys_time_ns
213 if time_ns != 0:
214 power_w = energy_nj / time_ns