tot_cyc_cnt 161 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t tot_cyc_cnt; tot_cyc_cnt 1465 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->base_cyc_cnt = decoder->tot_cyc_cnt; tot_cyc_cnt 1478 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint64_t tot_cyc_cnt, tsc_delta; tot_cyc_cnt 1489 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c tot_cyc_cnt = tsc_delta * decoder->tsc_to_cyc + decoder->base_cyc_cnt; tot_cyc_cnt 1491 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (tot_cyc_cnt > decoder->tot_cyc_cnt) tot_cyc_cnt 1492 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tot_cyc_cnt = tot_cyc_cnt; tot_cyc_cnt 1602 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tot_cyc_cnt += decoder->packet.payload; tot_cyc_cnt 2625 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->sample_tot_cyc_cnt = decoder->tot_cyc_cnt; tot_cyc_cnt 2641 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->sample_tot_cyc_cnt = decoder->tot_cyc_cnt; tot_cyc_cnt 2649 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.tot_cyc_cnt = decoder->sample_tot_cyc_cnt; tot_cyc_cnt 207 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h uint64_t tot_cyc_cnt; tot_cyc_cnt 1901 tools/perf/util/intel-pt.c if (ptq->state->tot_cyc_cnt > ptq->ipc_cyc_cnt) { tot_cyc_cnt 1907 tools/perf/util/intel-pt.c ptq->ipc_cyc_cnt = ptq->state->tot_cyc_cnt;