Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dstat.h119 struct perf_stat_config { struct
120 enum aggr_mode aggr_mode;
121 bool scale;
122 bool no_inherit;
123 bool identifier;
124 bool csv_output;
125 bool json_output;
126 bool interval_clear;
127 bool metric_only;
128 bool null_run;
[all …]
Dconfig.c456 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function