Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/ !
Dintel-pt-decoder.c222 bool sample_cyc; member
1721 decoder->sample_cyc = false; in intel_pt_walk_tnt()
1893 decoder->sample_cyc = true; in intel_pt_mtc_cyc_cnt_upd()
2014 decoder->sample_cyc = true; in intel_pt_calc_cyc_timestamp()
3208 if (decoder->sample_cyc && last_packet_type != INTEL_PT_CYC) in intel_pt_walk_trace()
3209 decoder->sample_cyc = false; in intel_pt_walk_trace()
4044 if (decoder->sample_cyc) { in intel_pt_decode()
4047 decoder->sample_cyc = false; in intel_pt_decode()