Lines Matching defs:report
76 struct report { struct
77 struct perf_tool tool;
78 struct perf_session *session;
79 struct evswitch evswitch;
81 bool use_tui;
84 bool use_gtk;
86 bool use_stdio;
87 bool show_full_info;
88 bool show_threads;
89 bool inverted_callchain;
90 bool mem_mode;
91 bool stats_mode;
92 bool tasks_mode;
93 bool mmaps_mode;
94 bool header;
95 bool header_only;
96 bool nonany_branch_mode;
120 struct block_report *block_reports; argument
121 int nr_block_reports; argument
126 struct report *rep = cb; in report__config() argument
234 static void setup_forced_leader(struct report *report, in setup_forced_leader()
1294 struct report report = { in cmd_report() local