Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance
119 struct perf_stat_config { struct120 enum aggr_mode aggr_mode;121 bool scale;122 bool no_inherit;123 bool identifier;124 bool csv_output;125 bool json_output;126 bool interval_clear;127 bool metric_only;128 bool null_run;[all …]
456 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function