Searched defs:log_msg (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/logging/log_msg/ |
D | CMakeLists.txt | 5 project(log_msg) project
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_msg/src/ |
D | main.c | 200 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/ |
D | main.c | 73 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/ |
D | main.c | 112 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/ |
D | main.c | 83 static void bs_sync_all_log(char *log_msg) in bs_sync_all_log()
|
/Zephyr-Core-3.7.0/include/zephyr/logging/ |
D | log_msg.h | 94 struct log_msg { struct 95 struct log_msg_hdr hdr; argument 106 BUILD_ASSERT(sizeof(struct log_msg) % Z_LOG_MSG_ALIGNMENT == 0, argument
|
D | log_multidomain_helper.h | 122 struct log_multidomain_log_msg log_msg; member
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 488 char *log_msg = "log user space"; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_stack/src/ |
D | main.c | 47 #define TEST_LOG_STACK(usage, log_msg) do { \ argument
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | log_core.c | 828 struct log_msg *log_msg = (struct log_msg *)data; in z_log_msg_enqueue() local
|