Lines Matching full:tracing
22 * @brief Check tracing enabled or not.
24 * @return True if tracing enabled; False if tracing disabled.
29 * @brief Give tracing buffer to backend.
31 * @param data Tracing buffer address.
32 * @param length Tracing buffer length.
37 * @brief Handle tracing packet drop.
42 * @brief Handle tracing command.
44 * @param buf Tracing command buffer address.
45 * @param length Tracing command buffer length.
50 * @brief Trigger tracing thread to run after every first put.
52 * @param before_put_is_empty If tracing buffer is empty before this put.
57 * @brief Check if we are in tracing thread context.
59 * @return True if in tracing thread context; False if not.