Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c184 struct intel_pt_pkt tnt; member
1609 int n = 64 - decoder->tnt.count; in intel_pt_emulated_ptwrite()
1666 decoder->tnt.count -= 1; in intel_pt_walk_tnt()
1667 if (decoder->tnt.count) in intel_pt_walk_tnt()
1671 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
1701 decoder->tnt.count -= 1; in intel_pt_walk_tnt()
1702 if (decoder->tnt.count) in intel_pt_walk_tnt()
1707 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
1716 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
1725 if (!decoder->tnt.count) { in intel_pt_walk_tnt()
[all …]