Home
last modified time | relevance | path

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

/xnu-11215/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-11215/bsd/kern/
H A Dkdebug_common.c89 kdebug_using_continuous_time(void) in kdebug_using_continuous_time() function
97 if (kdebug_using_continuous_time()) { in kdebug_timestamp()
488 if (kdebug_using_continuous_time()) { in kernel_debug_write()
/xnu-11215/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.c1523 bool cont_time = kdebug_using_continuous_time();
/xnu-11215/bsd/sys/
H A Dkdebug_private.h81 extern bool kdebug_using_continuous_time(void)
H A Dkdebug_kernel.h132 bool kdebug_using_continuous_time(void);