Searched refs:heap_ref (Results 1 – 4 of 4) sorted by relevance
/subsys/tracing/test/ |
A D | tracing_test.h | 424 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) \ argument 425 sys_trace_k_heap_sys_k_free_enter(heap, heap_ref) 426 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) \ argument 427 sys_trace_k_heap_sys_k_free_exit(heap, heap_ref) 725 void sys_trace_k_heap_sys_k_free_enter(struct k_heap *h, struct k_heap **heap_ref); 726 void sys_trace_k_heap_sys_k_free_exit(struct k_heap *h, struct k_heap **heap_ref);
|
/subsys/tracing/user/ |
A D | tracing_user.h | 371 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 372 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/subsys/tracing/sysview/ |
A D | tracing_sysview.h | 613 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 614 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/subsys/tracing/ctf/ |
A D | tracing_ctf.h | 334 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 335 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
Completed in 35 milliseconds