/Zephyr-latest/kernel/ |
D | busy_wait.c | 16 SYS_PORT_TRACING_FUNC_EXIT(k_thread, busy_wait, usec_to_wait); in z_impl_k_busy_wait() 47 SYS_PORT_TRACING_FUNC_EXIT(k_thread, busy_wait, usec_to_wait); in z_impl_k_busy_wait()
|
D | nothread.c | 33 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, (int32_t) K_TICKS_FOREVER); in z_impl_k_sleep() 57 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, ret); in z_impl_k_sleep()
|
D | thread_monitor.c | 59 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach); in k_thread_foreach() 81 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach_unlocked); in k_thread_foreach_unlocked() 113 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach); in k_thread_foreach_filter_by_cpu() 139 SYS_PORT_TRACING_FUNC_EXIT(k_thread, foreach_unlocked); in k_thread_foreach_unlocked_filter_by_cpu()
|
D | poll.c | 318 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, 0); in z_impl_k_poll() 328 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, -EAGAIN); in z_impl_k_poll() 350 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, swap_rc); in z_impl_k_poll() 692 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 700 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 744 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 774 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 789 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit, work, timeout, ret); in k_work_poll_submit() 803 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, -EINVAL); in k_work_poll_cancel() 812 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, retval); in k_work_poll_cancel()
|
D | sched.c | 1161 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, ret); in z_impl_k_sleep() 1185 SYS_PORT_TRACING_FUNC_EXIT(k_thread, usleep, us, ret); in z_impl_k_usleep()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gpio.h | 886 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, interrupt_configure, port, pin, -ENOSYS); in z_impl_gpio_pin_interrupt_configure() 932 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, interrupt_configure, port, pin, ret); in z_impl_gpio_pin_interrupt_configure() 1029 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, configure, port, pin, ret); in z_impl_gpio_pin_configure() 1084 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_direction, port, -ENOSYS); in z_impl_gpio_port_get_direction() 1089 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_direction, port, ret); in z_impl_gpio_port_get_direction() 1214 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, get_config, port, pin, -ENOSYS); in z_impl_gpio_pin_get_config() 1219 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, get_config, port, pin, ret); in z_impl_gpio_pin_get_config() 1270 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_raw, port, ret); in z_impl_gpio_port_get_raw() 1339 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, set_masked_raw, port, ret); in z_impl_gpio_port_set_masked_raw() 1398 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, set_bits_raw, port, ret); in z_impl_gpio_port_set_bits_raw() [all …]
|
/Zephyr-latest/subsys/pm/ |
D | pm.c | 176 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, ticks, in pm_system_suspend() 189 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, ticks, in pm_system_suspend() 230 SYS_PORT_TRACING_FUNC_EXIT(pm, system_suspend, ticks, in pm_system_suspend()
|
D | device_runtime.c | 272 SYS_PORT_TRACING_FUNC_EXIT(pm, device_runtime_get, dev, ret); in pm_device_runtime_get() 344 SYS_PORT_TRACING_FUNC_EXIT(pm, device_runtime_put, dev, ret); in pm_device_runtime_put() 368 SYS_PORT_TRACING_FUNC_EXIT(pm, device_runtime_put_async, dev, delay, ret); in pm_device_runtime_put_async() 463 SYS_PORT_TRACING_FUNC_EXIT(pm, device_runtime_enable, dev, ret); in pm_device_runtime_enable() 552 SYS_PORT_TRACING_FUNC_EXIT(pm, device_runtime_disable, dev, ret); in pm_device_runtime_disable()
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing_macros.h | 16 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) do { } while (false) macro 274 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) \ macro
|
/Zephyr-latest/subsys/net/ip/ |
D | net_core.c | 429 SYS_PORT_TRACING_FUNC_EXIT(net, send_data, pkt, ret); in net_send_data() 534 SYS_PORT_TRACING_FUNC_EXIT(net, recv_data, iface, pkt, ret); in net_recv_data()
|