Searched refs:itrace_synth_opts (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-inject.c | 43 struct itrace_synth_opts itrace_synth_opts; member 645 inject->itrace_synth_opts.set) { in __cmd_inject() 672 } else if (inject->itrace_synth_opts.set) { in __cmd_inject() 673 session->itrace_synth_opts = &inject->itrace_synth_opts; in __cmd_inject() 674 inject->itrace_synth_opts.inject = true; in __cmd_inject() 691 if (!inject->itrace_synth_opts.set) in __cmd_inject() 710 inject->have_auxtrace && !inject->itrace_synth_opts.set) in __cmd_inject() 717 if (inject->itrace_synth_opts.set) { in __cmd_inject() 722 if (inject->itrace_synth_opts.last_branch) in __cmd_inject() 805 OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, in cmd_inject() [all …]
|
D | builtin-report.c | 320 if (session->itrace_synth_opts->callchain || in report__setup_sample_type() 323 !session->itrace_synth_opts->set)) in report__setup_sample_type() 326 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type() 813 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap; in __cmd_report() 953 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local 1108 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report() 1179 if (itrace_synth_opts.callchain && in cmd_report() 1180 (int)itrace_synth_opts.callchain_sz > report.max_stack) in cmd_report() 1181 report.max_stack = itrace_synth_opts.callchain_sz; in cmd_report() 1203 session->itrace_synth_opts = &itrace_synth_opts; in cmd_report() [all …]
|
D | builtin-script.c | 3084 struct itrace_synth_opts itrace_synth_opts = { .set = false, }; in cmd_script() local 3195 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script() 3246 if (itrace_synth_opts.callchain && in cmd_script() 3247 itrace_synth_opts.callchain_sz > scripting_max_stack) in cmd_script() 3248 scripting_max_stack = itrace_synth_opts.callchain_sz; in cmd_script() 3415 itrace_synth_opts.thread_stack = true; in cmd_script() 3417 session->itrace_synth_opts = &itrace_synth_opts; in cmd_script() 3423 itrace_synth_opts.cpu_bitmap = cpu_bitmap; in cmd_script()
|
/Linux-v4.19/tools/perf/util/ |
D | session.h | 20 struct itrace_synth_opts; 27 struct itrace_synth_opts *itrace_synth_opts; member
|
D | intel-bts.c | 64 struct itrace_synth_opts synth_opts; 910 if (session->itrace_synth_opts && session->itrace_synth_opts->set) { in intel_bts_process_auxtrace_info() 911 bts->synth_opts = *session->itrace_synth_opts; in intel_bts_process_auxtrace_info() 914 if (session->itrace_synth_opts) in intel_bts_process_auxtrace_info() 916 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
|
D | auxtrace.h | 81 struct itrace_synth_opts { struct 531 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts);
|
D | cs-etm.c | 46 struct itrace_synth_opts synth_opts; 1432 if (session->itrace_synth_opts && session->itrace_synth_opts->set) { in cs_etm__process_auxtrace_info() 1433 etm->synth_opts = *session->itrace_synth_opts; in cs_etm__process_auxtrace_info()
|
D | s390-cpumsf.c | 883 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) in check_auxtrace_itrace() 905 if (!check_auxtrace_itrace(session->itrace_synth_opts)) { in s390_cpumsf_process_auxtrace_info()
|
D | auxtrace.c | 66 return !session->itrace_synth_opts || in auxtrace__dont_decode() 67 session->itrace_synth_opts->dont_decode; in auxtrace__dont_decode() 311 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; in filter_cpu() 967 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts) in itrace_synth_opts__set_default() 990 struct itrace_synth_opts *synth_opts = opt->value; in itrace_parse_synth_opts()
|
D | intel-pt.c | 80 struct itrace_synth_opts synth_opts; 2554 if (session->itrace_synth_opts && session->itrace_synth_opts->set) { in intel_pt_process_auxtrace_info() 2555 pt->synth_opts = *session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 2562 if (session->itrace_synth_opts) in intel_pt_process_auxtrace_info() 2564 session->itrace_synth_opts->thread_stack; in intel_pt_process_auxtrace_info()
|