/linux-4.1.27/tools/power/cpupower/bench/ |
H A D | Makefile | 11 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 D | cpufreq-bench_script.sh | 20 # 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 D | cpufreq-bench_plot.sh | 20 # 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 D | benchmark.h | 1 /* cpufreq-bench CPUFreq microbenchmark
|
H A D | config.h | 1 /* cpufreq-bench CPUFreq microbenchmark
|
H A D | parse.h | 1 /* cpufreq-bench CPUFreq microbenchmark
|
H A D | main.c | 1 /* cpufreq-bench CPUFreq microbenchmark 54 printf("usage: ./bench\n"); usage()
|
H A D | benchmark.c | 1 /* cpufreq-bench CPUFreq microbenchmark
|
H A D | parse.c | 1 /* cpufreq-bench CPUFreq microbenchmark
|
H A D | system.c | 1 /* cpufreq-bench CPUFreq microbenchmark
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-bench.c | 2 * 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 D | builtin-help.c | 442 "record", "report", "bench", "stat", "timechart", "top", "annotate", cmd_help()
|
H A D | perf.c | 46 { "bench", cmd_bench, 0 },
|
/linux-4.1.27/tools/perf/util/include/asm/ |
H A D | alternative-asm.h | 4 /* 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 D | Makefile | 47 # 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 D | sched-pipe.c | 15 #include "bench.h" 51 "perf bench sched pipe <options>",
|
H A D | futex-hash.c | 16 #include "bench.h" 54 "perf bench futex hash <options>",
|
H A D | futex-requeue.c | 16 #include "bench.h" 49 "perf bench futex requeue <options>",
|
H A D | futex-wake.c | 16 #include "bench.h" 50 "perf bench futex wake <options>",
|
H A D | mem-memcpy.c | 14 #include "bench.h" 81 "perf bench mem memcpy <options>", 402 "perf bench mem memset <options>",
|
H A D | sched-messaging.c | 16 #include "bench.h" 258 "perf bench sched messaging <options>",
|
H A D | numa.c | 12 #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 D | cpupower.c | 58 /* { "bench", cmd_bench, 1 }, */
|
/linux-4.1.27/tools/perf/config/ |
H A D | Makefile | 563 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 D | rtc-ds1307.c | 27 * That's a natural job for a factory or repair bench.
|