Searched defs:perf_stat_config (Results 1 – 1 of 1) 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 …]