Lines Matching defs:report
74 struct report { struct
75 struct perf_tool tool;
76 struct perf_session *session;
77 struct evswitch evswitch;
79 bool use_tui;
82 bool use_gtk;
84 bool use_stdio;
85 bool show_full_info;
86 bool show_threads;
87 bool inverted_callchain;
88 bool mem_mode;
89 bool stats_mode;
90 bool tasks_mode;
91 bool mmaps_mode;
92 bool header;
93 bool header_only;
94 bool nonany_branch_mode;
118 struct block_report *block_reports; argument
119 int nr_block_reports; argument
124 struct report *rep = cb; in report__config() argument
232 static void setup_forced_leader(struct report *report, in setup_forced_leader()
1237 struct report report = { in cmd_report() local