Searched refs:root_index (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_etmv4_stack_elem.h | 99 m_root_idx(root_index), in TrcStackElem() 126 TrcStackElem(P0_ADDR, false, root_pkt,root_index) in TrcStackElemAddr() 133 TrcStackElem(src_addr ? P0_SRC_ADDR : P0_ADDR, false, root_pkt, root_index) in TrcStackElemAddr() 145 TrcStackQElem(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index); 170 TrcStackElem(P0_Q , true, root_pkt, root_index) in TrcStackQElem() 201 TrcStackElem(P0_CTXT, false, root_pkt,root_index) in TrcStackElemCtxt() 229 TrcStackElem(P0_EXCEP, true, root_pkt,root_index), in TrcStackElemExcept() 258 TrcStackElem(P0_ATOM, true, root_pkt,root_index) in TrcStackElemAtom() 310 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam() 334 TrcStackElem(P0_MARKER, false, root_pkt, root_index) in TrcStackElemMarker() [all …]
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_etmv4_stack_elem.cpp | 41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam() 54 …cStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_index); in createParamElem() 72 TrcStackElemAtom *pElem = new (std::nothrow) TrcStackElemAtom(root_pkt, root_index); in createAtomElem() 83 TrcStackElemExcept *pElem = new (std::nothrow) TrcStackElemExcept(root_pkt, root_index); in createExceptElem() 95 TrcStackElemCtxt *pElem = new (std::nothrow) TrcStackElemCtxt(root_pkt, root_index); in createContextElem() 111 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index); in createAddrElem() 120 …eateQElem(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const int count) in createQElem() argument 122 TrcStackQElem *pElem = new (std::nothrow) TrcStackQElem(root_pkt, root_index); in createQElem() 133 TrcStackElemMarker *pElem = new (std::nothrow) TrcStackElemMarker(root_pkt, root_index); in createMarkerElem() 144 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index, true); in createSrcAddrElem() [all …]
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_decode_ptm.h | 51 void initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index); 65 inline void PtmAtoms::initAtomPkt(const ocsd_pkt_atom &atom, const ocsd_trc_index_t &root_index) in initAtomPkt() argument 68 m_root_index = root_index; in initAtomPkt()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_decode_etmv3.h | 55 void initAtomPkt(const EtmV3TrcPacket *in_pkt, const ocsd_trc_index_t &root_index); 94 …line void Etmv3Atoms::initAtomPkt(const EtmV3TrcPacket *in_pkt, const ocsd_trc_index_t &root_index) in initAtomPkt() argument
|