Lines Matching defs:perf_stat_config
140 struct perf_stat_config { struct
141 enum aggr_mode aggr_mode;
142 bool scale;
143 bool no_inherit;
144 bool identifier;
145 bool csv_output;
146 bool json_output;
147 bool interval_clear;
148 bool metric_only;
149 bool null_run;
150 bool ru_display;
151 bool big_num;
152 bool no_merge;
153 bool hybrid_merge;
154 bool walltime_run_table;
155 bool all_kernel;
156 bool all_user;
157 bool percore_show_thread;
158 bool summary;
159 bool no_csv_summary;
160 bool metric_no_group;
161 bool metric_no_merge;
162 bool stop_read_counter;
163 bool iostat_run;
164 char *user_requested_cpu_list;
165 bool system_wide;
166 FILE *output;
167 unsigned int interval;
168 unsigned int timeout;
169 unsigned int unit_width;
170 unsigned int metric_only_len;
171 int times;
172 int run_count;
173 int print_free_counters_hint;
174 int print_mixed_hw_group_error;
175 const char *csv_sep;
176 struct stats *walltime_nsecs_stats;
177 struct rusage ru_data;
178 struct rusage_stats *ru_stats;
179 struct cpu_aggr_map *aggr_map;
180 aggr_get_id_t aggr_get_id;
181 struct cpu_aggr_map *cpus_aggr_map;
182 u64 *walltime_run;
183 struct rblist metric_events;
184 int ctl_fd;
185 int ctl_fd_ack;
186 bool ctl_fd_close;
187 const char *cgroup_list;
188 unsigned int topdown_level;