Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h29 INTEL_PT_PTW = 1 << 3, enumerator
Dintel-pt-decoder.c1357 decoder->state.type |= INTEL_PT_PTW; in intel_pt_fup_event()
1620 decoder->state.type = INTEL_PT_PTW; in intel_pt_emulated_ptwrite()
3413 decoder->state.type = INTEL_PT_PTW; in intel_pt_walk_trace()
/linux-6.1.9/tools/perf/util/
Dintel-pt.c2613 if (pt->sample_ptwrites && (state->type & INTEL_PT_PTW)) { in intel_pt_sample()