| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-bench.c | 32 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[] = { 97 struct bench *benchmarks; 121 #define for_each_bench(coll, bench) \ argument [all …]
|
| H A D | Build | 1 perf-y += builtin-bench.o 31 perf-y += bench/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
| H A D | install-bench.patch | 5 -noinst_PROGRAMS = bench 6 +bin_PROGRAMS = bench@PREC_SUFFIX@ 11 +bench@PREC_SUFFIX@_CFLAGS = $(PTHREAD_CFLAGS) 18 +bench@PREC_SUFFIX@_CFLAGS = $(OPENMP_CFLAGS) 23 -bench_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h 25 +bench@PREC_SUFFIX@_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h 26 +bench@PREC_SUFFIX@_LDADD = $(LIBFFTWTHREADS) \ 36 -fftw@PREC_SUFFIX@_wisdom_LDADD = $(top_builddir)/tests/bench-bench.o \ 37 -$(top_builddir)/tests/bench-fftw-bench.o $(LIBFFTWTHREADS) \ 38 +fftw@PREC_SUFFIX@_wisdom_LDADD = $(top_builddir)/tests/bench@PREC_SUFFIX@-bench.o \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bench.c | 304 const struct bench *bench = NULL; variable 306 extern const struct bench bench_count_global; 307 extern const struct bench bench_count_local; 308 extern const struct bench bench_rename_base; 309 extern const struct bench bench_rename_kprobe; 310 extern const struct bench bench_rename_kretprobe; 311 extern const struct bench bench_rename_rawtp; 312 extern const struct bench bench_rename_fentry; 313 extern const struct bench bench_rename_fexit; 314 extern const struct bench bench_trig_base; [all …]
|
| H A D | bench.h | 38 struct bench { struct 54 extern const struct bench *bench; argument
|
| H A D | Makefile | 83 test_lirc_mode2_user xdping test_cpp runqslower bench 448 $(OUTPUT)/bench_%.o: benchs/bench_%.c bench.h 455 $(OUTPUT)/bench.o: bench.h testing_helpers.h 456 $(OUTPUT)/bench: LDLIBS += -lm 457 $(OUTPUT)/bench: $(OUTPUT)/bench.o $(OUTPUT)/testing_helpers.o \
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | Run | 986 my ( $bench, $tdata, $bresult, $logFile ) = @_; 1073 foreach my $bench (@{$results->{'list'}}) { 1074 my $bresult = $results->{$bench}; 1082 foreach my $bench (sort(keys(%$index))) { 1084 my $tdata = $testParams->{$bench}; 1086 abortRun("unknown benchmark \"$bench\" in $BINDIR/index.base"); 1094 next if (!defined($results->{$bench})); 1097 my $iresult = $index->{$bench}; 1098 my $bresult = $results->{$bench}; 1331 my ( $bench, $tparams, $verbose, $logFile, $copies ) = @_; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | sort.src | 38 args="" # the accumulator for the bench units to be run 129 for bench # line argument processing 132 prog=${BINDIR}/$bench # the bench name is default program 146 echo "$bench: \c" 149 ###################### select the bench specific values ########## 150 case $bench 164 logmsg="Arithmetic Test (type = $bench): $options Iterations" 197 if test $bench = seqmem 247 *) ${BINDIR}/cleanup -l $LOGFILE -r "run: unknown benchmark \"$bench\"" -a 326 cp $tmp ${TMPDIR}/save.$bench.$param [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_trigger.c | 110 const struct bench bench_trig_base = { 120 const struct bench bench_trig_tp = { 131 const struct bench bench_trig_rawtp = { 142 const struct bench bench_trig_kprobe = { 153 const struct bench bench_trig_fentry = { 164 const struct bench bench_trig_fentry_sleep = { 175 const struct bench bench_trig_fmodret = {
|
| H A D | bench_rename.c | 114 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 = {
|
| H A D | bench_count.c | 74 const struct bench bench_count_global = { 83 const struct bench bench_count_local = {
|
| H A D | run_bench_ringbufs.sh | 28 bench="$1" 30 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
|
| H A D | bench_ringbufs.c | 523 const struct bench bench_rb_libbpf = { 534 const struct bench bench_rb_custom = { 545 const struct bench bench_pb_libbpf = { 556 const struct bench bench_pb_custom = {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | 0001-Check-for-musl-define-guard-before-redefining-sockle.patch | 12 src/bench.h | 2 +- 15 diff --git a/src/bench.h b/src/bench.h 17 --- a/src/bench.h 18 +++ b/src/bench.h
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 1 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
|
| /OK3568_Linux_fs/kernel/tools/io_uring/ |
| H A D | Makefile | 6 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
|
| H A D | README | 12 io_uring-bench 17 io_uring-bench should operate on. This uses the raw io_uring
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/files/ |
| H A D | 0003-tests-bench-slope.c-workaround-ICE-failure-on-mips-w.patch | 4 Subject: [PATCH 3/4] tests/bench-slope.c: workaround ICE failure on mips with 52 tests/bench-slope.c | 4 ++-- 55 diff --git a/tests/bench-slope.c b/tests/bench-slope.c 57 --- a/tests/bench-slope.c 58 +++ b/tests/bench-slope.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/ |
| H A D | libc-bench_git.bb | 2 DESCRIPTION = "libc-bench is a set of time- and memory-efficiency tests to compare \ 4 HOMEPAGE = "http://www.etalabs.net/libc-bench.html" 12 SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ 20 install -m 0755 ${B}/libc-bench ${D}${bindir}
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | .gitignore | 22 bench/cpufreq-bench
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | cpufreq-bench_script.sh | 48 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
|
| H A D | README-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 with 107 cpufreq-bench Command Usage
|
| H A D | example.cfg | 5 output = /var/log/cpufreq-bench
|
| /OK3568_Linux_fs/yocto/meta-clang/conf/ |
| H A D | nonclangable.conf | 356 COMPILER_RT:pn-libc-bench:libc-glibc:toolchain-clang:x86 = "-rtlib=libgcc --unwindlib=libgcc" 357 COMPILER_RT:pn-libc-bench:libc-glibc:toolchain-clang:x86-64 = "-rtlib=libgcc --unwindlib=libgcc" 369 COMPILER_RT:pn-libc-bench:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc" 425 OBJCOPY:pn-libc-bench:toolchain-clang = "${HOST_PREFIX}objcopy" 426 STRIP:pn-libc-bench:toolchain-clang = "${HOST_PREFIX}strip"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/ |
| H A D | fftw_3.3.10.bb | 9 file://install-bench.patch \ 75 mv ${D}${bindir}/bench ${D}${PTEST_PATH}/$lib
|