Searched refs:period_type (Results 1 – 5 of 5) sorted by relevance
267 enum intel_pt_period_type period_type; member
195 enum intel_pt_period_type period_type; member281 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()328 decoder->period_type = params->period_type; in intel_pt_decoder_new()1060 switch (decoder->period_type) { in intel_pt_next_sample()1076 switch (decoder->period_type) { in intel_pt_sample_insn()1919 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()2037 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()3072 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
1344 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in itrace_synth_opts__set_default()1349 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()1438 synth_opts->period_type = in itrace_do_parse_synth_opts()1443 synth_opts->period_type = in itrace_do_parse_synth_opts()1456 synth_opts->period_type = in itrace_do_parse_synth_opts()1583 synth_opts->period_type = in itrace_do_parse_synth_opts()
145 enum itrace_period_type period_type; member
1222 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()1224 params.period_type = in intel_pt_alloc_queue()1229 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()1233 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()1243 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()3367 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
Completed in 28 milliseconds