Home
last modified time | relevance | path

Searched refs:addr_match (Results 1 – 3 of 3) sorted by relevance

/src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h162 … bool has_count, const uint32_t count, const bool has_addr, const bool addr_match, const uint8_t t…
523 … bool has_count, const uint32_t count, const bool has_addr, const bool addr_match, const uint8_t t… in setQType() argument
529 Q_pkt.addr_match = addr_match ? 1 :0; in setQType()
H A Dtrc_pkt_types_etmv4.h271 uint32_t addr_match:1; member
/src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp265 if (Q_pkt.addr_match) in toString()
271 if (Q_pkt.addr_present || Q_pkt.addr_match) in toString()