|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Pipe Tracing APIs. More...
Pipe Tracing APIs.
| #define sys_port_trace_k_pipe_alloc_init_enter | ( | pipe | ) |
#include <include/tracing/tracing.h>
Trace Pipe alloc init exit.
| pipe | Pipe object |
| ret | Return value |
#include <include/tracing/tracing.h>
Trace Pipe block put enter.
| pipe | Pipe object |
| sem | Semaphore object |
#include <include/tracing/tracing.h>
Trace Pipe block put exit.
| pipe | Pipe object |
| sem | Semaphore object |
| #define sys_port_trace_k_pipe_cleanup_enter | ( | pipe | ) |
#include <include/tracing/tracing.h>
Trace Pipe cleanup exit.
| pipe | Pipe object |
| ret | Return value |
#include <include/tracing/tracing.h>
Trace Pipe get attempt blocking.
| pipe | Pipe object |
| timeout | Timeout period |
#include <include/tracing/tracing.h>
Trace Pipe get attempt entry.
| pipe | Pipe object |
| timeout | Timeout period |
#include <include/tracing/tracing.h>
Trace Pipe get attempt outcome.
| pipe | Pipe object |
| timeout | Timeout period |
| ret | Return value |
| #define sys_port_trace_k_pipe_init | ( | pipe | ) |
#include <include/tracing/tracing.h>
Trace Pipe put attempt blocking.
| pipe | Pipe object |
| timeout | Timeout period |
#include <include/tracing/tracing.h>
Trace Pipe put attempt entry.
| pipe | Pipe object |
| timeout | Timeout period |
#include <include/tracing/tracing.h>
Trace Pipe put attempt outcome.
| pipe | Pipe object |
| timeout | Timeout period |
| ret | Return value |