Home
last modified time | relevance | path

Searched defs:log_msg (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/logging/log_msg/
DCMakeLists.txt5 project(log_msg) project
/Zephyr-Core-3.7.0/tests/subsys/logging/log_msg/src/
Dmain.c200 ZTEST(log_msg, test_log_msg_0_args_msg) in ZTEST() argument
228 ZTEST(log_msg, test_log_msg_various_args) in ZTEST() argument
262 ZTEST(log_msg, test_log_msg_only_data) in ZTEST() argument
288 ZTEST(log_msg, test_log_msg_string_and_data) in ZTEST() argument
317 ZTEST(log_msg, test_log_msg_fp) in ZTEST() argument
369 ZTEST(log_msg, test_mode_size_plain_string) in ZTEST() argument
401 ZTEST(log_msg, test_mode_size_data_only) in ZTEST() argument
429 ZTEST(log_msg, test_mode_size_plain_str_data) in ZTEST() argument
458 ZTEST(log_msg, test_mode_size_str_with_strings) in ZTEST() argument
495 ZTEST(log_msg, test_mode_size_str_with_2strings) in ZTEST() argument
[all …]
/Zephyr-Core-3.7.0/tests/subsys/zbus/integration/src/
Dmain.c73 struct net_log_msg log_msg = {.count_net = count_net, in net_thread() local
90 struct net_log_msg log_msg; in net_log_thread() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/long_read/
Dmain.c112 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c83 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log()
/Zephyr-Core-3.7.0/include/zephyr/logging/
Dlog_msg.h94 struct log_msg { struct
95 struct log_msg_hdr hdr; argument
106 BUILD_ASSERT(sizeof(struct log_msg) % Z_LOG_MSG_ALIGNMENT == 0, argument
Dlog_multidomain_helper.h122 struct log_multidomain_log_msg log_msg; member
/Zephyr-Core-3.7.0/tests/subsys/logging/log_core_additional/src/
Dlog_test.c488 char *log_msg = "log user space"; in ZTEST() local
/Zephyr-Core-3.7.0/tests/subsys/logging/log_stack/src/
Dmain.c47 #define TEST_LOG_STACK(usage, log_msg) do { \ argument
/Zephyr-Core-3.7.0/subsys/logging/
Dlog_core.c828 struct log_msg *log_msg = (struct log_msg *)data; in z_log_msg_enqueue() local