Searched refs:_SYS_PORT_TRACE_IF_NOT_DISABLED (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/tracing/ |
| D | tracing_macros.h | 210 #define _SYS_PORT_TRACE_IF_NOT_DISABLED(type, func, ...) \ macro 236 _SYS_PORT_TRACE_IF_NOT_DISABLED(type, _SYS_PORT_TRACING_FUNC(type, func), __VA_ARGS__) 249 _SYS_PORT_TRACE_IF_NOT_DISABLED(type, _SYS_PORT_TRACING_FUNC_ENTER(type, func), __VA_ARGS__) 261 _SYS_PORT_TRACE_IF_NOT_DISABLED(type, _SYS_PORT_TRACING_FUNC_BLOCKING(type, func), \ 275 _SYS_PORT_TRACE_IF_NOT_DISABLED(type, _SYS_PORT_TRACING_FUNC_EXIT(type, func), __VA_ARGS__)
|