Home
last modified time | relevance | path

Searched refs:ESP_APPTRACE_LOGE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/
Dapp_trace.c57 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 …]
Dapp_trace_membufs_proto.c111ESP_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()
237ESP_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()
248ESP_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/
Desp_app_trace_util.h181 #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/
Dport.c155 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/
Dport.c336 ESP_APPTRACE_LOGE("Failed to init membufs proto (%d)!", res); in esp_apptrace_trax_init()