Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstat.h66 struct perf_stat_config { struct
67 enum aggr_mode aggr_mode;
68 u32 aggr_level;
69 bool scale;
70 bool no_inherit;
71 bool identifier;
72 bool csv_output;
73 bool json_output;
74 bool interval_clear;
75 bool metric_only;
[all …]
H A Dconfig.c458 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function