Searched refs:ESP_APPTRACE_LOGI (Results 1 – 4 of 4) sorted by relevance
183 #define ESP_APPTRACE_LOGI( format, ... ) ESP_APPTRACE_LOG_LEV(I, ESP_LOG_INFO, format, ##__VA_ARGS… macro
163 …ESP_APPTRACE_LOGI("Apptrace initialized on CPU%d. Tracing control block @ %p.", core_id, &s_tracin… in esp_apptrace_riscv_init()
281 ESP_APPTRACE_LOGI("Initialized TRAX on CPU%d", cpu_hal_get_core_id()); in esp_apptrace_trax_hw_init()
354 …ESP_APPTRACE_LOGI("Ignore flush request for min %d bytes. Bytes in block: %d.", min_sz, ESP_APPTR…