| /linux/tools/perf/ |
| H A D | builtin-report.c | 373 if (session->itrace_synth_opts->callchain || in report__setup_sample_type() 374 session->itrace_synth_opts->add_callchain || in report__setup_sample_type() 377 !session->itrace_synth_opts->set)) in report__setup_sample_type() 380 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type() 381 session->itrace_synth_opts->add_last_branch) in report__setup_sample_type() 1071 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap; in __cmd_report() 1309 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() 1470 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report() 1586 if ((itrace_synth_opts in cmd_report() 1310 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; cmd_report() local [all...] |
| H A D | builtin-inject.c | 135 struct itrace_synth_opts itrace_synth_opts; 261 if (!inject->itrace_synth_opts.set) { in copy_bytes() 301 if (inject->itrace_synth_opts.add_last_branch) { in perf_event__repipe() 453 if (inject->itrace_synth_opts.set && in perf_event__convert_sample_callchain() 454 (inject->itrace_synth_opts.last_branch || in perf_event__convert_sample_callchain() 455 inject->itrace_synth_opts.add_last_branch)) { in perf_event__convert_sample_callchain() 476 if (inject->itrace_synth_opts.add_last_branch) { in findnew_dso() 512 } else if (inject->itrace_synth_opts.set && in findnew_dso() 2188 inject->itrace_synth_opts 131 struct itrace_synth_opts itrace_synth_opts; global() member [all...] |
| H A D | builtin-mem.c | 265 struct itrace_synth_opts itrace_synth_opts = { in report_raw_events() 298 session->itrace_synth_opts = &itrace_synth_opts; in report_raw_events() 266 struct itrace_synth_opts itrace_synth_opts = { report_raw_events() local
|
| H A D | builtin-annotate.c | 698 struct itrace_synth_opts itrace_synth_opts = { 771 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate() 877 annotate.session->itrace_synth_opts = &itrace_synth_opts; in cmd_annotate() 706 struct itrace_synth_opts itrace_synth_opts = { cmd_annotate() local
|
| H A D | builtin-script.c | 4049 struct itrace_synth_opts itrace_synth_opts = { in cmd_script() 4115 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm", in cmd_script() 4119 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 4121 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 4169 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script() 4266 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_script() 4267 itrace_synth_opts.callchain_sz > scripting_max_stack) in cmd_script() 4268 scripting_max_stack = itrace_synth_opts in cmd_script() 4033 struct itrace_synth_opts itrace_synth_opts = { cmd_script() local [all...] |
| H A D | builtin-c2c.c | 3058 struct itrace_synth_opts itrace_synth_opts = { in setup_coalesce() 3209 session->itrace_synth_opts = &itrace_synth_opts; in perf_c2c__report() 3075 struct itrace_synth_opts itrace_synth_opts = { perf_c2c__report() local
|
| /linux/tools/perf/util/ |
| H A D | session.h | 21 struct itrace_synth_opts; 52 /** @itrace_synth_opts: AUX area tracing synthesis options. */ 53 struct itrace_synth_opts *itrace_synth_opts; member
|
| H A D | auxtrace.h | 117 struct itrace_synth_opts { struct 620 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, 624 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, 687 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts, in itrace_synth_opts__set_time_range() 696 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts) in itrace_synth_opts__clear_time_range()
|
| H A D | intel-bts.c | 57 struct itrace_synth_opts synth_opts; 876 if (session->itrace_synth_opts->set) { in intel_bts_process_auxtrace_info() 877 bts->synth_opts = *session->itrace_synth_opts; in intel_bts_process_auxtrace_info() 880 session->itrace_synth_opts->default_no_sample); in intel_bts_process_auxtrace_info() 882 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
|
| H A D | s390-cpumsf.c | 1069 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) in check_auxtrace_itrace() 1129 if (!check_auxtrace_itrace(session->itrace_synth_opts)) { in s390_cpumsf_process_auxtrace_info() 1133 sf->use_logfile = session->itrace_synth_opts->log; in s390_cpumsf_process_auxtrace_info()
|
| H A D | arm-spe.c | 63 struct itrace_synth_opts synth_opts; 2029 if (session->itrace_synth_opts && session->itrace_synth_opts->set) { 2030 spe->synth_opts = *session->itrace_synth_opts;
|
| H A D | auxtrace.c | 128 return !session->itrace_synth_opts || in auxtrace__dont_decode() 129 session->itrace_synth_opts->dont_decode; in auxtrace__dont_decode() 378 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; in auxtrace_queues__add_buffer() 1480 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() 1567 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, in itrace_do_parse_synth_opts()
|
| H A D | intel-pt.c | 96 struct itrace_synth_opts synth_opts; 4284 struct itrace_synth_opts *opts) in intel_pt_setup_time_ranges() 4461 if (session->itrace_synth_opts->set) { in intel_pt_process_auxtrace_info() 4462 pt->synth_opts = *session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 4464 struct itrace_synth_opts *opts = session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 4572 if (session->itrace_synth_opts->ptime_range) { in intel_pt_process_auxtrace_info() 4649 err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts); in intel_pt_process_auxtrace_info()
|
| H A D | cs-etm.c | 48 struct itrace_synth_opts synth_opts; 3625 if (session->itrace_synth_opts->set) { 3626 etm->synth_opts = *session->itrace_synth_opts; 3629 session->itrace_synth_opts->default_no_sample); 3631 etm->synth_opts.thread_stack = session->itrace_synth_opts->thread_stack;
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/ |
| H A D | Context.c | 115 if (!c->session || !c->session->itrace_synth_opts) in perf_set_itrace_options() 118 if (c->session->itrace_synth_opts->set) { in perf_set_itrace_options() 125 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0); in perf_set_itrace_options()
|