Searched refs:tracing (Results 1 – 7 of 7) sorted by relevance
21 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
25 static bool tracing; variable131 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()
12 bool "Use TRAX tracing feature"22 bool "Reserve memory for tracing both pro as well as app cpu execution"
12 bool "Use TRAX tracing feature"
39 bool "Enable debug tracing of PM using GPIOs"
136 See :ref:`the related Advanced Topics page <tracing-communications>` for more information.194 …* Try `tracing the interactions <Tracing Esptool Interactions>`_ running ``esptool.py --trace ...`…