Symbol: itrace_synth_opts
tools/perf/builtin-annotate.c
698
struct itrace_synth_opts itrace_synth_opts = {
tools/perf/builtin-annotate.c
771
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-annotate.c
877
annotate.session->itrace_synth_opts = &itrace_synth_opts;
tools/perf/builtin-c2c.c
3103
struct itrace_synth_opts itrace_synth_opts = {
tools/perf/builtin-c2c.c
3254
session->itrace_synth_opts = &itrace_synth_opts;
tools/perf/builtin-inject.c
135
struct itrace_synth_opts itrace_synth_opts;
tools/perf/builtin-inject.c
2185
inject->itrace_synth_opts.set = true;
tools/perf/builtin-inject.c
2186
inject->itrace_synth_opts.vm_time_correlation = true;
tools/perf/builtin-inject.c
2194
inject->itrace_synth_opts.vm_tm_corr_dry_run = true;
tools/perf/builtin-inject.c
2201
inject->itrace_synth_opts.vm_tm_corr_args = strdup(args);
tools/perf/builtin-inject.c
2203
return inject->itrace_synth_opts.vm_tm_corr_args ? 0 : -ENOMEM;
tools/perf/builtin-inject.c
2431
inject->itrace_synth_opts.set) {
tools/perf/builtin-inject.c
2461
} else if (inject->itrace_synth_opts.vm_time_correlation) {
tools/perf/builtin-inject.c
2462
session->itrace_synth_opts = &inject->itrace_synth_opts;
tools/perf/builtin-inject.c
2470
} else if (inject->itrace_synth_opts.set) {
tools/perf/builtin-inject.c
2471
session->itrace_synth_opts = &inject->itrace_synth_opts;
tools/perf/builtin-inject.c
2472
inject->itrace_synth_opts.inject = true;
tools/perf/builtin-inject.c
2540
if (!inject->itrace_synth_opts.set)
tools/perf/builtin-inject.c
2576
inject->have_auxtrace && !inject->itrace_synth_opts.set)
tools/perf/builtin-inject.c
2582
if (inject->itrace_synth_opts.set) {
tools/perf/builtin-inject.c
2592
if (inject->itrace_synth_opts.add_last_branch) {
tools/perf/builtin-inject.c
261
if (!inject->itrace_synth_opts.set) {
tools/perf/builtin-inject.c
2714
OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts,
tools/perf/builtin-inject.c
2745
if (!inject.itrace_synth_opts.set) {
tools/perf/builtin-inject.c
2769
if (inject.strip && !inject.itrace_synth_opts.set) {
tools/perf/builtin-inject.c
3000
free(inject.itrace_synth_opts.vm_tm_corr_args);
tools/perf/builtin-inject.c
301
if (inject->itrace_synth_opts.add_last_branch) {
tools/perf/builtin-inject.c
453
if (inject->itrace_synth_opts.set &&
tools/perf/builtin-inject.c
454
(inject->itrace_synth_opts.last_branch ||
tools/perf/builtin-inject.c
455
inject->itrace_synth_opts.add_last_branch)) {
tools/perf/builtin-inject.c
476
if (inject->itrace_synth_opts.add_last_branch) {
tools/perf/builtin-inject.c
512
} else if (inject->itrace_synth_opts.set &&
tools/perf/builtin-mem.c
265
struct itrace_synth_opts itrace_synth_opts = {
tools/perf/builtin-mem.c
298
session->itrace_synth_opts = &itrace_synth_opts;
tools/perf/builtin-report.c
1068
session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap;
tools/perf/builtin-report.c
1306
struct itrace_synth_opts itrace_synth_opts = { .set = 0, };
tools/perf/builtin-report.c
1467
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-report.c
1583
if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
tools/perf/builtin-report.c
1584
(int)itrace_synth_opts.callchain_sz > report.max_stack)
tools/perf/builtin-report.c
1585
report.max_stack = itrace_synth_opts.callchain_sz;
tools/perf/builtin-report.c
1643
session->itrace_synth_opts = &itrace_synth_opts;
tools/perf/builtin-report.c
1660
if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch)
tools/perf/builtin-report.c
1869
itrace_synth_opts__set_time_range(&itrace_synth_opts,
tools/perf/builtin-report.c
1903
itrace_synth_opts__clear_time_range(&itrace_synth_opts);
tools/perf/builtin-report.c
373
if (session->itrace_synth_opts->callchain ||
tools/perf/builtin-report.c
374
session->itrace_synth_opts->add_callchain ||
tools/perf/builtin-report.c
377
!session->itrace_synth_opts->set))
tools/perf/builtin-report.c
380
if (session->itrace_synth_opts->last_branch ||
tools/perf/builtin-report.c
381
session->itrace_synth_opts->add_last_branch)
tools/perf/builtin-script.c
4047
struct itrace_synth_opts itrace_synth_opts = {
tools/perf/builtin-script.c
4113
OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm",
tools/perf/builtin-script.c
4117
OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
tools/perf/builtin-script.c
4119
OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
tools/perf/builtin-script.c
4167
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-script.c
4264
if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
tools/perf/builtin-script.c
4265
itrace_synth_opts.callchain_sz > scripting_max_stack)
tools/perf/builtin-script.c
4266
scripting_max_stack = itrace_synth_opts.callchain_sz;
tools/perf/builtin-script.c
4479
itrace_synth_opts.thread_stack = true;
tools/perf/builtin-script.c
4481
session->itrace_synth_opts = &itrace_synth_opts;
tools/perf/builtin-script.c
4487
itrace_synth_opts.cpu_bitmap = cpu_bitmap;
tools/perf/builtin-script.c
4591
itrace_synth_opts__set_time_range(&itrace_synth_opts,
tools/perf/builtin-script.c
4612
itrace_synth_opts__clear_time_range(&itrace_synth_opts);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
115
if (!c->session || !c->session->itrace_synth_opts)
tools/perf/scripts/python/Perf-Trace-Util/Context.c
118
if (c->session->itrace_synth_opts->set) {
tools/perf/scripts/python/Perf-Trace-Util/Context.c
125
retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0);
tools/perf/util/arm-spe.c
2025
if (session->itrace_synth_opts && session->itrace_synth_opts->set) {
tools/perf/util/arm-spe.c
2026
spe->synth_opts = *session->itrace_synth_opts;
tools/perf/util/arm-spe.c
63
struct itrace_synth_opts synth_opts;
tools/perf/util/auxtrace.c
128
return !session->itrace_synth_opts ||
tools/perf/util/auxtrace.c
129
session->itrace_synth_opts->dont_decode;
tools/perf/util/auxtrace.c
1475
void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
tools/perf/util/auxtrace.c
1562
int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
tools/perf/util/auxtrace.c
373
unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap;
tools/perf/util/auxtrace.h
620
int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
tools/perf/util/auxtrace.h
624
void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
tools/perf/util/auxtrace.h
687
void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts,
tools/perf/util/auxtrace.h
696
void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts)
tools/perf/util/cs-etm.c
3552
if (session->itrace_synth_opts->set) {
tools/perf/util/cs-etm.c
3553
etm->synth_opts = *session->itrace_synth_opts;
tools/perf/util/cs-etm.c
3556
session->itrace_synth_opts->default_no_sample);
tools/perf/util/cs-etm.c
47
struct itrace_synth_opts synth_opts;
tools/perf/util/intel-bts.c
57
struct itrace_synth_opts synth_opts;
tools/perf/util/intel-bts.c
876
if (session->itrace_synth_opts->set) {
tools/perf/util/intel-bts.c
877
bts->synth_opts = *session->itrace_synth_opts;
tools/perf/util/intel-bts.c
880
session->itrace_synth_opts->default_no_sample);
tools/perf/util/intel-bts.c
882
session->itrace_synth_opts->thread_stack;
tools/perf/util/intel-pt.c
4282
struct itrace_synth_opts *opts)
tools/perf/util/intel-pt.c
4459
if (session->itrace_synth_opts->set) {
tools/perf/util/intel-pt.c
4460
pt->synth_opts = *session->itrace_synth_opts;
tools/perf/util/intel-pt.c
4462
struct itrace_synth_opts *opts = session->itrace_synth_opts;
tools/perf/util/intel-pt.c
4570
if (session->itrace_synth_opts->ptime_range) {
tools/perf/util/intel-pt.c
4647
err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts);
tools/perf/util/intel-pt.c
96
struct itrace_synth_opts synth_opts;
tools/perf/util/s390-cpumsf.c
1069
static bool check_auxtrace_itrace(struct itrace_synth_opts *itops)
tools/perf/util/s390-cpumsf.c
1129
if (!check_auxtrace_itrace(session->itrace_synth_opts)) {
tools/perf/util/s390-cpumsf.c
1133
sf->use_logfile = session->itrace_synth_opts->log;
tools/perf/util/session.h
21
struct itrace_synth_opts;
tools/perf/util/session.h
53
struct itrace_synth_opts *itrace_synth_opts;