Home
last modified time | relevance | path

Searched refs:period_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h289 enum intel_pt_period_type period_type; member
Dintel-pt-decoder.c198 enum intel_pt_period_type period_type; member
290 if (decoder->period_type == INTEL_PT_PERIOD_TICKS) { in intel_pt_setup_period()
337 decoder->period_type = params->period_type; in intel_pt_decoder_new()
1075 switch (decoder->period_type) { in intel_pt_next_sample()
1091 switch (decoder->period_type) { in intel_pt_sample_insn()
2160 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()
2282 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()
3331 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
/Linux-v6.6/tools/perf/util/
Dauxtrace.c1392 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in itrace_synth_opts__set_default()
1398 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()
1501 synth_opts->period_type = in itrace_do_parse_synth_opts()
1506 synth_opts->period_type = in itrace_do_parse_synth_opts()
1519 synth_opts->period_type = in itrace_do_parse_synth_opts()
1651 synth_opts->period_type = in itrace_do_parse_synth_opts()
Dintel-pt.c1353 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()
1355 params.period_type = in intel_pt_alloc_queue()
1360 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()
1364 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()
1374 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()
3790 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
3806 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
Dauxtrace.h155 enum itrace_period_type period_type; member
Darm-spe.c1267 if (spe->synth_opts.period_type != PERF_ITRACE_PERIOD_INSTRUCTIONS) { in arm_spe_synth_events()