Searched refs:SYS_PORT_TRACING_FUNC_EXIT (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-2.7.6/subsys/pm/ |
D | power.c | 192 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, ticks, z_power_state.state); in pm_system_suspend() 224 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, in pm_system_suspend() 235 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, in pm_system_suspend() 271 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, ticks, z_power_state.state); in pm_system_suspend()
|
D | device_runtime.c | 154 SYS_PORT_TRACING_FUNC_EXIT(pm, device_request, dev, ret); in pm_device_request() 214 SYS_PORT_TRACING_FUNC_EXIT(pm, device_enable, dev); in pm_device_enable() 230 SYS_PORT_TRACING_FUNC_EXIT(pm, device_disable, dev); in pm_device_disable()
|
/Zephyr-Core-2.7.6/kernel/ |
D | poll.c | 302 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, 0); in z_impl_k_poll() 312 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, -EAGAIN); in z_impl_k_poll() 334 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, swap_rc); in z_impl_k_poll() 668 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 676 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 720 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 750 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 765 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit, work, timeout, ret); in k_work_poll_submit() 779 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, -EINVAL); in k_work_poll_cancel() 788 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, retval); in k_work_poll_cancel()
|
D | timeout.c | 323 SYS_PORT_TRACING_FUNC_EXIT(k_thread, busy_wait, usec_to_wait); in z_impl_k_busy_wait() 348 SYS_PORT_TRACING_FUNC_EXIT(k_thread, busy_wait, usec_to_wait); in z_impl_k_busy_wait()
|
D | thread.c | 71 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach); in k_thread_foreach() 95 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach_unlocked); in k_thread_foreach_unlocked()
|
D | sched.c | 1322 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, (int32_t) K_TICKS_FOREVER); in z_impl_k_sleep() 1333 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, ret); in z_impl_k_sleep() 1355 SYS_PORT_TRACING_FUNC_EXIT(k_thread, usleep, us, k_ticks_to_us_floor64(ticks)); in z_impl_k_usleep()
|
/Zephyr-Core-2.7.6/include/tracing/ |
D | tracing_macros.h | 14 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) do { } while (false) macro 227 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) \ macro
|