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