Searched refs:bench (Results 1 – 10 of 10) sorted by relevance
30 struct bench { struct37 static struct bench numa_benchmarks[] = { argument44 static struct bench sched_benchmarks[] = {51 static struct bench mem_benchmarks[] = {58 static struct bench futex_benchmarks[] = {72 struct bench *benchmarks;91 #define for_each_bench(coll, bench) \ argument92 for (bench = coll->benchmarks; bench && bench->name; bench++)96 struct bench *bench; in dump_benchmarks() local100 for_each_bench(coll, bench) in dump_benchmarks()[all …]
1 perf-y += builtin-bench.o28 perf-y += bench/
7 perf-bench mainporcelain common
504 bench/%.o: $(OUTPUT)bench/%.o
1 perf-bench(1)6 perf-bench - General framework for benchmark suites11 'perf bench' [<common options>] <subsystem> <suite> [<options>]15 This 'perf bench' command is a general framework for benchmark suites.31 % perf bench sched pipe # with no style specified42 % perf bench --format=simple sched pipe # specified simple92 % perf bench sched messaging # run with default98 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups119 % perf bench sched pipe126 % perf bench sched pipe -l 1000 # loop 1000
22 bench/cpufreq-bench
31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
61 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
5 output = /var/log/cpufreq-bench
1 This is cpufreq-bench, a microbenchmark for the cpufreq framework.27 cpufreq-bench helps to test the condition of a given cpufreq governor.80 trigger of the cpufreq-bench, you will see no performance loss (compare with107 cpufreq-bench Command Usage