Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dauxtrace.c1450 synth_opts->flc = true; in itrace_synth_opts__set_default()
1451 synth_opts->llc = true; in itrace_synth_opts__set_default()
1452 synth_opts->tlb = true; in itrace_synth_opts__set_default()
1453 synth_opts->mem = true; in itrace_synth_opts__set_default()
1458 synth_opts->period = 1; in itrace_synth_opts__set_default()
1536 synth_opts->set = true; in itrace_do_parse_synth_opts()
1622 synth_opts->log = true; in itrace_do_parse_synth_opts()
1685 synth_opts->flc = true; in itrace_do_parse_synth_opts()
1688 synth_opts->llc = true; in itrace_do_parse_synth_opts()
1691 synth_opts->tlb = true; in itrace_do_parse_synth_opts()
[all …]
H A Dintel-pt.c1308 if (pt->synth_opts.last_branch || pt->synth_opts.other_events) { in intel_pt_alloc_queue()
1353 if (pt->synth_opts.instructions || pt->synth_opts.cycles) { in intel_pt_alloc_queue()
1354 if (pt->synth_opts.period) { in intel_pt_alloc_queue()
1368 pt->synth_opts.period); in intel_pt_alloc_queue()
1740 if (!pt->synth_opts.inject) in intel_pt_opt_inject()
1853 if (pt->synth_opts.quick) in intel_pt_synth_instruction_sample()
4409 if (pt->synth_opts.log) { in intel_pt_process_auxtrace_info()
4433 if (pt->synth_opts.calls) in intel_pt_process_auxtrace_info()
4436 if (pt->synth_opts.returns) in intel_pt_process_auxtrace_info()
4440 if ((pt->synth_opts.callchain || pt->synth_opts.add_callchain) && in intel_pt_process_auxtrace_info()
[all …]
H A Dintel-bts.c57 struct itrace_synth_opts synth_opts; member
280 if (bts->synth_opts.initial_skip && in intel_bts_synth_branch_sample()
302 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
385 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
432 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()
501 if (!btsq->bts->synth_opts.callchain && in intel_bts_process_queue()
631 bts->synth_opts.errors) in intel_bts_process_event()
784 if (bts->synth_opts.branches) { in intel_bts_synth_events()
882 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info()
886 if (bts->synth_opts.calls) in intel_bts_process_auxtrace_info()
[all …]
H A Dcs-etm.c47 struct itrace_synth_opts synth_opts; member
631 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
749 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
1592 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
1595 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()
1670 if (etm->synth_opts.inject) { in cs_etm__synth_branch_sample()
1734 if (etm->synth_opts.branches) { in cs_etm__synth_events()
1852 if (etm->synth_opts.last_branch) in cs_etm__sample()
1877 if (etm->synth_opts.branches) { in cs_etm__sample()
1957 if (etm->synth_opts.branches && in cs_etm__flush()
[all …]
H A Darm-spe.c237 if (spe->synth_opts.last_branch) { in arm_spe__alloc_queue()
460 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()
887 if (spe->synth_opts.last_branch && in arm_spe_sample()
1542 if (spe->synth_opts.flc) { in arm_spe_synth_events()
1562 if (spe->synth_opts.llc) { in arm_spe_synth_events()
1582 if (spe->synth_opts.tlb) { in arm_spe_synth_events()
1602 if (spe->synth_opts.last_branch) { in arm_spe_synth_events()
1615 if (spe->synth_opts.branches) { in arm_spe_synth_events()
1639 if (spe->synth_opts.mem) { in arm_spe_synth_events()
1650 if (spe->synth_opts.instructions) { in arm_spe_synth_events()
[all …]
H A Dauxtrace.h621 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
625 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
762 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()