Home
last modified time | relevance | path

Searched refs:p0_elem_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
Dtrc_etmv4_stack_elem.h60 } p0_elem_t; typedef
69 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const…
72 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type()
80 p0_elem_t m_P0_type;
87 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem()
225 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, …
238 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam()
262 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk…
263 …TrcStackElemParam *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etm…
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
Dtrc_etmv4_stack_elem.cpp39 TrcStackElemParam *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, c… in createParamElemNoParam()
46 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem()