Searched refs:trace (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | wpabuf.c | 40 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local 41 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow() 43 trace->magic); in wpabuf_overflow() 56 struct wpabuf_trace *trace; in wpabuf_resize() local 65 trace = wpabuf_get_trace(buf); in wpabuf_resize() 66 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize() 68 trace->magic); in wpabuf_resize() 83 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize() 88 trace = (struct wpabuf_trace *) nbuf; in wpabuf_resize() 89 buf = (struct wpabuf *) (trace + 1); in wpabuf_resize() [all …]
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 56 … More stack frames uses more memory in the heap trace buffer (and slows down allocation), but 74 bool "Use hash map mechanism to access heap trace records" 79 heap trace records. 82 the performance of the heap trace in adding, retrieving and removing trace records. 84 the heap trace performances in adding retrieving and removing trace records will be 93 Defines the number of entries in the heap trace hashmap. The bigger this number is,
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.tracemem | 16 The ESP32 contains a feature which allows you to trace the execution path the processor 27 The ESP32 contains a feature which allows you to trace the execution path the processor 32 # Memory to reverse for trace, used in linker script
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.tracemem | 16 … The esp32-s3 contains a feature which allows you to trace the execution path the processor 27 … The esp32-s3 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 330 Define BT trace level for HCI layer 365 Define BT trace level for BTM layer 400 Define BT trace level for L2CAP layer 435 Define BT trace level for RFCOMM layer 470 Define BT trace level for SDP layer 505 Define BT trace level for GAP layer 540 Define BT trace level for BNEP layer 575 Define BT trace level for PAN layer 610 Define BT trace level for A2D layer 645 Define BT trace level for AVDT layer [all …]
|
/hal_espressif-latest/components/heap/include/ |
D | heap_trace.inc | 88 /* trace any 'malloc' event */ 112 /* trace any 'free' event */ 124 /* trace any 'realloc' event */ 131 /* trace realloc as free-then-alloc */
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | __init__.py | 800 args.trace, 809 trace=args.trace, 983 esp.trace(f"Unable to perform XMC flash chip startup sequence ({e}).") 1137 trace: bool = False, 1152 esp = chip_class(port, initial_baud, trace) 1185 trace=False, argument 1194 each_port, initial_baud, before, trace, connect_attempts 1198 _esp = chip_class(each_port, initial_baud, trace)
|
D | loader.py | 376 self._slip_reader = slip_reader(self._port, self.trace) 421 self.trace("Write %d bytes: %s", len(buf), HexFormatter(buf)) 424 def trace(self, message, *format_args): member in ESPLoader 459 self.trace( 536 self._slip_reader = slip_reader(self._port, self.trace) 937 self.trace( 963 self.trace( 1142 self.trace(
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.tracemem | 16 … The ESP32S2 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 467 esptool has a ``--trace`` option which can be supplied in the first group of arguments (before the … 479 The +X.XXX value is the time delta (in seconds) since the last trace line. 505 …tub loader, pass ``--no-stub --trace`` to see interactions with the chip's built-in ROM loader onl… 507 In addition to this trace feature, most operating systems have "system call trace" or "port trace" …
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 134 Running ``esptool.py --trace`` will dump all serial interactions to the standard output (this is *a… 194 …* Try `tracing the interactions <Tracing Esptool Interactions>`_ running ``esptool.py --trace ...`…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 925 Define BLE Mesh trace level for BLE Mesh stack. 962 Define BLE Mesh trace level for BLE Mesh net buffer.
|