Searched refs:ESP_APPTRACE_LOGE (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/app_trace/ |
D | app_trace.c | 57 ESP_APPTRACE_LOGE("Failed to init trace channel HW interface (%d)!", res); in esp_apptrace_init() 77 ESP_APPTRACE_LOGE("Trace destination not supported!"); in esp_apptrace_down_buffer_config() 104 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_down_buffer_get() 132 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_down_buffer_put() 161 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_read() 202 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_buffer_get() 230 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_buffer_put() 259 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_write() 299 ESP_APPTRACE_LOGE("Trace destination %d not supported!", dest); in esp_apptrace_vprintf_to() 316 ESP_APPTRACE_LOGE("Failed to store all printf args!"); in esp_apptrace_vprintf_to() [all …]
|
D | app_trace_membufs_proto.c | 111 …ESP_APPTRACE_LOGE("Failed to write %d bytes to down buffer (%d %d)!", hdr->block_sz - sz, hdr->blo… in esp_apptrace_membufs_swap() 173 ESP_APPTRACE_LOGE("Failed to switch to another block to recv data from host!"); in esp_apptrace_membufs_down_buffer_get() 237 …ESP_APPTRACE_LOGE("Failed to alloc pend buf 1: w-r-s %d-%d-%d!", proto->rb_pend.wr, proto->rb_pend… in esp_apptrace_membufs_wait4buf() 248 …ESP_APPTRACE_LOGE("Failed to alloc pend buf 2: w-r-s %d-%d-%d!", proto->rb_pend.wr, proto->rb_pend… in esp_apptrace_membufs_wait4buf() 280 ESP_APPTRACE_LOGE("Too large user data size %d!", size); 365 ESP_APPTRACE_LOGE("Failed to switch to another block in %lld us!", tmo->tmo);
|
/hal_espressif-3.6.0/components/app_trace/include/ |
D | esp_app_trace_util.h | 181 #define ESP_APPTRACE_LOGE( format, ... ) ESP_APPTRACE_LOG_LEV(E, ESP_LOG_ERROR, format, ##__VA_ARG… macro
|
/hal_espressif-3.6.0/components/app_trace/port/riscv/ |
D | port.c | 155 ESP_APPTRACE_LOGE("Failed to init membufs proto (%d)!", res); in esp_apptrace_riscv_init()
|
/hal_espressif-3.6.0/components/app_trace/port/xtensa/ |
D | port.c | 336 ESP_APPTRACE_LOGE("Failed to init membufs proto (%d)!", res); in esp_apptrace_trax_init()
|