Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h289 enum intel_pt_period_type period_type; member
H A 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()
2162 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_psbend()
2284 if (decoder->period_type == INTEL_PT_PERIOD_MTC) in intel_pt_walk_fup_tip()
3333 if (decoder->period_type != INTEL_PT_PERIOD_MTC) in intel_pt_walk_trace()
/linux/tools/perf/util/
H A Dauxtrace.c1497 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in get_flag()
1503 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in get_flag()
1608 synth_opts->period_type = in itrace_do_parse_synth_opts()
1613 synth_opts->period_type = in itrace_do_parse_synth_opts()
1626 synth_opts->period_type = in itrace_do_parse_synth_opts()
1761 synth_opts->period_type =
H A Dauxtrace.h153 enum itrace_period_type period_type; member
H A Dintel-pt.c1358 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()
1360 params.period_type = in intel_pt_alloc_queue()
1365 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()
1369 params.period_type = INTEL_PT_PERIOD_TICKS; in intel_pt_alloc_queue()
1379 params.period_type = INTEL_PT_PERIOD_INSTRUCTIONS; in intel_pt_alloc_queue()
4043 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
4059 if (pt->synth_opts.period_type == PERF_ITRACE_PERIOD_NANOSECS) in intel_pt_synth_events()
H A Darm-spe.c2034 spe->synth_opts.period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS;
2038 if (spe->synth_opts.period_type != PERF_ITRACE_PERIOD_INSTRUCTIONS) {