Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dauxtrace.c1375 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument
1378 synth_opts->branches = true; in itrace_synth_opts__set_default()
1379 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1380 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()
1381 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()
1382 synth_opts->other_events = true; in itrace_synth_opts__set_default()
1383 synth_opts->intr_events = true; in itrace_synth_opts__set_default()
1384 synth_opts->errors = true; in itrace_synth_opts__set_default()
1385 synth_opts->flc = true; in itrace_synth_opts__set_default()
1386 synth_opts->llc = true; in itrace_synth_opts__set_default()
[all …]
H A Dintel-pt.c96 struct itrace_synth_opts synth_opts; member
300 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()
301 int n = pt->synth_opts.range_num; in intel_pt_log_events()
303 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
306 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
383 pt->synth_opts.vm_time_correlation); in intel_pt_do_fix_overlap()
391 if (pt->synth_opts.vm_time_correlation) in intel_pt_do_fix_overlap()
1115 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
1215 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()
1243 pt->synth_opts.callchain_sz + 1, sample->ip, in intel_pt_add_callchain()
[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()
281 bts->num_events++ <= 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()
500 !btsq->bts->synth_opts.thread_stack && thread && 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()
[all …]
H A Dcs-etm.c47 struct itrace_synth_opts synth_opts; member
489 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
492 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()
607 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
608 etm->synth_opts.instructions) { in cs_etm__packet_swap()
1200 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()
1212 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
1293 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()
1308 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()
1477 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
[all …]
H A Darm-spe.c44 struct itrace_synth_opts synth_opts; member
332 if (spe->synth_opts.inject) { in arm_spe_deliver_synth_event()
1171 if (spe->synth_opts.flc) { in arm_spe_synth_events()
1191 if (spe->synth_opts.llc) { in arm_spe_synth_events()
1211 if (spe->synth_opts.tlb) { in arm_spe_synth_events()
1231 if (spe->synth_opts.branches) { in arm_spe_synth_events()
1243 if (spe->synth_opts.remote_access) { in arm_spe_synth_events()
1255 if (spe->synth_opts.mem) { in arm_spe_synth_events()
1266 if (spe->synth_opts.instructions) { in arm_spe_synth_events()
1267 if (spe->synth_opts.period_type != PERF_ITRACE_PERIOD_INSTRUCTIONS) { in arm_spe_synth_events()
[all …]
H 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()