Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_core.c111 static log_timestamp_get_t timestamp_func = dummy_timestamp; variable
159 return timestamp_func(); in z_log_timestamp()
411 timestamp_func = timestamp_getter; in log_set_timestamp_func()
692 msg->hdr.timestamp = timestamp_func(); in z_log_msg_commit()
742 int32_t diff = t_min - (timestamp_func() - proc_latency); in z_log_msg_claim_oldest()