Home
last modified time | relevance | path

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

/tools/perf/util/
Dintel-pt.c78 struct itrace_synth_opts synth_opts; member
761 if (pt->synth_opts.callchain) { in intel_pt_alloc_queue()
764 sz += pt->synth_opts.callchain_sz * sizeof(u64); in intel_pt_alloc_queue()
770 if (pt->synth_opts.last_branch) { in intel_pt_alloc_queue()
773 sz += pt->synth_opts.last_branch_sz * in intel_pt_alloc_queue()
807 if (pt->synth_opts.instructions) { in intel_pt_alloc_queue()
808 if (pt->synth_opts.period) { in intel_pt_alloc_queue()
809 switch (pt->synth_opts.period_type) { in intel_pt_alloc_queue()
813 params.period = pt->synth_opts.period; in intel_pt_alloc_queue()
817 params.period = pt->synth_opts.period; in intel_pt_alloc_queue()
[all …]
Dauxtrace.c943 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts) in itrace_synth_opts__set_default() argument
945 synth_opts->instructions = true; in itrace_synth_opts__set_default()
946 synth_opts->branches = true; in itrace_synth_opts__set_default()
947 synth_opts->transactions = true; in itrace_synth_opts__set_default()
948 synth_opts->errors = true; in itrace_synth_opts__set_default()
949 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()
950 synth_opts->period = PERF_ITRACE_DEFAULT_PERIOD; in itrace_synth_opts__set_default()
951 synth_opts->callchain_sz = PERF_ITRACE_DEFAULT_CALLCHAIN_SZ; in itrace_synth_opts__set_default()
952 synth_opts->last_branch_sz = PERF_ITRACE_DEFAULT_LAST_BRANCH_SZ; in itrace_synth_opts__set_default()
953 synth_opts->initial_skip = 0; in itrace_synth_opts__set_default()
[all …]
Dintel-bts.c62 struct itrace_synth_opts synth_opts; member
279 if (bts->synth_opts.initial_skip && in intel_bts_synth_branch_sample()
280 bts->num_events++ <= bts->synth_opts.initial_skip) in intel_bts_synth_branch_sample()
299 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
401 if (!btsq->bts->synth_opts.errors) in intel_bts_get_branch_type()
448 if (btsq->bts->synth_opts.thread_stack) in intel_bts_process_buffer()
517 if (!btsq->bts->synth_opts.callchain && in intel_bts_process_queue()
518 !btsq->bts->synth_opts.thread_stack && thread && in intel_bts_process_queue()
647 bts->synth_opts.errors) in intel_bts_process_event()
820 if (bts->synth_opts.branches) { in intel_bts_synth_events()
[all …]
Dauxtrace.h520 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts);