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

/linux-master/tools/perf/util/
H A Dauxtrace.c1375 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, argument
1378 synth_opts->branches = true;
1379 synth_opts->transactions = true;
1380 synth_opts->ptwrites = true;
1381 synth_opts->pwr_events = true;
1382 synth_opts->other_events = true;
1383 synth_opts->intr_events = true;
1384 synth_opts->errors = true;
1385 synth_opts->flc = true;
1386 synth_opts
1462 itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, const char *str, int unset) argument
[all...]
H A Dintel-pt.c96 struct itrace_synth_opts synth_opts; member in struct:intel_pt
300 struct perf_time_interval *range = pt->synth_opts.ptime_range;
301 int n = pt->synth_opts.range_num;
303 if (pt->synth_opts.log_plus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS)
306 if (pt->synth_opts.log_minus_flags & AUXTRACE_LOG_FLG_ALL_PERF_EVTS)
383 pt->synth_opts.vm_time_correlation);
391 if (pt->synth_opts.vm_time_correlation)
1113 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding)
1213 sz += (pt->synth_opts.callchain_sz + 1) * sizeof(u64);
1241 pt->synth_opts
[all...]
H A Dintel-bts.c57 struct itrace_synth_opts synth_opts; member in struct:intel_bts
280 if (bts->synth_opts.initial_skip &&
281 bts->num_events++ <= bts->synth_opts.initial_skip)
301 if (bts->synth_opts.inject) {
383 if (!btsq->bts->synth_opts.errors)
430 if (btsq->bts->synth_opts.thread_stack)
499 if (!btsq->bts->synth_opts.callchain &&
500 !btsq->bts->synth_opts.thread_stack && thread &&
629 bts->synth_opts.errors)
811 if (bts->synth_opts
[all...]
H A Dcs-etm.c47 struct itrace_synth_opts synth_opts; member in struct:cs_etm_auxtrace
498 if (etm->synth_opts.last_branch) {
501 sz += etm->synth_opts.last_branch_sz *
616 if (etm->synth_opts.branches || etm->synth_opts.last_branch ||
617 etm->synth_opts.instructions) {
1224 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos;
1236 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) {
1317 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz;
1332 if (bs->nr < etmq->etm->synth_opts
[all...]
H A Darm-spe.c44 struct itrace_synth_opts synth_opts; member in struct:arm_spe
332 if (spe->synth_opts.inject) {
1171 if (spe->synth_opts.flc) {
1191 if (spe->synth_opts.llc) {
1211 if (spe->synth_opts.tlb) {
1231 if (spe->synth_opts.branches) {
1243 if (spe->synth_opts.remote_access) {
1255 if (spe->synth_opts.mem) {
1266 if (spe->synth_opts.instructions) {
1267 if (spe->synth_opts
[all...]
H A Dauxtrace.h622 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
626 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
763 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused,

Completed in 193 milliseconds