Files
esp-idf/components/esp_trace/include
Erhan Kurubas 08bc66dc08 change(esp_trace): skip unused timer reads on the per-event path
Lock take called esp_timer_get_time() before trying the spinlock, and the
C3 default timestamp went through esp_timer's tick-to-us conversion.
Try the lock first, and read systimer ticks directly.

(cherry picked from commit 4709507f3e)
2026-09-09 12:24:53 +02:00
..