Home
last modified time | relevance | path

Searched refs:log_timestamp_t (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dtest_helpers.c11 static log_timestamp_t stamp;
13 static log_timestamp_t timestamp_get(void) in timestamp_get()
/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h75 const log_timestamp_t timestamp,
87 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp,
Dlog_output_dict.h38 log_timestamp_t timestamp;
Dlog_output.h162 log_timestamp_t timestamp,
256 uint64_t log_output_timestamp_to_us(log_timestamp_t timestamp);
Dlog_internal.h164 log_timestamp_t z_log_timestamp(void);
Dlog_msg.h34 typedef uint64_t log_timestamp_t; typedef
36 typedef uint32_t log_timestamp_t;
76 log_timestamp_t timestamp;
80 log_timestamp_t timestamp;
801 static inline log_timestamp_t log_msg_get_timestamp(struct log_msg *msg) in log_msg_get_timestamp()
Dlog_ctrl.h35 typedef log_timestamp_t (*log_timestamp_get_t)(void);
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmock_backend.h19 log_timestamp_t timestamp;
56 log_timestamp_t timestamp,
65 log_timestamp_t timestamp, in mock_log_backend_record()
Dmain.c54 static log_timestamp_t stamp;
59 static log_timestamp_t timestamp_get(void) in timestamp_get()
61 return NO_BACKENDS ? (log_timestamp_t)UINT32_MAX : stamp++; in timestamp_get()
166 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in ZTEST()
239 log_timestamp_t exp_ts = TIMESTAMP_INIT_VAL; in ZTEST()
394 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in ZTEST()
473 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in ZTEST()
535 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in ZTEST()
606 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in log_n_messages()
670 log_timestamp_t exp_timestamp = TIMESTAMP_INIT_VAL; in ZTEST()
[all …]
Dmock_backend.c59 log_timestamp_t timestamp, in mock_log_backend_generic_record()
68 if (IS_ENABLED(CONFIG_LOG_FRONTEND_ONLY) && timestamp != (log_timestamp_t)UINT32_MAX) { in mock_log_backend_generic_record()
Dmock_frontend.c55 (log_timestamp_t)UINT32_MAX, str, data, data_len); in mock_log_frontend_generic_record()
/Zephyr-latest/tests/subsys/logging/log_link_order/src/
Dmain.c24 static log_timestamp_t timestamp;
44 static log_timestamp_t timestamp_get(void) in timestamp_get()
126 log_timestamp_t t = timestamp_get(); in ZTEST()
159 log_timestamp_t t = timestamp_get(); in ZTEST()
/Zephyr-latest/subsys/logging/
Dlog_core.c110 static log_timestamp_t dummy_timestamp(void);
113 static log_timestamp_t proc_latency;
114 static log_timestamp_t prev_timestamp;
152 static log_timestamp_t dummy_timestamp(void) in dummy_timestamp()
157 log_timestamp_t z_log_timestamp(void) in z_log_timestamp()
229 static log_timestamp_t default_get_timestamp(void) in default_get_timestamp()
235 static log_timestamp_t default_lf_get_timestamp(void) in default_lf_get_timestamp()
241 static log_timestamp_t default_rt_get_timestamp(void) in default_rt_get_timestamp()
719 log_timestamp_t t_min = sizeof(log_timestamp_t) > sizeof(uint32_t) ? in z_log_msg_claim_oldest()
736 log_timestamp_t t = log_msg_get_timestamp(&msg_ptr->msg->log); in z_log_msg_claim_oldest()
Dlog_output_custom.c28 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp, in log_custom_timestamp_print()
Dlog_output.c51 static log_timestamp_t timestamp_div;
143 uint32_t flags, log_timestamp_t timestamp) in timestamp_print()
576 log_timestamp_t timestamp, in prefix_print()
641 log_timestamp_t timestamp, in log_output_process()
689 log_timestamp_t timestamp = log_msg_get_timestamp(msg); in log_output_msg_process()
734 uint64_t log_output_timestamp_to_us(log_timestamp_t timestamp) in log_output_timestamp_to_us()
/Zephyr-latest/tests/subsys/logging/log_timestamp/src/
Dlog_timestamp_test.c50 const log_timestamp_t timestamp, in custom_timestamp()
/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c150 static log_timestamp_t sync_rtc_timestamp_get(void) in sync_rtc_timestamp_get()
152 return (log_timestamp_t)(sys_clock_tick_get() + nrf53_sync_offset); in sync_rtc_timestamp_get()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c31 static log_timestamp_t timestamp;
33 log_timestamp_t get_timestamp(void) in get_timestamp()
77 uint8_t domain, uint8_t level, log_timestamp_t t, in basic_validate()
152 log_timestamp_t t, const void *data, in validate_base_message_set()
538 static log_timestamp_t timestamp_get_inc(void) in timestamp_get_inc()