Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c222 bool sample_cyc; member
1723 decoder->sample_cyc = false; in intel_pt_walk_tnt()
1895 decoder->sample_cyc = true; in intel_pt_mtc_cyc_cnt_upd()
2018 decoder->sample_cyc = true; in intel_pt_calc_cyc_timestamp()
3212 if (decoder->sample_cyc && last_packet_type != INTEL_PT_CYC) in intel_pt_walk_trace()
3213 decoder->sample_cyc = false; in intel_pt_walk_trace()
4048 if (decoder->sample_cyc) { in intel_pt_decode()
4051 decoder->sample_cyc = false; in intel_pt_decode()