Lines Matching defs:report
70 struct report { struct
71 struct perf_tool tool;
72 struct perf_session *session;
73 struct evswitch evswitch;
74 bool use_tui, use_gtk, use_stdio;
75 bool show_full_info;
76 bool show_threads;
77 bool inverted_callchain;
78 bool mem_mode;
79 bool stats_mode;
80 bool tasks_mode;
81 bool mmaps_mode;
82 bool header;
106 struct block_report *block_reports; argument
107 int nr_block_reports; argument
112 struct report *rep = cb; in report__config() argument
210 static void setup_forced_leader(struct report *report, in setup_forced_leader()
1118 struct report report = { in cmd_report() local