Searched refs:period_type (Results 1 – 5 of 5) sorted by relevance
89 enum intel_pt_period_type period_type; member
129 enum intel_pt_period_type period_type; member162 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()198 decoder->period_type = params->period_type; in intel_pt_decoder_new()819 switch (decoder->period_type) { in intel_pt_next_sample()835 switch (decoder->period_type) { in intel_pt_sample_insn()1387 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()1477 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()1596 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
938 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()984 synth_opts->period_type = in itrace_parse_synth_opts()989 synth_opts->period_type = in itrace_parse_synth_opts()1002 synth_opts->period_type = in itrace_parse_synth_opts()1076 synth_opts->period_type = in itrace_parse_synth_opts()
719 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()721 params.period_type = in intel_pt_alloc_queue()726 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()730 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()740 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()1870 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
88 enum itrace_period_type period_type; member