Lines Matching full:tracing

28  * @brief Tracing utility macros
29 * @defgroup subsys_tracing_macros Tracing utility macros
37 * Helper macros used by the extended tracing system
72 * objects should be traced or not depending on the tracing configuration.
202 * arbitrary custom APIs we know nothing about. Therefore we demand that tracing
205 * This contrasts with object tracing/tracking as all traceable objects are well
219 * @param type Tracing event type/object
220 * @param trace_call Tracing call
226 * @brief Tracing macro for function calls which are not directly
229 * @param type Type of tracing event or object type
233 * @param ... Additional parameters relevant to the tracing call
239 * @brief Tracing macro for the entry into a function that might or might not return
242 * @param type Type of tracing event or object type
246 * @param ... Additional parameters relevant to the tracing call
252 * @brief Tracing macro for when a function blocks during its execution.
254 * @param type Type of tracing event or object type
258 * @param ... Additional parameters relevant to the tracing call
265 * @brief Tracing macro for when a function ends its execution. Potential return values
268 * @param type Type of tracing event or object type
272 * @param ... Additional parameters relevant to the tracing call
278 * @brief Tracing macro for the initialization of an object.
292 * @brief Tracing macro for simple object function calls often without returns or branching.
299 * @param ... Additional parameters relevant to the tracing call
310 * @brief Tracing macro for the entry into a function that might or might not return
318 * @param ... Additional parameters relevant to the tracing call
327 * @brief Tracing macro for when a function blocks during its execution.
335 * @param ... Additional parameters relevant to the tracing call
345 * @brief Tracing macro for when a function ends its execution. Potential return values
353 * @param ... Additional parameters relevant to the tracing call