Home
last modified time | relevance | path

Searched refs:itrace_synth_opts (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-inject.c130 struct itrace_synth_opts itrace_synth_opts; member
390 if (inject->itrace_synth_opts.set && sample->aux_sample.size) { in perf_event__repipe_sample()
1936 inject->itrace_synth_opts.set = true; in parse_vm_time_correlation()
1937 inject->itrace_synth_opts.vm_time_correlation = true; in parse_vm_time_correlation()
1945 inject->itrace_synth_opts.vm_tm_corr_dry_run = true; in parse_vm_time_correlation()
1952 inject->itrace_synth_opts.vm_tm_corr_args = strdup(args); in parse_vm_time_correlation()
1954 return inject->itrace_synth_opts.vm_tm_corr_args ? 0 : -ENOMEM; in parse_vm_time_correlation()
2179 inject->itrace_synth_opts.set) { in __cmd_inject()
2209 } else if (inject->itrace_synth_opts in __cmd_inject()
[all...]
H A Dbuiltin-mem.c263 struct itrace_synth_opts itrace_synth_opts = { in report_raw_events()
296 session->itrace_synth_opts = &itrace_synth_opts; in report_raw_events()
262 struct itrace_synth_opts itrace_synth_opts = { report_raw_events() local
H A Dbuiltin-c2c.c2985 struct itrace_synth_opts itrace_synth_opts = { in perf_c2c__report() local
3103 session->itrace_synth_opts = &itrace_synth_opts; in perf_c2c__report()
/linux/tools/perf/util/
H A Dsession.h21 struct itrace_synth_opts;
53 struct itrace_synth_opts *itrace_synth_opts; member
H A Dauxtrace.c111 return !session->itrace_synth_opts || in auxtrace__dont_decode()
112 session->itrace_synth_opts->dont_decode; in auxtrace__dont_decode()
359 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; in filter_cpu()
1437 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in get_flags()
1524 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, in itrace_do_parse_synth_opts()
H A Dcs-etm.c47 struct itrace_synth_opts synth_opts;
3446 if (session->itrace_synth_opts->set) { in cs_etm__process_auxtrace_info_full()
3447 etm->synth_opts = *session->itrace_synth_opts; in cs_etm__process_auxtrace_info_full()
3450 session->itrace_synth_opts->default_no_sample); in cs_etm__process_auxtrace_info_full()