Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dauxtrace.h72 struct itrace_synth_opts { struct
73 bool set;
74 bool inject;
75 bool instructions;
76 bool branches;
77 bool transactions;
78 bool errors;
79 bool dont_decode;
80 bool log;
81 bool calls;
[all …]
Dsession.h26 struct itrace_synth_opts *itrace_synth_opts; member
/linux-4.4.14/tools/perf/
Dbuiltin-report.c637 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
Dbuiltin-inject.c37 struct itrace_synth_opts itrace_synth_opts; member
Dbuiltin-script.c1707 struct itrace_synth_opts itrace_synth_opts = { .set = false, }; in cmd_script() local