mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
apptrace: Adds support for converting SystemView traces to JSON format
This commit is contained in:
@@ -35,6 +35,7 @@ inline static uint32_t get_ccount(void)
|
||||
} \
|
||||
callers[N] = __builtin_return_address(N+STACK_OFFSET); \
|
||||
if (!esp_ptr_executable(callers[N])) { \
|
||||
callers[N] = 0; \
|
||||
return; \
|
||||
} \
|
||||
} while(0)
|
||||
|
Reference in New Issue
Block a user