Lines Matching defs:perf_stat_config
105 struct perf_stat_config { struct
106 enum aggr_mode aggr_mode;
107 bool scale;
108 bool no_inherit;
109 bool identifier;
110 bool csv_output;
111 bool interval_clear;
112 bool metric_only;
113 bool null_run;
114 bool ru_display;
115 bool big_num;
116 bool no_merge;
117 bool walltime_run_table;
118 bool all_kernel;
119 bool all_user;
120 bool percore_show_thread;
121 bool summary;
122 bool metric_no_group;
123 bool metric_no_merge;
124 bool stop_read_counter;
125 FILE *output;
126 unsigned int interval;
127 unsigned int timeout;
128 int initial_delay;
129 unsigned int unit_width;
130 unsigned int metric_only_len;
131 int times;
132 int run_count;
133 int print_free_counters_hint;
134 int print_mixed_hw_group_error;
135 struct runtime_stat *stats;
136 int stats_num;
137 const char *csv_sep;
138 struct stats *walltime_nsecs_stats;
139 struct rusage ru_data;
140 struct perf_cpu_map *aggr_map;
141 aggr_get_id_t aggr_get_id;
142 struct perf_cpu_map *cpus_aggr_map;
143 u64 *walltime_run;
144 struct rblist metric_events;
145 int ctl_fd;
146 int ctl_fd_ack;
147 bool ctl_fd_close;
148 const char *cgroup_list;