Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dauxtrace.c1371 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() argument
1374 synth_opts->branches = true; in itrace_synth_opts__set_default()
1375 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1376 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()
1377 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()
1378 synth_opts->other_events = true; in itrace_synth_opts__set_default()
1379 synth_opts->intr_events = true; in itrace_synth_opts__set_default()
1380 synth_opts->errors = true; in itrace_synth_opts__set_default()
1381 synth_opts->flc = true; in itrace_synth_opts__set_default()
1382 synth_opts->llc = true; in itrace_synth_opts__set_default()
[all …]
Dintel-pt.c95 struct itrace_synth_opts synth_opts; member
293 struct perf_time_interval *range = pt->synth_opts.ptime_range; in intel_pt_log_events()
294 int n = pt->synth_opts.range_num; in intel_pt_log_events()
296 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
299 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS) in intel_pt_log_events()
376 pt->synth_opts.vm_time_correlation); in intel_pt_do_fix_overlap()
384 if (pt->synth_opts.vm_time_correlation) in intel_pt_do_fix_overlap()
1085 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
1185 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64); in intel_pt_alloc_chain()
1213 pt->synth_opts.callchain_sz + 1, sample->ip, in intel_pt_add_callchain()
[all …]
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 …]
Dcs-etm.c45 struct itrace_synth_opts synth_opts; member
293 if (etm->synth_opts.last_branch) { in cs_etm__init_traceid_queue()
296 sz += etm->synth_opts.last_branch_sz * in cs_etm__init_traceid_queue()
411 if (etm->synth_opts.branches || etm->synth_opts.last_branch || in cs_etm__packet_swap()
412 etm->synth_opts.instructions) { in cs_etm__packet_swap()
932 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos; in cs_etm__copy_last_branch_rb()
944 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) { in cs_etm__copy_last_branch_rb()
1025 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz; in cs_etm__update_last_branch_rb()
1040 if (bs->nr < etmq->etm->synth_opts.last_branch_sz) in cs_etm__update_last_branch_rb()
1191 if (etm->synth_opts.last_branch) in cs_etm__synth_instruction_sample()
[all …]
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()
1247 if (spe->synth_opts.period_type != PERF_ITRACE_PERIOD_INSTRUCTIONS) { in arm_spe_synth_events()
[all …]
Dauxtrace.h616 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
620 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
755 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts()