Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/heap/
DKconfig21 bool "Heap tracing"
24 Enables the heap tracing API defined in esp_heap_trace.h.
27 (malloc/free/realloc) CPU overhead, even when the tracing feature is not used.
28 So it's best to keep it disabled unless tracing is being used.
44 Enables/disables heap tracing API.
47 int "Heap tracing stack depth"
54 Number of stack frames to save when tracing heap operation callers.
94 the bigger the hash map will be in the memory. In case the tracing mode is set to
Dheap_trace_standalone.c25 static bool tracing; variable
131 if (tracing) { in heap_trace_init_standalone()
147 if (tracing == enable) { in set_tracing()
150 tracing = enable; in set_tracing()
389 if (!tracing || r_allocation->address == NULL) { in record_allocation()
395 if (tracing) { in record_allocation()
424 if (!tracing || p == NULL) { in record_free()
437 if (tracing) { in record_free()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.tracemem12 bool "Use TRAX tracing feature"
22 bool "Reserve memory for tracing both pro as well as app cpu execution"
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.tracemem12 bool "Use TRAX tracing feature"
22 bool "Reserve memory for tracing both pro as well as app cpu execution"
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.tracemem12 bool "Use TRAX tracing feature"
/hal_espressif-latest/components/esp_pm/
DKconfig39 bool "Enable debug tracing of PM using GPIOs"
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst136 See :ref:`the related Advanced Topics page <tracing-communications>` for more information.
194 …* Try `tracing the interactions <Tracing Esptool Interactions>`_ running ``esptool.py --trace ...`…