Lines Matching defs:report
57 struct report { struct
58 struct perf_tool tool;
59 struct perf_session *session;
60 bool use_tui, use_gtk, use_stdio;
61 bool show_full_info;
62 bool show_threads;
63 bool inverted_callchain;
64 bool mem_mode;
65 bool stats_mode;
66 bool tasks_mode;
90 static int report__config(const char *var, const char *value, void *cb) in report__config() argument
92 struct report *rep = cb; in report__config() argument
197 static void setup_forced_leader(struct report *report, in setup_forced_leader()
967 struct report report = { in cmd_report() local