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