Searched refs:synth_opts (Results 1 – 6 of 6) sorted by relevance
1337 synth_opts->flc = true; in itrace_synth_opts__set_default()1338 synth_opts->llc = true; in itrace_synth_opts__set_default()1339 synth_opts->tlb = true; in itrace_synth_opts__set_default()1340 synth_opts->mem = true; in itrace_synth_opts__set_default()1345 synth_opts->period = 1; in itrace_synth_opts__set_default()1411 synth_opts->set = true; in itrace_do_parse_synth_opts()1489 synth_opts->log = true; in itrace_do_parse_synth_opts()1550 synth_opts->flc = true; in itrace_do_parse_synth_opts()1553 synth_opts->llc = true; in itrace_do_parse_synth_opts()1556 synth_opts->tlb = true; in itrace_do_parse_synth_opts()[all …]
1179 if (pt->synth_opts.last_branch || pt->synth_opts.other_events) { in intel_pt_alloc_queue()1221 if (pt->synth_opts.period) { in intel_pt_alloc_queue()1235 pt->synth_opts.period); in intel_pt_alloc_queue()1524 if (!pt->synth_opts.inject) in intel_pt_opt_inject()1631 if (pt->synth_opts.quick) in intel_pt_synth_instruction_sample()3082 pt->synth_opts.errors) { in intel_pt_process_event()3910 if (pt->synth_opts.log) in intel_pt_process_auxtrace_info()3930 if (pt->synth_opts.calls) in intel_pt_process_auxtrace_info()3933 if (pt->synth_opts.returns) in intel_pt_process_auxtrace_info()3937 if ((pt->synth_opts.callchain || pt->synth_opts.add_callchain) && in intel_pt_process_auxtrace_info()[all …]
57 struct itrace_synth_opts synth_opts; member280 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 …]
45 struct itrace_synth_opts synth_opts; member295 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()1193 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()1196 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()1256 if (etm->synth_opts.last_branch) { in cs_etm__synth_branch_sample()1268 if (etm->synth_opts.inject) { in cs_etm__synth_branch_sample()1361 if (etm->synth_opts.branches) { in cs_etm__synth_events()1375 if (etm->synth_opts.last_branch) { in cs_etm__synth_events()1418 if (etm->synth_opts.last_branch && in cs_etm__sample()1481 if (etm->synth_opts.last_branch) in cs_etm__sample()[all …]
43 struct itrace_synth_opts synth_opts; member305 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()1018 if (spe->synth_opts.flc) { in arm_spe_synth_events()1038 if (spe->synth_opts.llc) { in arm_spe_synth_events()1058 if (spe->synth_opts.tlb) { in arm_spe_synth_events()1078 if (spe->synth_opts.branches) { in arm_spe_synth_events()1090 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()1102 if (spe->synth_opts.mem) { in arm_spe_synth_events()1178 spe->synth_opts = *session->itrace_synth_opts; in arm_spe_process_auxtrace_info()1180 itrace_synth_opts__set_default(&spe->synth_opts, false); in arm_spe_process_auxtrace_info()
600 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,604 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,737 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()
Completed in 34 milliseconds