Lines Matching defs:perf_stat_config
67 struct perf_stat_config { struct
68 enum aggr_mode aggr_mode;
69 u32 aggr_level;
70 bool scale;
71 bool no_inherit;
72 bool identifier;
73 bool csv_output;
74 bool json_output;
75 bool interval_clear;
76 bool metric_only;
77 bool null_run;
78 bool ru_display;
79 bool big_num;
80 bool hybrid_merge;
81 bool walltime_run_table;
82 bool all_kernel;
83 bool all_user;
84 bool percore_show_thread;
85 bool summary;
86 bool no_csv_summary;
87 bool metric_no_group;
88 bool metric_no_merge;
89 bool metric_no_threshold;
90 bool hardware_aware_grouping;
91 bool stop_read_counter;
92 bool iostat_run;
93 char *user_requested_cpu_list;
94 bool system_wide;
95 FILE *output;
96 unsigned int interval;
120 extern struct perf_stat_config stat_config; argument