Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/subsys/logging/log_benchmark/src/
Dtest_helpers.c25 log_set_timestamp_func(timestamp_get, 0); in z_impl_test_helpers_log_setup()
/Zephyr-Core-2.7.6/include/logging/
Dlog_ctrl.h66 int log_set_timestamp_func(log_timestamp_get_t timestamp_getter,
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core_additional/src/
Dlog_test.c374 zassert_equal(-EINVAL, log_set_timestamp_func(NULL, 0), in test_log_timestamping()
376 zassert_equal(0, log_set_timestamp_func(timestamp_get, TIMESTAMP_FREC), in test_log_timestamping()
/Zephyr-Core-2.7.6/samples/subsys/logging/logger/src/
Dmain.c333 (void)log_set_timestamp_func(timestamp_get, timestamp_freq()); in log_demo_supervisor()
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core/src/
Dlog_core_test.c145 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0), in log_setup()
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg2/src/
Dmain.c52 log_set_timestamp_func(get_timestamp, 0); in test_init()
547 log_set_timestamp_func(timestamp_get_inc, 0); in test_saturate()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dmonitor.c330 log_set_timestamp_func(monitor_ts_get, MONITOR_TS_FREQ); in monitor_log_init()
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_core.c567 log_set_timestamp_func(_timestamp_func, freq); in log_core_init()
640 int log_set_timestamp_func(log_timestamp_get_t timestamp_getter, uint32_t freq) in log_set_timestamp_func() function
/Zephyr-Core-2.7.6/tests/subsys/logging/log_api/src/
Dtest.inc76 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0),