Lines Matching full:decode
3 * \brief OpenCSD : Trace Decode Tree.
45 /** @defgroup dcd_tree OpenCSD Library : Trace Decode Tree.
46 @brief Create a multi source decode tree for a single trace capture buffer.
48 Use to create a connected set of decoder objects to decode a trace buffer.
57 * Provides functionality to build a tree of decode objects capable of decoding
70 * @brief Create a decode tree.
76 * @return DecodeTree * : pointer to the decode tree, 0 if creation failed.
80 /** @brief Destroy a decode tree */
97 /** get the list of packet printers for this decode tree */
118 Decode tree implements the data in interface : ITrcDataIn .
131 * receive the output from the trace decode operations.
185 * Reset the stats block for the chosens decode channel.
187 * multiple decode runs.
189 * @param handle : Handle to decode tree.
199 * Find a decode tree element associated with a specific CoreSight trace ID. *
205 * Decode tree iteration. Return the first tree element 0 if no elements avaiable.
227 * trace decode.
264 * This creates a memory mapper within the decode tree.
279 * Set an external mapper rather than create a mapper in the decode tree.
359 * or to directly access memory if the decode is running live on a target system.
431 bool m_created_mapper; //!< true if created by decode tree object