Home
last modified time | relevance | path

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

12

/Linux-v6.1/tools/perf/
Dbuiltin-bench.c32 struct bench { struct
39 static struct bench numa_benchmarks[] = { argument
46 static struct bench sched_benchmarks[] = {
53 static struct bench syscall_benchmarks[] = {
59 static struct bench mem_benchmarks[] = {
67 static struct bench futex_benchmarks[] = {
79 static struct bench epoll_benchmarks[] = {
87 static struct bench internals_benchmarks[] = {
95 static struct bench breakpoint_benchmarks[] = {
105 struct bench *benchmarks;
[all …]
DBuild1 perf-y += builtin-bench.o
33 perf-y += bench/
/Linux-v6.1/tools/testing/selftests/bpf/
Dbench.c454 const struct bench *bench = NULL; variable
456 extern const struct bench bench_count_global;
457 extern const struct bench bench_count_local;
458 extern const struct bench bench_rename_base;
459 extern const struct bench bench_rename_kprobe;
460 extern const struct bench bench_rename_kretprobe;
461 extern const struct bench bench_rename_rawtp;
462 extern const struct bench bench_rename_fentry;
463 extern const struct bench bench_rename_fexit;
464 extern const struct bench bench_trig_base;
[all …]
Dbench.h48 struct bench { struct
64 extern const struct bench *bench; argument
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Drun_common.sh61 bench="$1"
63 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
68 bench="$1"
70 printf "%-20s %s%%\n" "$bench" "$(percentage $summary)"
75 bench="$1"
77 printf "%-20s %s\n" "$bench" "$(ops $summary)"
82 bench="$1"
84 printf "%-20s %s\n" "$bench" "$(local_storage $summary)"
89 bench="$1"
91 printf "%-20s %s\n" "$bench" "$(total $summary)"
Dbench_trigger.c204 const struct bench bench_trig_base = {
214 const struct bench bench_trig_tp = {
225 const struct bench bench_trig_rawtp = {
236 const struct bench bench_trig_kprobe = {
247 const struct bench bench_trig_fentry = {
258 const struct bench bench_trig_fentry_sleep = {
269 const struct bench bench_trig_fmodret = {
280 const struct bench bench_trig_uprobe_base = {
290 const struct bench bench_trig_uprobe_with_nop = {
300 const struct bench bench_trig_uretprobe_with_nop = {
[all …]
Dbench_rename.c114 const struct bench bench_rename_base = {
125 const struct bench bench_rename_kprobe = {
136 const struct bench bench_rename_kretprobe = {
147 const struct bench bench_rename_rawtp = {
158 const struct bench bench_rename_fentry = {
169 const struct bench bench_rename_fexit = {
Dbench_bloom_filter_map.c429 const struct bench bench_bloom_lookup = {
440 const struct bench bench_bloom_update = {
451 const struct bench bench_bloom_false_positive = {
462 const struct bench bench_hashmap_without_bloom = {
473 const struct bench bench_hashmap_with_bloom = {
Dbench_count.c74 const struct bench bench_count_global = {
83 const struct bench bench_count_local = {
Dbench_local_storage.c256 const struct bench bench_local_storage_cache_seq_get = {
267 const struct bench bench_local_storage_cache_interleaved_get = {
278 const struct bench bench_local_storage_cache_hashmap_control = {
Dbench_strncmp.c141 const struct bench bench_strncmp_no_helper = {
152 const struct bench bench_strncmp_helper = {
Dbench_ringbufs.c519 const struct bench bench_rb_libbpf = {
530 const struct bench bench_rb_custom = {
541 const struct bench bench_pb_libbpf = {
552 const struct bench bench_pb_custom = {
Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet 1 local-storage-tasks-trace
Drun_bench_trigger.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/Linux-v6.1/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-v6.1/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
101 % perf bench sched messaging # run with default
107 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
128 % perf bench sched pipe
135 % perf bench sched pipe -l 1000 # loop 1000
/Linux-v6.1/tools/perf/tests/shell/
Dstat_bpf_counters.sh33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | …
38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l …
Dlock_contention.sh40 perf lock record -o ${perfdata} -- perf bench sched messaging > /dev/null 2>&1
60 perf lock con -a -b -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
Dtest_brstack.sh39 void bench(void) {
52 bench(); /* call */
/Linux-v6.1/tools/power/cpupower/
D.gitignore22 bench/cpufreq-bench
/Linux-v6.1/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

12