Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dauxtrace.c1385 synth_opts->flc = true; in itrace_synth_opts__set_default()
1386 synth_opts->llc = true; in itrace_synth_opts__set_default()
1387 synth_opts->tlb = true; in itrace_synth_opts__set_default()
1388 synth_opts->mem = true; in itrace_synth_opts__set_default()
1393 synth_opts->period = 1; in itrace_synth_opts__set_default()
1470 synth_opts->set = true; in itrace_do_parse_synth_opts()
1555 synth_opts->log = true; in itrace_do_parse_synth_opts()
1618 synth_opts->flc = true; in itrace_do_parse_synth_opts()
1621 synth_opts->llc = true; in itrace_do_parse_synth_opts()
1624 synth_opts->tlb = true; in itrace_do_parse_synth_opts()
[all …]
A Dintel-pt.c1284 if (pt->synth_opts.last_branch || pt->synth_opts.other_events) { in intel_pt_alloc_queue()
1329 if (pt->synth_opts.instructions || pt->synth_opts.cycles) { in intel_pt_alloc_queue()
1330 if (pt->synth_opts.period) { in intel_pt_alloc_queue()
1344 pt->synth_opts.period); in intel_pt_alloc_queue()
1714 if (!pt->synth_opts.inject) in intel_pt_opt_inject()
1821 if (pt->synth_opts.quick) in intel_pt_synth_instruction_sample()
4354 if (pt->synth_opts.log) { in intel_pt_process_auxtrace_info()
4378 if (pt->synth_opts.calls) in intel_pt_process_auxtrace_info()
4381 if (pt->synth_opts.returns) in intel_pt_process_auxtrace_info()
4385 if ((pt->synth_opts.callchain || pt->synth_opts.add_callchain) && in intel_pt_process_auxtrace_info()
[all …]
A Dintel-bts.c57 struct itrace_synth_opts synth_opts; member
280 if (bts->synth_opts.initial_skip && in intel_bts_synth_branch_sample()
301 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
383 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
430 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()
499 if (!btsq->bts->synth_opts.callchain && in intel_bts_process_queue()
629 bts->synth_opts.errors) in intel_bts_process_event()
811 if (bts->synth_opts.branches) { in intel_bts_synth_events()
909 bts->synth_opts.thread_stack = in intel_bts_process_auxtrace_info()
913 if (bts->synth_opts.calls) in intel_bts_process_auxtrace_info()
[all …]
A Dcs-etm.c46 struct itrace_synth_opts synth_opts; member
296 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
414 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
1219 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
1222 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()
1295 if (etm->synth_opts.inject) { in cs_etm__synth_branch_sample()
1388 if (etm->synth_opts.branches) { in cs_etm__synth_events()
1506 if (etm->synth_opts.last_branch) in cs_etm__sample()
1531 if (etm->synth_opts.branches) { in cs_etm__sample()
1611 if (etm->synth_opts.branches && in cs_etm__flush()
[all …]
A Darm-spe.c44 struct itrace_synth_opts synth_opts; member
312 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()
1151 if (spe->synth_opts.flc) { in arm_spe_synth_events()
1171 if (spe->synth_opts.llc) { in arm_spe_synth_events()
1191 if (spe->synth_opts.tlb) { in arm_spe_synth_events()
1211 if (spe->synth_opts.branches) { in arm_spe_synth_events()
1223 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()
1235 if (spe->synth_opts.mem) { in arm_spe_synth_events()
1246 if (spe->synth_opts.instructions) { in arm_spe_synth_events()
1251 if (spe->synth_opts.period > 1) in arm_spe_synth_events()
[all …]
A Dauxtrace.h620 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
624 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
760 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()

Completed in 33 milliseconds