Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance
61 struct perf_stat_config { struct62 enum aggr_mode aggr_mode;63 u32 aggr_level;64 bool scale;65 bool no_inherit;66 bool identifier;67 bool csv_output;68 bool json_output;69 bool interval_clear;70 bool metric_only;[all …]
487 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function