Searched refs:period_type (Results 1 – 5 of 5) sorted by relevance
160 enum intel_pt_period_type period_type; member209 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()249 decoder->period_type = params->period_type; in intel_pt_decoder_new()949 switch (decoder->period_type) { in intel_pt_next_sample()965 switch (decoder->period_type) { in intel_pt_sample_insn()1759 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()1871 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()2148 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
247 enum intel_pt_period_type period_type; member
1339 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in itrace_synth_opts__set_default()1344 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()1434 synth_opts->period_type = in itrace_parse_synth_opts()1439 synth_opts->period_type = in itrace_parse_synth_opts()1452 synth_opts->period_type = in itrace_parse_synth_opts()1570 synth_opts->period_type = in itrace_parse_synth_opts()
1040 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()1042 params.period_type = in intel_pt_alloc_queue()1047 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()1051 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()1061 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()3032 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
132 enum itrace_period_type period_type; member