Home
last modified time | relevance | path

Searched refs:stat_specs (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/
Dveristat.c44 struct stat_specs { struct
78 struct stat_specs output_spec;
79 struct stat_specs sort_spec;
122 static int parse_stats(const char *stats_str, struct stat_specs *specs);
383 static const struct stat_specs default_output_spec = {
391 static const struct stat_specs default_sort_spec = {
415 static int parse_stat(const char *stat_name, struct stat_specs *specs) in parse_stat()
443 static int parse_stats(const char *stats_str, struct stat_specs *specs) in parse_stats()
903 static int parse_stats_csv(const char *filename, struct stat_specs *specs, in parse_stats_csv()
1175 struct stat_specs base_specs = {}, comp_specs = {}; in handle_comparison_mode()