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