Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance
67 struct perf_stat_config { struct68 enum aggr_mode aggr_mode;69 u32 aggr_level;70 bool scale;71 bool no_inherit;72 bool identifier;73 bool csv_output;74 bool json_output;75 bool interval_clear;76 bool metric_only;[all …]
458 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function