Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat.h61 struct perf_stat_config { struct
62 enum aggr_mode aggr_mode;
63 u32 aggr_level;
64 bool scale;
65 bool no_inherit;
66 bool identifier;
67 bool csv_output;
68 bool json_output;
69 bool interval_clear;
70 bool metric_only;
[all …]
H A Dconfig.c487 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function