Lines Matching full:csid
101 ocsd_err_t addPacketPrinter(uint8_t CSID, bool bMonitor, ItemPrinter **ppPrinter);
165 * @param CSID : Trace ID to remove.
169 ocsd_err_t removeDecoder(const uint8_t CSID);
176 * @param CSID : Configured CoreSight trace ID for the decoder.
182 ocsd_err_t getDecoderStats(const uint8_t CSID, ocsd_decode_stats_t **p_stats_block);
190 * @param CSID : Configured CoreSight trace ID for the decoder.
194 ocsd_err_t resetDecoderStats(const uint8_t CSID);
201 DecodeTreeElement *getDecoderElement(const uint8_t CSID) const;
409 ocsd_err_t createDecodeElement(const uint8_t CSID);
410 void destroyDecodeElement(const uint8_t CSID);
414 TrcPktProcI *getPktProcI(const uint8_t CSID);