Searched refs:sem_id (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.h | 317 static inline void ctf_top_semaphore_init(uint32_t sem_id, in ctf_top_semaphore_init() argument 320 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_SEMAPHORE_INIT), sem_id, ret); in ctf_top_semaphore_init() 323 static inline void ctf_top_semaphore_reset(uint32_t sem_id) in ctf_top_semaphore_reset() argument 325 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_SEMAPHORE_RESET), sem_id); in ctf_top_semaphore_reset() 328 static inline void ctf_top_semaphore_take_enter(uint32_t sem_id, in ctf_top_semaphore_take_enter() argument 331 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_SEMAPHORE_TAKE_ENTER), sem_id, in ctf_top_semaphore_take_enter() 335 static inline void ctf_top_semaphore_take_blocking(uint32_t sem_id, in ctf_top_semaphore_take_blocking() argument 339 sem_id, timeout); in ctf_top_semaphore_take_blocking() 342 static inline void ctf_top_semaphore_take_exit(uint32_t sem_id, in ctf_top_semaphore_take_exit() argument 345 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_SEMAPHORE_TAKE_EXIT), sem_id, in ctf_top_semaphore_take_exit() [all …]
|