Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance
114 struct perf_stat_config { struct115 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;[all …]
456 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function