Home
last modified time | relevance | path

Searched defs:itrace_synth_opts (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dauxtrace.h81 struct itrace_synth_opts { struct
82 bool set;
83 bool inject;
84 bool instructions;
85 bool branches;
86 bool transactions;
87 bool ptwrites;
88 bool pwr_events;
89 bool errors;
90 bool dont_decode;
[all …]
Dsession.h27 struct itrace_synth_opts *itrace_synth_opts; member
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c43 struct itrace_synth_opts itrace_synth_opts; member
Dbuiltin-report.c953 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
Dbuiltin-script.c3084 struct itrace_synth_opts itrace_synth_opts = { .set = false, }; in cmd_script() local