Home
last modified time | relevance | path

Searched refs:sock_B (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c637 void sys_trace_socket_socketpair_exit(int sock_A, int sock_B, int ret) in sys_trace_socket_socketpair_exit() argument
639 ctf_top_socket_socketpair_exit(sock_A, sock_B, ret); in sys_trace_socket_socketpair_exit()
Dctf_top.h641 static inline void ctf_top_socket_socketpair_exit(int32_t sock_A, int32_t sock_B, int32_t ret) in ctf_top_socket_socketpair_exit() argument
643 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_SOCKET_SOCKETPAIR_EXIT), sock_A, sock_B, ret); in ctf_top_socket_socketpair_exit()
Dtracing_ctf.h574 void sys_trace_socket_socketpair_exit(int sock_A, int sock_B, int ret);