Searched refs:itrace_synth_opts (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/perf/util/
H A Dsession.h21 struct itrace_synth_opts;
34 struct itrace_synth_opts *itrace_synth_opts; member in struct:perf_session
H A Dauxtrace.h68 * struct itrace_synth_opts - AUX area tracing synthesis options.
121 struct itrace_synth_opts { struct
622 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,
688 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts,
697 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts)
763 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused,
893 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts
902 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts
H A Dintel-bts.c57 struct itrace_synth_opts synth_opts;
904 if (session->itrace_synth_opts->set) {
905 bts->synth_opts = *session->itrace_synth_opts;
908 session->itrace_synth_opts->default_no_sample);
910 session->itrace_synth_opts->thread_stack;
H A Darm-spe.c44 struct itrace_synth_opts synth_opts;
1355 if (session->itrace_synth_opts && session->itrace_synth_opts->set)
1356 spe->synth_opts = *session->itrace_synth_opts;
H A Ds390-cpumsf.c1072 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops)
1132 if (!check_auxtrace_itrace(session->itrace_synth_opts)) {
1136 sf->use_logfile = session->itrace_synth_opts->log;
H A Dintel-pt.c96 struct itrace_synth_opts synth_opts;
4032 struct itrace_synth_opts *opts)
4209 if (session->itrace_synth_opts->set) {
4210 pt->synth_opts = *session->itrace_synth_opts;
4212 struct itrace_synth_opts *opts = session->itrace_synth_opts;
4320 if (session->itrace_synth_opts->ptime_range) {
4397 err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts);
H A Dauxtrace.c111 return !session->itrace_synth_opts ||
112 session->itrace_synth_opts->dont_decode;
354 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap;
1375 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,
1462 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts,
H A Dcs-etm.c47 struct itrace_synth_opts synth_opts;
3333 if (session->itrace_synth_opts->set) {
3334 etm->synth_opts = *session->itrace_synth_opts;
3337 session->itrace_synth_opts->default_no_sample);
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c125 if (!c->session || !c->session->itrace_synth_opts)
128 if (c->session->itrace_synth_opts->set) {
135 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0);
/linux-master/tools/perf/
H A Dbuiltin-report.c372 if (session->itrace_synth_opts->callchain ||
373 session->itrace_synth_opts->add_callchain ||
376 !session->itrace_synth_opts->set))
379 if (session->itrace_synth_opts->last_branch ||
380 session->itrace_synth_opts->add_last_branch)
1043 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap;
1261 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; local
1439 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
1550 if ((itrace_synth_opts
[all...]
H A Dbuiltin-inject.c124 struct itrace_synth_opts itrace_synth_opts; member in struct:perf_inject
366 if (inject->itrace_synth_opts.set && sample->aux_sample.size) {
1747 inject->itrace_synth_opts.set = true;
1748 inject->itrace_synth_opts.vm_time_correlation = true;
1756 inject->itrace_synth_opts.vm_tm_corr_dry_run = true;
1763 inject->itrace_synth_opts.vm_tm_corr_args = strdup(args);
1765 return inject->itrace_synth_opts.vm_tm_corr_args ? 0 : -ENOMEM;
1984 inject->itrace_synth_opts.set || inject->build_id_all) {
2018 } else if (inject->itrace_synth_opts
[all...]
H A Dbuiltin-mem.c276 struct itrace_synth_opts itrace_synth_opts = { local
293 session->itrace_synth_opts = &itrace_synth_opts;
H A Dbuiltin-annotate.c750 struct itrace_synth_opts itrace_synth_opts = { local
826 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
909 annotate.session->itrace_synth_opts = &itrace_synth_opts;
H A Dbuiltin-script.c3856 struct itrace_synth_opts itrace_synth_opts = { local
3954 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm",
3958 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
3960 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
4008 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
4099 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
4100 itrace_synth_opts.callchain_sz > scripting_max_stack)
4101 scripting_max_stack = itrace_synth_opts
[all...]
H A Dbuiltin-c2c.c3006 struct itrace_synth_opts itrace_synth_opts = { local
3111 session->itrace_synth_opts = &itrace_synth_opts;

Completed in 214 milliseconds