Lines Matching refs:period
718 if (pt->synth_opts.period) { in intel_pt_alloc_queue()
723 params.period = pt->synth_opts.period; in intel_pt_alloc_queue()
727 params.period = pt->synth_opts.period; in intel_pt_alloc_queue()
731 params.period = intel_pt_ns_to_ticks(pt, in intel_pt_alloc_queue()
732 pt->synth_opts.period); in intel_pt_alloc_queue()
739 if (!params.period) { in intel_pt_alloc_queue()
741 params.period = 1; in intel_pt_alloc_queue()
988 sample.period = 1; in intel_pt_synth_branch_sample()
1044 sample.period = ptq->state->tot_insn_cnt - ptq->last_insn_cnt; in intel_pt_synth_instruction_sample()
1101 sample.period = 1; in intel_pt_synth_transaction_sample()
1872 intel_pt_ns_to_ticks(pt, pt->synth_opts.period); in intel_pt_synth_events()
1874 attr.sample_period = pt->synth_opts.period; in intel_pt_synth_events()