Lines Matching defs:perf_stat_config
119 struct perf_stat_config { struct
120 enum aggr_mode aggr_mode;
121 bool scale;
122 bool no_inherit;
123 bool identifier;
124 bool csv_output;
125 bool json_output;
126 bool interval_clear;
127 bool metric_only;
128 bool null_run;
129 bool ru_display;
130 bool big_num;
131 bool no_merge;
132 bool hybrid_merge;
133 bool walltime_run_table;
134 bool all_kernel;
135 bool all_user;
136 bool percore_show_thread;
137 bool summary;
138 bool no_csv_summary;
139 bool metric_no_group;
140 bool metric_no_merge;
141 bool stop_read_counter;
142 bool quiet;
143 bool iostat_run;
144 char *user_requested_cpu_list;
145 bool system_wide;
146 FILE *output;
147 unsigned int interval;
148 unsigned int timeout;
149 int initial_delay;
150 unsigned int unit_width;
151 unsigned int metric_only_len;
152 int times;
153 int run_count;
154 int print_free_counters_hint;
155 int print_mixed_hw_group_error;
156 const char *csv_sep;
157 struct stats *walltime_nsecs_stats;
158 struct rusage ru_data;
159 struct rusage_stats *ru_stats;
160 struct cpu_aggr_map *aggr_map;
161 aggr_get_id_t aggr_get_id;
162 struct cpu_aggr_map *cpus_aggr_map;
163 u64 *walltime_run;
164 struct rblist metric_events;
165 int ctl_fd;
166 int ctl_fd_ack;
167 bool ctl_fd_close;
168 const char *cgroup_list;
169 unsigned int topdown_level;