Searched refs:log_timestamp_t (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | test_helpers.c | 11 static log_timestamp_t stamp; 13 static log_timestamp_t timestamp_get(void) in timestamp_get()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output_custom.h | 75 const log_timestamp_t timestamp, 87 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp,
|
D | log_output_dict.h | 38 log_timestamp_t timestamp;
|
D | log_output.h | 162 log_timestamp_t timestamp, 256 uint64_t log_output_timestamp_to_us(log_timestamp_t timestamp);
|
D | log_internal.h | 164 log_timestamp_t z_log_timestamp(void);
|
D | log_msg.h | 34 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()
|
D | log_ctrl.h | 35 typedef log_timestamp_t (*log_timestamp_get_t)(void);
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_backend.h | 19 log_timestamp_t timestamp; 56 log_timestamp_t timestamp, 65 log_timestamp_t timestamp, in mock_log_backend_record()
|
D | main.c | 54 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 …]
|
D | mock_backend.c | 59 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()
|
D | mock_frontend.c | 55 (log_timestamp_t)UINT32_MAX, str, data, data_len); in mock_log_frontend_generic_record()
|
/Zephyr-latest/tests/subsys/logging/log_link_order/src/ |
D | main.c | 24 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/ |
D | log_core.c | 110 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()
|
D | log_output_custom.c | 28 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp, in log_custom_timestamp_print()
|
D | log_output.c | 51 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/ |
D | log_timestamp_test.c | 50 const log_timestamp_t timestamp, in custom_timestamp()
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | sync_rtc.c | 150 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/ |
D | main.c | 31 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()
|