Searched refs:period_type (Results 1 – 5 of 5) sorted by relevance
155 enum intel_pt_period_type period_type; member204 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()242 decoder->period_type = params->period_type; in intel_pt_decoder_new()939 switch (decoder->period_type) { in intel_pt_next_sample()955 switch (decoder->period_type) { in intel_pt_sample_insn()1742 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()1854 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()1993 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
247 enum intel_pt_period_type period_type; member
983 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in itrace_synth_opts__set_default()988 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()1037 synth_opts->period_type = in itrace_parse_synth_opts()1042 synth_opts->period_type = in itrace_parse_synth_opts()1055 synth_opts->period_type = in itrace_parse_synth_opts()1144 synth_opts->period_type = in itrace_parse_synth_opts()
911 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()913 params.period_type = in intel_pt_alloc_queue()918 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()922 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()932 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()2804 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
107 enum itrace_period_type period_type; member