Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h29 INTEL_PT_PTW = 1 << 3, enumerator
H A Dintel-pt-decoder.c1359 decoder->state.type |= INTEL_PT_PTW; in intel_pt_fup_event()
1622 decoder->state.type = INTEL_PT_PTW; in intel_pt_emulated_ptwrite()
3417 decoder->state.type = INTEL_PT_PTW; in intel_pt_walk_trace()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2680 if (pt->sample_ptwrites && (state->type & INTEL_PT_PTW)) { in intel_pt_sample()