Searched refs:period_type (Results 1 – 5 of 5) sorted by relevance
112 enum intel_pt_period_type period_type; member
154 enum intel_pt_period_type period_type; member196 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()233 decoder->period_type = params->period_type; in intel_pt_decoder_new()909 switch (decoder->period_type) { in intel_pt_next_sample()925 switch (decoder->period_type) { in intel_pt_sample_insn()1581 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()1682 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()1812 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
975 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()1022 synth_opts->period_type = in itrace_parse_synth_opts()1027 synth_opts->period_type = in itrace_parse_synth_opts()1040 synth_opts->period_type = in itrace_parse_synth_opts()1126 synth_opts->period_type = in itrace_parse_synth_opts()
808 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()810 params.period_type = in intel_pt_alloc_queue()815 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()819 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()829 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()2225 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
100 enum itrace_period_type period_type; member