Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-bench.c87 #define for_each_collection(coll) \ argument
88 for (coll = collections; coll->name; coll++)
91 #define for_each_bench(coll, bench) \ argument
92 for (bench = coll->benchmarks; bench && bench->name; bench++)
94 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
98 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
100 for_each_bench(coll, bench) in dump_benchmarks()
125 struct collection *coll; in print_usage() local
135 for_each_collection(coll) in print_usage()
136 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
[all …]
/linux-4.4.14/Documentation/networking/
Dcops.txt45 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
/linux-4.4.14/drivers/net/ethernet/alteon/
Dacenic.h566 u32 coll; member
Dacenic.c2807 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()