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

/linux-4.1.27/tools/power/cpupower/bench/
H A DMakefile11 CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
17 $(OUTPUT)cpufreq-bench: $(OBJS)
21 all: $(OUTPUT)cpufreq-bench
28 install -m 755 $(OUTPUT)cpufreq-bench $(DESTDIR)/$(sbindir)/cpufreq-bench
32 install -m 644 example.cfg $(DESTDIR)/$(confdir)/cpufreq-bench.conf
36 rm -f $(OUTPUT)cpufreq-bench
H A Dcpufreq-bench_script.sh20 # Ondemand up_threshold and sampling rate test script for cpufreq-bench
61 cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
73 command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"sampling_rate = $sampling_rate\""
83 command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"up_threshold = $up_threshold\""
93 command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"up_threshold = $up_threshold - sampling_rate = $sampling_rate\""
H A Dcpufreq-bench_plot.sh20 # Helper script to easily create nice plots of your cpufreq-bench results
23 output_file="cpufreq-bench.png"
24 global_title="cpufreq-bench plot"
H A Dbenchmark.h1 /* cpufreq-bench CPUFreq microbenchmark
H A Dconfig.h1 /* cpufreq-bench CPUFreq microbenchmark
H A Dparse.h1 /* cpufreq-bench CPUFreq microbenchmark
H A Dmain.c1 /* cpufreq-bench CPUFreq microbenchmark
54 printf("usage: ./bench\n"); usage()
H A Dbenchmark.c1 /* cpufreq-bench CPUFreq microbenchmark
H A Dparse.c1 /* cpufreq-bench CPUFreq microbenchmark
H A Dsystem.c1 /* cpufreq-bench CPUFreq microbenchmark
/linux-4.1.27/tools/perf/
H A Dbuiltin-bench.c2 * builtin-bench.c
21 #include "bench/bench.h"
30 struct bench { struct
37 static struct bench numa_benchmarks[] = {
44 static struct bench sched_benchmarks[] = {
51 static struct bench mem_benchmarks[] = {
58 static struct bench futex_benchmarks[] = {
69 struct bench *benchmarks;
88 #define for_each_bench(coll, bench) \
89 for (bench = coll->benchmarks; bench && bench->name; bench++)
93 struct bench *bench; dump_benchmarks() local
97 for_each_bench(coll, bench) dump_benchmarks()
98 printf("%14s: %s\n", bench->name, bench->summary); dump_benchmarks()
116 "perf bench [<common options>] <collection> <benchmark> [<options>]",
180 struct bench *bench; run_collection() local
191 for_each_bench(coll, bench) { for_each_bench()
192 if (!bench->fn) for_each_bench()
194 printf("# Running %s/%s benchmark...\n", coll->name, bench->name); for_each_bench()
197 argv[1] = bench->name; for_each_bench()
198 run_bench(coll->name, bench->name, bench->fn, 1, argv, NULL); for_each_bench()
247 struct bench *bench; for_each_collection() local
253 /* No bench specified. */ for_each_collection()
263 for_each_bench(coll, bench) { for_each_bench()
264 if (strcmp(bench->name, argv[1])) for_each_bench()
268 printf("# Running '%s/%s' benchmark:\n", coll->name, bench->name); for_each_bench()
270 ret = run_bench(coll->name, bench->name, bench->fn, argc-1, argv+1, prefix); for_each_bench()
H A Dbuiltin-help.c442 "record", "report", "bench", "stat", "timechart", "top", "annotate", cmd_help()
H A Dperf.c46 { "bench", cmd_bench, 0 },
/linux-4.1.27/tools/perf/util/include/asm/
H A Dalternative-asm.h4 /* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */
/linux-4.1.27/tools/power/cpupower/
H A DMakefile47 # cpufreq-bench benchmarking tool
160 INSTALL_BENCH += install-bench
161 COMPILE_BENCH += compile-bench
239 compile-bench: $(OUTPUT)libcpupower.so.$(LIB_MAJ)
240 @V=$(V) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT)
260 $(MAKE) -C bench O=$(OUTPUT) clean
290 install-bench:
292 @sbindir=$(sbindir) bindir=$(bindir) docdir=$(docdir) confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT) install
/linux-4.1.27/tools/perf/bench/
H A Dsched-pipe.c15 #include "bench.h"
51 "perf bench sched pipe <options>",
H A Dfutex-hash.c16 #include "bench.h"
54 "perf bench futex hash <options>",
H A Dfutex-requeue.c16 #include "bench.h"
49 "perf bench futex requeue <options>",
H A Dfutex-wake.c16 #include "bench.h"
50 "perf bench futex wake <options>",
H A Dmem-memcpy.c14 #include "bench.h"
81 "perf bench mem memcpy <options>",
402 "perf bench mem memset <options>",
H A Dsched-messaging.c16 #include "bench.h"
258 "perf bench sched messaging <options>",
H A Dnuma.c12 #include "bench.h"
197 "perf bench numa <options>",
202 "perf bench numa mem [<options>]",
1586 printf("\n # Running %s \"perf bench numa", name); init_params()
1639 * The built-in test-suite executed by "perf bench numa -a".
/linux-4.1.27/tools/power/cpupower/utils/
H A Dcpupower.c58 /* { "bench", cmd_bench, 1 }, */
/linux-4.1.27/tools/perf/config/
H A DMakefile563 msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl-devel/libnuma-devel/libnuma-dev);
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1307.c27 * That's a natural job for a factory or repair bench.

Completed in 389 milliseconds