Home
last modified time | relevance | path

Searched refs:kdebug_using_continuous_time (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/libsyscall/wrappers/
H A Dkdebug_trace.c122 kdebug_using_continuous_time(void) in kdebug_using_continuous_time() function
131 return kdebug_using_continuous_time() ? mach_continuous_time() : in kdebug_timestamp()
138 if (kdebug_using_continuous_time()) { in kdebug_timestamp_from_absolute()
148 if (kdebug_using_continuous_time()) { in kdebug_timestamp_from_continuous()
/xnu-12377.81.4/bsd/kern/
H A Dkdebug_common.c90 kdebug_using_continuous_time(void) in kdebug_using_continuous_time() function
98 if (kdebug_using_continuous_time()) { in kdebug_timestamp()
H A Dkdebug.c723 if (kdebug_using_continuous_time()) { in _next_timestamped_coproc_record()
/xnu-12377.81.4/tests/ktrace/
H A Dkdebug_coproc_tests.c255 T_EXPECT_EQ(kdebug_using_continuous_time(), abs_to_cont, in expect_convert_between_abs_cont()
H A Dkdebug_tests.c1524 bool cont_time = kdebug_using_continuous_time();
/xnu-12377.81.4/bsd/sys/
H A Dkdebug_private.h81 extern bool kdebug_using_continuous_time(void)
H A Dkdebug_kernel.h133 bool kdebug_using_continuous_time(void);