Home
last modified time | relevance | path

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

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