Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance
105 struct perf_stat_config { struct106 enum aggr_mode aggr_mode;107 bool scale;108 bool no_inherit;109 bool identifier;110 bool csv_output;111 bool interval_clear;112 bool metric_only;113 bool null_run;114 bool ru_display;[all …]
455 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function