Home
last modified time | relevance | path

Searched refs:log_set_timestamp_func (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dtest_helpers.c25 log_set_timestamp_func(timestamp_get, 0); in z_impl_test_helpers_log_setup()
/Zephyr-latest/include/zephyr/logging/
Dlog_ctrl.h75 int log_set_timestamp_func(log_timestamp_get_t timestamp_getter,
/Zephyr-latest/subsys/logging/
Dlog_core.c273 log_set_timestamp_func(default_rt_get_timestamp, 1000U); in log_core_init()
276 log_set_timestamp_func(default_lf_get_timestamp, 1000U); in log_core_init()
280 log_set_timestamp_func(default_get_timestamp, freq); in log_core_init()
405 int log_set_timestamp_func(log_timestamp_get_t timestamp_getter, uint32_t freq) in log_set_timestamp_func() function
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c343 zassert_equal(-EINVAL, log_set_timestamp_func(NULL, 0), in ZTEST()
345 zassert_equal(0, log_set_timestamp_func(timestamp_get, TIMESTAMP_FREC), in ZTEST()
/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c297 (void)log_set_timestamp_func(timestamp_get, timestamp_freq()); in log_demo_supervisor()
/Zephyr-latest/tests/subsys/logging/log_link_order/src/
Dmain.c57 err = log_set_timestamp_func(timestamp_get, 0); in log_setup()
/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c186 log_set_timestamp_func(sync_rtc_timestamp_get, in remote_callback()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c42 log_set_timestamp_func(get_timestamp, 0); in test_init()
558 log_set_timestamp_func(timestamp_get_inc, 0); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c380 log_set_timestamp_func(monitor_ts_get, MONITOR_TS_FREQ); in monitor_log_init()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c98 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0), in log_setup()