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/ |
D | test_helpers.c | 25 log_set_timestamp_func(timestamp_get, 0); in z_impl_test_helpers_log_setup()
|
/Zephyr-Core-2.7.6/include/logging/ |
D | log_ctrl.h | 66 int log_set_timestamp_func(log_timestamp_get_t timestamp_getter,
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 374 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/ |
D | main.c | 333 (void)log_set_timestamp_func(timestamp_get, timestamp_freq()); in log_demo_supervisor()
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core/src/ |
D | log_core_test.c | 145 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0), in log_setup()
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg2/src/ |
D | main.c | 52 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/ |
D | monitor.c | 330 log_set_timestamp_func(monitor_ts_get, MONITOR_TS_FREQ); in monitor_log_init()
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | log_core.c | 567 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/ |
D | test.inc | 76 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0),
|