Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h39 INTEL_PT_CBR_CHG = 1 << 8, enumerator
Dintel-pt-decoder.c1847 decoder->state.type = INTEL_PT_CBR_CHG; in intel_pt_walk_trace()
2393 decoder->state.type |= INTEL_PT_CBR_CHG; in intel_pt_decode()
/Linux-v4.19/tools/perf/util/
Dintel-pt.c1445 INTEL_PT_CBR_CHG)
1459 if (state->type & INTEL_PT_CBR_CHG) { in intel_pt_sample()