Searched refs:CSID (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/opencsd/decoder/source/ |
| HD | ocsd_dcd_tree.cpp | 403 uint8_t CSID = 0; // default for single stream decoder (no deformatter) - we ignore the ID in createDecoder() local 406 CSID = pConfig->getTraceID(); in createDecoder() 411 if((err = createDecodeElement(CSID)) != OCSD_OK) in createDecoder() 424 if((err = pDecoderMngr->createDecoder(crtFlags,(int)CSID,pConfig,&pTraceComp)) != OCSD_OK) in createDecoder() 427 m_decode_elements[CSID]->SetDecoderElement(decoderName, pDecoderMngr, pTraceComp, true); in createDecoder() 460 err = m_frame_deformatter_root->getIDStreamAttachPt(CSID)->attach(pDataIn); in createDecoder() 468 destroyDecodeElement(CSID); // will destroy decoder as well. in createDecoder() 473 ocsd_err_t DecodeTree::removeDecoder(const uint8_t CSID) in removeDecoder() argument 476 uint8_t localID = CSID; in removeDecoder() 480 if(usingFormatter() && !OCSD_IS_VALID_CS_SRC_ID(CSID)) in removeDecoder() [all …]
|
| /freebsd-13-stable/contrib/opencsd/decoder/source/pkt_printers/ |
| HD | trc_print_fact.cpp | 54 …tor<ItemPrinter *> &printer_list, ocsd_trace_protocol_t protocol, uint8_t CSID, ocsdMsgLogger *pMs… in createProtocolPrinter() argument 60 pPrinter = new (std::nothrow) PacketPrinter<EtmV4ITrcPacket>(CSID); in createProtocolPrinter() 63 pPrinter = new (std::nothrow) PacketPrinter<EtmV3TrcPacket>(CSID); in createProtocolPrinter() 66 pPrinter = new (std::nothrow) PacketPrinter<PtmTrcPacket>(CSID); in createProtocolPrinter() 69 pPrinter = new (std::nothrow) PacketPrinter<StmTrcPacket>(CSID); in createProtocolPrinter()
|
| /freebsd-13-stable/contrib/opencsd/decoder/include/common/ |
| HD | ocsd_dcd_tree.h | 101 ocsd_err_t addPacketPrinter(uint8_t CSID, bool bMonitor, ItemPrinter **ppPrinter); 169 ocsd_err_t removeDecoder(const uint8_t CSID); 177 DecodeTreeElement *getDecoderElement(const uint8_t CSID) const; 385 ocsd_err_t createDecodeElement(const uint8_t CSID); 386 void destroyDecodeElement(const uint8_t CSID);
|
| HD | ocsd_gen_elem_stack.h | 51 void initCSID(const uint8_t CSID) { m_CSID = CSID; }; in initCSID() argument
|
| HD | ocsd_gen_elem_list.h | 63 void initCSID(const uint8_t CSID) { m_CSID = CSID; }; in initCSID() argument
|
| /freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/c_api/ |
| HD | opencsd_c_api.h | 189 const unsigned char CSID); 207 const unsigned char CSID,
|
| /freebsd-13-stable/contrib/opencsd/decoder/source/c_api/ |
| HD | ocsd_c_api_custom_obj.h | 180 void setCSID(const uint8_t CSID) { m_CSID = CSID; }; in setCSID() argument
|
| HD | ocsd_c_api.cpp | 185 const unsigned char CSID) in ocsd_dt_remove_decoder() argument 187 return ((DecodeTree *)handle)->removeDecoder(CSID); in ocsd_dt_remove_decoder() 191 const unsigned char CSID, in ocsd_dt_attach_packet_callback() argument 198 DecodeTreeElement *pElem = pDT->getDecoderElement(CSID); in ocsd_dt_attach_packet_callback()
|