Searched defs:log_msg (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/subsys/logging/log_msg/ | 
| D | CMakeLists.txt | 5 project(log_msg)  project
 | 
| /Zephyr-latest/tests/subsys/logging/log_msg/src/ | 
| D | main.c | 200 ZTEST(log_msg, test_log_msg_0_args_msg)  in ZTEST()  argument228 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-latest/tests/subsys/zbus/integration/src/ | 
| D | main.c | 73 			struct net_log_msg log_msg = {.count_net = count_net,  in net_thread()  local90 	struct net_log_msg log_msg;  in net_log_thread()  local
 
 | 
| /Zephyr-latest/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-latest/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-latest/include/zephyr/logging/ | 
| D | log_msg.h | 94 struct log_msg {  struct95 	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-latest/tests/bsim/bluetooth/host/att/timeout/ | 
| D | main.c | 75 static void bs_sync_all_log(char *log_msg)  in bs_sync_all_log()
 | 
| /Zephyr-latest/tests/subsys/logging/log_core_additional/src/ | 
| D | log_test.c | 488 	char *log_msg = "log user space";  in ZTEST()  local
 | 
| /Zephyr-latest/tests/subsys/logging/log_stack/src/ | 
| D | main.c | 47 #define TEST_LOG_STACK(usage, log_msg) do { \  argument
 | 
| /Zephyr-latest/subsys/logging/ | 
| D | log_core.c | 848 	struct log_msg *log_msg = (struct log_msg *)data;  in z_log_msg_enqueue()  local
 |