Lines Matching full:packet
74 /** @brief Generic STP demux packet. */
76 /** Data for MPSC packet handling. */
82 /** Flag indicating if packet is valid. */
86 /** @brief Packet with logging message. */
88 /** Data for MPSC packet handling. */
94 /** Flag indicating if packet is valid. */
110 /** @brief Packet with trace point. */
112 /** Data for MPSC packet handling. */
118 /** Flag indicating if packet is valid. */
140 /** @brief Packet with HW event. */
142 /** Data for MPSC packet handling. */
148 /** Flag indicating if packet is valid. */
158 /** @brief Union of all packet types. */
160 /** Pointer to generic mpsc_pbuf const packet. */
163 /** Pointer to generic mpsc_pbuf packet. */
175 /** Pointer to the generic log_frontend_stmesp_demux packet. */
215 /** @brief Indicate detected packet start (DMTS).
237 * Timestamp is separated from packet start because according to STM spec (3.2.2)
238 * it is possible that timestamp is assigned to a later packet.
251 /** @brief Indicate packet end (Flag). */
256 * Message can be dropped if there is no room in the packet buffer.
262 /** @brief Claim packet.
264 * Get pointer to the pending packet with logging message. Packet must be freed
267 * @return Pointer to the packet or NULL.
271 /** @brief Free previously claimed packet.
275 * @param packet Packet.
277 void log_frontend_stmesp_demux_free(union log_frontend_stmesp_demux_packet packet);