Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dstat.h69 u32 aggr_level;
70 bool scale;
71 bool no_inherit;
72 bool identifier;
73 bool csv_output;
77 bool null_run;
79 bool big_num;
83 bool all_user;
85 bool summary;
95 FILE *output;
[all …]
H A Dconfig.c485 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function