Home
last modified time | relevance | path

Searched refs:SYS_PORT_TRACING_OBJ_FUNC (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/kernel/
Dsem.c52 SYS_PORT_TRACING_OBJ_FUNC(k_sem, init, sem, -EINVAL); in z_impl_k_sem_init()
60 SYS_PORT_TRACING_OBJ_FUNC(k_sem, init, sem, 0); in z_impl_k_sem_init()
183 SYS_PORT_TRACING_OBJ_FUNC(k_sem, reset, sem); in z_impl_k_sem_reset()
Dtimer.c142 SYS_PORT_TRACING_OBJ_FUNC(k_timer, start, timer, duration, period); in z_impl_k_timer_start()
201 SYS_PORT_TRACING_OBJ_FUNC(k_timer, stop, timer); in z_impl_k_timer_stop()
Dmsg_q.c317 SYS_PORT_TRACING_OBJ_FUNC(k_msgq, peek, msgq, result); in z_impl_k_msgq_peek()
363 SYS_PORT_TRACING_OBJ_FUNC(k_msgq, peek, msgq, result); in z_impl_k_msgq_peek_at()
389 SYS_PORT_TRACING_OBJ_FUNC(k_msgq, purge, msgq); in z_impl_k_msgq_purge()
Dqueue.c101 SYS_PORT_TRACING_OBJ_FUNC(k_queue, cancel_wait, queue); in z_impl_k_queue_cancel_wait()
408 SYS_PORT_TRACING_OBJ_FUNC(k_queue, peek_head, queue, ret); in z_impl_k_queue_peek_head()
417 SYS_PORT_TRACING_OBJ_FUNC(k_queue, peek_tail, queue, ret); in z_impl_k_queue_peek_tail()
Dkheap.c175 SYS_PORT_TRACING_OBJ_FUNC(k_heap, free, heap); in k_heap_free()
Dthread.c152 SYS_PORT_TRACING_OBJ_FUNC(k_thread, name_set, thread, 0); in z_impl_k_thread_name_set()
159 SYS_PORT_TRACING_OBJ_FUNC(k_thread, name_set, thread, -ENOSYS); in z_impl_k_thread_name_set()
646 SYS_PORT_TRACING_OBJ_FUNC(k_thread, create, new_thread); in z_setup_new_thread()
Dsched.c348 SYS_PORT_TRACING_OBJ_FUNC(k_thread, sched_ready, thread); in ready_thread()
707 SYS_PORT_TRACING_OBJ_FUNC(k_thread, sched_priority_set, thread, prio); in z_thread_prio_set()
1166 SYS_PORT_TRACING_OBJ_FUNC(k_thread, wakeup, thread); in z_impl_k_wakeup()
/Zephyr-latest/include/zephyr/tracing/
Dtracing_macros.h18 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) do { } while (false) macro
301 #define SYS_PORT_TRACING_OBJ_FUNC(obj_type, func, obj, ...) \ macro