Home
last modified time | relevance | path

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

/tools/perf/util/
Dstat.h105 struct perf_stat_config { struct
106 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 …]
Dconfig.c455 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function