Home
last modified time | relevance | path

Searched refs:heap_trace_start (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/heap/test/
Dtest_heap_trace.c30 heap_trace_start(HEAP_TRACE_LEAKS);
75 heap_trace_start(HEAP_TRACE_LEAKS);
128 heap_trace_start(HEAP_TRACE_ALL); in print_floats_task()
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dgdbinit6 b heap_trace_start
8 clear heap_trace_start
Dblink.c60 heap_trace_start(HEAP_TRACE_ALL); in blink_task()
/hal_espressif-3.6.0/components/app_trace/
Dheap_trace_tohost.c35 esp_err_t heap_trace_start(heap_trace_mode_t mode_param) in heap_trace_start() function
59 return heap_trace_start(HEAP_TRACE_ALL); in heap_trace_resume()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
Dgdbinit7 tb heap_trace_start
DREADME.md21 when program hits breakpoint at `heap_trace_start`. Trace data will be saved to `/tmp/hesp_log.svda…
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h91 esp_err_t heap_trace_start(heap_trace_mode_t mode);
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/main/
Dsysview_heap_log.c83 heap_trace_start(HEAP_TRACE_ALL); in app_main()
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_runner.c55 heap_trace_start(HEAP_TRACE_LEAKS); in unity_reset_leak_checks()
/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c65 esp_err_t heap_trace_start(heap_trace_mode_t mode_param) in heap_trace_start() function
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst185 - Call the function :cpp:func:`heap_trace_start` to begin recording all mallocs/frees in the system…
207 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );
278 - Call the function :cpp:func:`heap_trace_start` to begin recording all mallocs/frees in the system…
297 ESP_ERROR_CHECK( heap_trace_start(HEAP_TRACE_LEAKS) );
322 tb heap_trace_start
335 …et it, and start tracing when program hits breakpoint at :cpp:func:`heap_trace_start`. Trace data …
447 - Any memory which is allocated after :cpp:func:`heap_trace_start` but then freed after :cpp:func:`…
/hal_espressif-3.6.0/components/protocomm/test/
Dtest_protocomm.c1115 heap_trace_start(HEAP_TRACE_LEAKS);