Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/tools/perf/util/
Dstat.h87 struct perf_stat_config { struct
88 enum aggr_mode aggr_mode;
89 bool scale;
90 FILE *output;
91 unsigned int interval;
92 unsigned int timeout;
93 int times;
94 struct runtime_stat *stats;
95 int stats_num;