Home
last modified time | relevance | path

Searched refs:SYS_PORT_TRACING_OBJ_FUNC_EXIT (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/kernel/
Dqueue.c183 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, queue_insert, queue, alloc, result); in queue_insert()
194 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, insert, queue); in k_queue_insert()
203 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, append, queue); in k_queue_append()
212 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, prepend, queue); in k_queue_prepend()
221 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, alloc_append, queue, ret); in z_impl_k_queue_alloc_append()
242 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, alloc_prepend, queue, ret); in z_impl_k_queue_alloc_prepend()
264 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, append_list, queue, -EINVAL); in k_queue_append_list()
287 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, append_list, queue, 0); in k_queue_append_list()
308 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, merge_slist, queue, -EINVAL); in k_queue_merge_slist()
324 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, merge_slist, queue, ret); in k_queue_merge_slist()
[all …]
Dmempool.c56 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_free, *heap_ref, heap_ref); in k_free()
78 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_aligned_alloc, _SYSTEM_HEAP, ret); in k_aligned_alloc()
89 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_malloc, _SYSTEM_HEAP, ret); in k_malloc()
102 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_calloc, _SYSTEM_HEAP, NULL); in k_calloc()
112 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_calloc, _SYSTEM_HEAP, ret); in k_calloc()
136 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_realloc, heap, ptr, NULL); in k_realloc()
147 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap_sys, k_realloc, heap, ptr, ret); in k_realloc()
Dstack.c60 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, alloc_init, stack, ret); in z_impl_k_stack_alloc_init()
85 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, cleanup, stack, -EAGAIN); in k_stack_cleanup()
96 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, cleanup, stack, 0); in k_stack_cleanup()
133 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, push, stack, ret); in z_impl_k_stack_push()
163 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, pop, stack, timeout, 0); in z_impl_k_stack_pop()
173 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, pop, stack, timeout, -EBUSY); in z_impl_k_stack_pop()
180 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, pop, stack, timeout, -EAGAIN); in z_impl_k_stack_pop()
187 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_stack, pop, stack, timeout, 0); in z_impl_k_stack_pop()
Dmutex.c132 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, lock, mutex, timeout, 0); in z_impl_k_mutex_lock()
140 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, lock, mutex, timeout, -EBUSY); in z_impl_k_mutex_lock()
164 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, lock, mutex, timeout, 0); in z_impl_k_mutex_lock()
196 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, lock, mutex, timeout, -EAGAIN); in z_impl_k_mutex_lock()
220 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, unlock, mutex, -EINVAL); in z_impl_k_mutex_unlock()
228 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, unlock, mutex, -EPERM); in z_impl_k_mutex_unlock()
281 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, unlock, mutex, 0); in z_impl_k_mutex_unlock()
Dwork.c406 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, submit_to_queue, queue, work, ret); in k_work_submit_to_queue()
417 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, submit, work, ret); in k_work_submit()
482 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()
562 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, cancel, work, ret); in k_work_cancel()
598 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, cancel_sync, work, sync, pending); in k_work_cancel_sync()
766 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, start, queue); in k_work_queue_start()
796 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, drain, queue, ret); in k_work_queue_drain()
816 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, unplug, queue, ret); in k_work_queue_unplug()
830 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, -EALREADY); in k_work_queue_stop()
836 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_queue, stop, queue, timeout, -EBUSY); in k_work_queue_stop()
[all …]
Dmailbox.c263 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, message_put, mbox, timeout, ret); in mbox_message_put()
271 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, message_put, mbox, timeout, -ENOMSG); in mbox_message_put()
290 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, message_put, mbox, timeout, ret); in mbox_message_put()
305 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, put, mbox, timeout, ret); in k_mbox_put()
331 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, async_put, mbox, sem); in k_mbox_async_put()
410 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, get, mbox, timeout, result); in k_mbox_get()
418 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, get, mbox, timeout, -ENOMSG); in k_mbox_get()
436 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mbox, get, mbox, timeout, result); in k_mbox_get()
Dkheap.c103 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap, aligned_alloc, heap, timeout, ret); in k_heap_aligned_alloc()
115 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap, alloc, heap, timeout, ret); in k_heap_alloc()
134 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap, calloc, heap, timeout, ret); in k_heap_calloc()
163 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_heap, realloc, heap, ptr, bytes, timeout, ret); in k_heap_realloc()
Dcondvar.c62 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, signal, condvar, 0); in z_impl_k_condvar_signal()
94 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, broadcast, condvar, woken); in z_impl_k_condvar_broadcast()
128 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, wait, condvar, ret); in z_impl_k_condvar_wait()
Dmsg_q.c91 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, alloc_init, msgq, ret); in z_impl_k_msgq_alloc_init()
112 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, cleanup, msgq, -EBUSY); in k_msgq_cleanup()
122 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, cleanup, msgq, 0); in k_msgq_cleanup()
175 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, put, msgq, timeout, result); in z_impl_k_msgq_put()
179 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, put, msgq, timeout, result); in z_impl_k_msgq_put()
274 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, get, msgq, timeout, result); in z_impl_k_msgq_get()
278 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, get, msgq, timeout, result); in z_impl_k_msgq_get()
Dpipes.c84 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, alloc_init, pipe, ret); in z_impl_k_pipe_alloc_init()
129 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, flush, pipe); in z_impl_k_pipe_flush()
157 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, buffer_flush, pipe); in z_impl_k_pipe_buffer_flush()
179 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, cleanup, pipe, -EAGAIN); in k_pipe_cleanup()
202 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, cleanup, pipe, 0U); in k_pipe_cleanup()
408 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, put, pipe, timeout, in z_impl_k_pipe_put()
445 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, put, pipe, in z_impl_k_pipe_put()
492 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, put, pipe, timeout, 0); in z_impl_k_pipe_put()
520 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, put, pipe, timeout, ret); in z_impl_k_pipe_put()
718 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, get, pipe, in z_impl_k_pipe_get()
[all …]
Dmem_slab.c258 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mem_slab, alloc, slab, timeout, result); in k_mem_slab_alloc()
263 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mem_slab, alloc, slab, timeout, result); in k_mem_slab_alloc()
285 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mem_slab, free, slab); in k_mem_slab_free()
297 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mem_slab, free, slab); in k_mem_slab_free()
Dpipe.c210 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, write, pipe, rc); in z_impl_k_pipe_write()
263 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, read, pipe, rc); in z_impl_k_pipe_read()
283 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, reset, pipe); in z_impl_k_pipe_reset()
294 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_pipe, close, pipe); in z_impl_k_pipe_close()
Dsem.c120 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_sem, give, sem); in z_impl_k_sem_give()
161 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_sem, take, sem, timeout, ret); in z_impl_k_sem_take()
Devents.c176 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_event, post, event, events, in k_event_post_internal()
254 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_event, wait, event, events, 0); in k_event_wait_internal()
300 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_event, wait, event, in k_event_wait_internal()
Dsched.c483 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, suspend, thread); in z_impl_k_thread_suspend()
512 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, resume, thread); in z_impl_k_thread_resume()
1347 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
1373 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, join, thread, timeout, ret); in z_impl_k_thread_join()
1378 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, join, thread, timeout, ret); in z_impl_k_thread_join()
Dtimer.c306 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_timer, status_sync, timer, result); in z_impl_k_timer_status_sync()
Dpoll.c655 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work_poll, init, work); in k_work_poll_init()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets.c187 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, -errno); in z_impl_zsock_shutdown()
193 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, -errno); in z_impl_zsock_shutdown()
205 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, shutdown, sock, ret < 0 ? -errno : ret); in z_impl_zsock_shutdown()
226 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, bind, sock, ret < 0 ? -errno : ret); in z_impl_zsock_bind()
255 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, connect, sock, in z_impl_zsock_connect()
283 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, listen, sock, in z_impl_zsock_listen()
304 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, accept, new_sock, addr, addrlen, in z_impl_zsock_accept()
344 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, sendto, sock, in z_impl_zsock_sendto()
380 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, sendmsg, sock, in z_impl_zsock_sendmsg()
486 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, recvfrom, sock, in z_impl_zsock_recvfrom()
[all …]
Dsocketpair.c329 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, socketpair, sv[0], sv[1], 0); in z_impl_zsock_socketpair()
339 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, socketpair, -1, -1, -errno); in z_impl_zsock_socketpair()
Dsockets_inet.c175 SYS_PORT_TRACING_OBJ_FUNC_EXIT(socket, close, sock, ret < 0 ? -errno : ret); in zsock_close_ctx()
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread_abort.c55 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
/Zephyr-latest/include/zephyr/
Dkernel.h2534 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, init, fifo); \
2552 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, cancel_wait, fifo); \
2572 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, put, fifo, _data); \
2596 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, alloc_put, fifo, _data, fap_ret); \
2618 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, put_list, fifo, head, tail); \
2638 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, put_slist, fifo, list); \
2662 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, get, fifo, timeout, fg_ret); \
2699 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, peek_head, fifo, fph_ret); \
2718 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, peek_tail, fifo, fpt_ret); \
2776 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_lifo, init, lifo); \
[all …]
/Zephyr-latest/include/zephyr/tracing/
Dtracing_macros.h21 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) do { } while (false) macro
355 #define SYS_PORT_TRACING_OBJ_FUNC_EXIT(obj_type, func, obj, ...) \ macro
/Zephyr-latest/arch/posix/core/
Dthread.c168 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()