Symbol: INTEL_PT_CYC
tools/perf/arch/x86/tests/intel-pt-test.c
101
{1, {0x03}, 0, {INTEL_PT_CYC, 0, 0}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
102
{1, {0x0b}, 0, {INTEL_PT_CYC, 0, 1}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
103
{1, {0xfb}, 0, {INTEL_PT_CYC, 0, 0x1f}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
104
{2, {0x07, 2}, 0, {INTEL_PT_CYC, 0, 0x20}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
105
{2, {0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0xfff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
106
{3, {0x07, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x1000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
107
{3, {0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x7ffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
108
{4, {0x07, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x80000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
109
{4, {0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x3ffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
110
{5, {0x07, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x4000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
111
{5, {0xff, 0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x1ffffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
112
{6, {0x07, 1, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x200000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
113
{6, {0xff, 0xff, 0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0xffffffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
114
{7, {0x07, 1, 1, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x10000000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
115
{7, {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x7fffffffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
116
{8, {0x07, 1, 1, 1, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x800000000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
117
{8, {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x3fffffffffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
118
{9, {0x07, 1, 1, 1, 1, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x40000000000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
119
{9, {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x1fffffffffffffff}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
120
{10, {0x07, 1, 1, 1, 1, 1, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x2000000000000000}, 0, 1 },
tools/perf/arch/x86/tests/intel-pt-test.c
121
{10, {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe}, 0, {INTEL_PT_CYC, 0, 0xffffffffffffffff}, 0, 1 },
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1561
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1846
if (decoder->last_packet_type == INTEL_PT_CYC) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1982
if (decoder->last_packet_type == INTEL_PT_CYC) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2166
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2288
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2338
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2404
if (pkt_info->packet.type == INTEL_PT_CYC ||
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2428
if (pkt_info->packet.type == INTEL_PT_CYC ||
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
2873
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3027
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3073
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3212
if (decoder->sample_cyc && last_packet_type != INTEL_PT_CYC)
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3359
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3597
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
3716
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
870
if (pkt_info->last_packet_type != INTEL_PT_CYC) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
891
if (pkt_info->last_packet_type != INTEL_PT_CYC) {
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
928
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
43
[INTEL_PT_CYC] = "CYC",
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
438
packet->type = INTEL_PT_CYC;
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
622
case INTEL_PT_CYC:
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
725
case INTEL_PT_CYC: