Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 3 of 3) sorted by relevance

/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/include/
Dtracing_tracerecorder.h49 #define sys_port_trace_k_thread_heap_assign(thread, heap, ...) \ argument
50 sys_trace_k_thread_heap_assign(thread, heap)
747 #define sys_port_trace_k_heap_sys_k_aligned_alloc_enter(heap, ...) \ argument
748 sys_trace_k_heap_sys_k_aligned_alloc_enter(heap, align, size)
750 #define sys_port_trace_k_heap_sys_k_aligned_alloc_exit(heap, ret, ...) \ argument
751 sys_trace_k_heap_sys_k_aligned_alloc_exit(heap, align, size, ret)
753 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap, ...) \ argument
754 sys_trace_k_heap_sys_k_malloc_enter(heap, size)
756 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret, ...) \ argument
757 sys_trace_k_heap_sys_k_malloc_exit(heap, size, ret)
[all …]
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/
DtrcKernelPort.c313 void sys_trace_k_thread_heap_assign(struct k_thread *thread, struct k_heap *heap) { in sys_trace_k_thread_heap_assign() argument
314 …ate2(PSF_EVENT_THREAD_HEAP_ASSIGN, (TraceUnsignedBaseType_t)thread, (TraceUnsignedBaseType_t)heap); in sys_trace_k_thread_heap_assign()
/percepio-3.7.0/TraceRecorder/config/
DKconfig420 allocation events (malloc/free). This value should be 1 if the heap size is