Home
last modified time | relevance | path

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

/Linux-v5.4/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[] = {
71 static struct bench epoll_benchmarks[] = {
82 struct bench *benchmarks;
104 #define for_each_bench(coll, bench) \ argument
105 for (bench = coll->benchmarks; bench && bench->name; bench++)
109 struct bench *bench; in dump_benchmarks() local
[all …]
DBuild1 perf-y += builtin-bench.o
31 perf-y += bench/
Dcommand-list.txt7 perf-bench mainporcelain common
DMakefile.perf647 bench/%.o: $(OUTPUT)bench/%.o
/Linux-v5.4/tools/io_uring/
DMakefile6 all: io_uring-cp io_uring-bench
10 io_uring-bench: syscall.o io_uring-bench.o
16 $(RM) io_uring-cp io_uring-bench *.o
DREADME12 io_uring-bench
17 io_uring-bench should operate on. This uses the raw io_uring
/Linux-v5.4/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
95 % perf bench sched messaging # run with default
101 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
122 % perf bench sched pipe
129 % perf bench sched pipe -l 1000 # loop 1000
Dperf-stat.txt124 $ perf stat --null -r 5 --table perf bench sched pipe
126 Performance counter stats for 'perf bench sched pipe' (5 runs):
/Linux-v5.4/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-v5.4/tools/power/cpupower/bench/
Dcpufreq-bench_script.sh48 …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-v5.4/Documentation/
Dstatic-keys.txt291 'pipe-test' (also known as 'perf bench sched pipe') can be used to show the
/Linux-v5.4/Documentation/translations/it_IT/process/
D2.Process.rst270 catena di repositori può essere più o meno lunga, benché raramente ecceda
383 da imparare e utilizzare, benché stia migliorando. Agli sviluppatori
/Linux-v5.4/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst729 più semplice rispetto all'uso degli spinlock, benché l'uso degli spinlock
/Linux-v5.4/
DMAINTAINERS6775 F: tools/perf/bench/futex*