Lines Matching refs:TraceComponent
52 …const int create_flags, const int instID, const CSConfig *p_config, TraceComponent **p_component);
53 virtual ocsd_err_t destroyDecoder(TraceComponent *p_component);
58 virtual ocsd_err_t attachErrorLogger(TraceComponent *pComponent, ITraceErrorLog *pIErrorLog);
61 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);
62 … virtual ocsd_err_t attachMemAccessor(TraceComponent *pComponent, ITargetMemAccess *pMemAccessor);
63 virtual ocsd_err_t attachOutputSink(TraceComponent *pComponent, ITrcGenElemIn *pOutSink);
66 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon);
67 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer);
68 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink);
71 virtual ocsd_err_t getDataInputI(TraceComponent *pComponent, ITrcDataIn **ppDataIn);
77 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) = 0;
78 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) { return 0; }; in createPktDecode()
96 …der(const int create_flags, const int instID, const CSConfig *pConfig, TraceComponent **ppTrcComp) in createDecoder()
98 TraceComponent *pkt_proc = 0; in createDecoder()
99 TraceComponent *pkt_dcd = 0; in createDecoder()
164 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::destroyDecoder(TraceComponent *pComponent) in destroyDecoder()
173 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachErrorLogger(TraceComponent *pComponent, ITraceErrorLog *… in attachErrorLogger()
179 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *p… in attachInstrDecoder()
197 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachMemAccessor(TraceComponent *pComponent, ITargetMemAccess… in attachMemAccessor()
215 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachOutputSink(TraceComponent *pComponent, ITrcGenElemIn *pO… in attachOutputSink()
232 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::getDataInputI(TraceComponent *pComponent, ITrcDataIn **ppDataI… in getDataInputI()
235 TraceComponent *pPktProc = pComponent; in getDataInputI()
249 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktMonitor()
252 TraceComponent *pPktProc = pComponent; in attachPktMonitor()
270 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktIndexer()
273 TraceComponent *pPktProc = pComponent; in attachPktIndexer()
291 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktD… in attachPktSink()
339 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc()
341 TraceComponent *pComp; in createPktProc()
349 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) in createPktDecode()
351 TraceComponent *pComp; in createPktDecode()
381 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc()
383 TraceComponent *pComp; in createPktProc()
391 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) in createPktDecode()
393 TraceComponent *pComp; in createPktDecode()
425 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc()
427 TraceComponent *pComp; in createPktProc()