Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-bench.c31 struct bench { struct
38 static struct bench numa_benchmarks[] = { argument
45 static struct bench sched_benchmarks[] = {
52 static struct bench mem_benchmarks[] = {
59 static struct bench futex_benchmarks[] = {
73 struct bench *benchmarks;
92 #define for_each_bench(coll, bench) \ argument
93 for (bench = coll->benchmarks; bench && bench->name; bench++)
97 struct bench *bench; in dump_benchmarks() local
101 for_each_bench(coll, bench) in dump_benchmarks()
[all …]
DBuild1 perf-y += builtin-bench.o
31 perf-y += bench/
Dcommand-list.txt7 perf-bench mainporcelain common
DMakefile.perf557 bench/%.o: $(OUTPUT)bench/%.o
/Linux-v4.19/tools/perf/Documentation/
Dperf-bench.txt1 perf-bench(1)
6 perf-bench - General framework for benchmark suites
11 '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 specified
42 % perf bench --format=simple sched pipe # specified simple
92 % perf bench sched messaging # run with default
98 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
119 % perf bench sched pipe
126 % perf bench sched pipe -l 1000 # loop 1000
Dperf-stat.txt121 $ perf stat --null -r 5 --table perf bench sched pipe
123 Performance counter stats for 'perf bench sched pipe' (5 runs):
/Linux-v4.19/tools/power/cpupower/
D.gitignore21 bench/cpufreq-bench
DREADME31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
/Linux-v4.19/tools/power/cpupower/bench/
Dcpufreq-bench_script.sh61 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
DREADME-BENCH1 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 with
107 cpufreq-bench Command Usage
Dexample.cfg5 output = /var/log/cpufreq-bench
/Linux-v4.19/Documentation/
Dstatic-keys.txt291 'pipe-test' (also known as 'perf bench sched pipe') can be used to show the
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst729 più semplice rispetto all'uso degli spinlock, benché l'uso degli spinlock
/Linux-v4.19/
DMAINTAINERS6064 F: tools/perf/bench/futex*