Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/tests/
A Dintel-pt-pkt-decoder-test.c93 {1, {0x03}, 0, {INTEL_PT_CYC, 0, 0}, 0, 1 },
94 {1, {0x0b}, 0, {INTEL_PT_CYC, 0, 1}, 0, 1 },
95 {1, {0xfb}, 0, {INTEL_PT_CYC, 0, 0x1f}, 0, 1 },
96 {2, {0x07, 2}, 0, {INTEL_PT_CYC, 0, 0x20}, 0, 1 },
97 {2, {0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0xfff}, 0, 1 },
98 {3, {0x07, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x1000}, 0, 1 },
99 {3, {0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x7ffff}, 0, 1 },
100 {4, {0x07, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x80000}, 0, 1 },
101 {4, {0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x3ffffff}, 0, 1 },
102 {5, {0x07, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x4000000}, 0, 1 },
[all …]
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-pkt-decoder.c47 [INTEL_PT_CYC] = "CYC",
418 packet->type = INTEL_PT_CYC; in intel_pt_get_cyc()
601 case INTEL_PT_CYC: in intel_pt_upd_pkt_ctx()
701 case INTEL_PT_CYC: in intel_pt_pkt_desc()
A Dintel-pt-pkt-decoder.h39 INTEL_PT_CYC, enumerator
A Dintel-pt-decoder.c913 case INTEL_PT_CYC: in intel_pt_calc_cyc_cb()
1923 case INTEL_PT_CYC: in intel_pt_walk_psbend()
2041 case INTEL_PT_CYC: in intel_pt_walk_fup_tip()
2091 case INTEL_PT_CYC: in intel_pt_vm_psb_lookahead_cb()
2154 if (pkt_info->packet.type == INTEL_PT_CYC || in intel_pt_ovf_fup_lookahead_cb()
2623 case INTEL_PT_CYC: in intel_pt_vm_time_correlation()
2773 case INTEL_PT_CYC: in intel_pt_hop_trace()
2816 case INTEL_PT_CYC: in intel_pt_psb_lookahead_cb()
3098 case INTEL_PT_CYC: in intel_pt_walk_trace()
3297 case INTEL_PT_CYC: in intel_pt_walk_psb()
[all …]

Completed in 12 milliseconds