| /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 | 310 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, 0); in z_impl_k_poll() 320 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, -EAGAIN); in z_impl_k_poll() 342 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, swap_rc); in z_impl_k_poll() 684 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 692 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, in k_work_poll_submit_to_queue() 736 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 766 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit_to_queue, work_q, work, timeout, 0); in k_work_poll_submit_to_queue() 781 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, submit, work, timeout, ret); in k_work_poll_submit() 795 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, -EINVAL); in k_work_poll_cancel() 804 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, retval); in k_work_poll_cancel()
|
| D | sched.c | 1128 SYS_PORT_TRACING_FUNC_EXIT(k_thread, sleep, timeout, ms); in z_impl_k_sleep() 1151 SYS_PORT_TRACING_FUNC_EXIT(k_thread, usleep, us, ret); in z_impl_k_usleep()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | gpio.h | 887 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, interrupt_configure, port, pin, -ENOSYS); in z_impl_gpio_pin_interrupt_configure() 933 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, interrupt_configure, port, pin, ret); in z_impl_gpio_pin_interrupt_configure() 1030 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, configure, port, pin, ret); in z_impl_gpio_pin_configure() 1085 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_direction, port, -ENOSYS); in z_impl_gpio_port_get_direction() 1090 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_direction, port, ret); in z_impl_gpio_port_get_direction() 1215 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, get_config, port, pin, -ENOSYS); in z_impl_gpio_pin_get_config() 1220 SYS_PORT_TRACING_FUNC_EXIT(gpio_pin, get_config, port, pin, ret); in z_impl_gpio_pin_get_config() 1271 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, get_raw, port, ret); in z_impl_gpio_port_get_raw() 1340 SYS_PORT_TRACING_FUNC_EXIT(gpio_port, set_masked_raw, port, ret); in z_impl_gpio_port_set_masked_raw() 1399 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 | 428 SYS_PORT_TRACING_FUNC_EXIT(net, send_data, pkt, ret); in net_try_send_data() 541 SYS_PORT_TRACING_FUNC_EXIT(net, recv_data, iface, pkt, ret); in net_recv_data()
|