Home
last modified time | relevance | path

Searched defs:perf_stat_config (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dstat.h114 struct perf_stat_config { struct
115 enum aggr_mode aggr_mode;
116 bool scale;
117 bool no_inherit;
118 bool identifier;
119 bool csv_output;
120 bool interval_clear;
121 bool metric_only;
122 bool null_run;
123 bool ru_display;
[all …]
Dconfig.c456 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function