Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/test/
Dtest_heap_trace.c66 heap_trace_stop();
123 heap_trace_stop();
133 heap_trace_stop(); in print_floats_task()
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dgdbinit13 b heap_trace_stop
15 clear heap_trace_stop
Dblink.c81 heap_trace_stop(); in blink_task()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/main/
Dsysview_heap_log.c88 heap_trace_stop(); in app_main()
102 heap_trace_stop(); in app_main()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
Dgdbinit13 tb heap_trace_stop
DREADME.md21 …o `/tmp/hesp_log.svdat`. Tracing will be stopped when program hits breakpoint at `heap_trace_stop`.
47 2. When program stops at `heap_trace_stop` quit GDB.
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h101 esp_err_t heap_trace_stop(void);
/hal_espressif-3.6.0/components/app_trace/
Dheap_trace_tohost.c47 esp_err_t heap_trace_stop(void) in heap_trace_stop() function
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_runner.c153 heap_trace_stop(); in tearDown()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst186 - Call the function :cpp:func:`heap_trace_stop` to stop the trace once the suspect piece of code ha…
211 ESP_ERROR_CHECK( heap_trace_stop() );
280 - Call the function :cpp:func:`heap_trace_stop` to stop the trace once the suspect piece of code ha…
301 ESP_ERROR_CHECK( heap_trace_stop() );
328 tb heap_trace_stop
335 …p_log.svdat``. Tracing will be stopped when program hits breakpoint at :cpp:func:`heap_trace_stop`.
339 5. Quit GDB when program stops at :cpp:func:`heap_trace_stop`. Trace data are saved in ``/tmp/heap.…
447 …d after :cpp:func:`heap_trace_start` but then freed after :cpp:func:`heap_trace_stop` will appear …
448 … these tasks, it's quite possible this memory is freed after :cpp:func:`heap_trace_stop` is called.
/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c94 esp_err_t heap_trace_stop(void) in heap_trace_stop() function
/hal_espressif-3.6.0/components/protocomm/test/
Dtest_protocomm.c1125 heap_trace_stop();