/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H A D | Makefile | 11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ 15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | Makefile | 11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ 15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_loop_bench.c | 26 int benchmark(void *ctx) in benchmark() function
|
H A D | bpf_hashmap_full_update_bench.c | 31 int benchmark(void *ctx) in benchmark() function
|
H A D | bpf_hashmap_lookup.c | 51 int benchmark(void *ctx) in benchmark() function
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_benchmark.h | 3 #define TRACE_SYSTEM benchmark
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_benchmark.h | 3 #define TRACE_SYSTEM benchmark
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bpf_hashmap_full_update.c | 18 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate() 52 link = bpf_program__attach(ctx.skel->progs.benchmark); in setup()
|
H A D | bench_bpf_loop.c | 42 /* exported into benchmark runner */ 51 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate() 82 link = bpf_program__attach(ctx.skel->progs.benchmark); in setup()
|
H A D | bench_bpf_hashmap_lookup.c | 52 "The number of loops for the benchmark"}, 117 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate() 193 link = bpf_program__attach(ctx.skel->progs.benchmark); in setup()
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | test.h | 38 void benchmark(void);
|
H A D | benchmark.c | 3 * benchmark.c: 137 void benchmark(void) in benchmark() function
|
H A D | Makefile | 11 iteration_check_2.o benchmark.o
|
H A D | main.c | 320 benchmark(); in main()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | test.h | 38 void benchmark(void);
|
H A D | benchmark.c | 3 * benchmark.c: 137 void benchmark(void) in benchmark() function
|
H A D | Makefile | 12 iteration_check_2.o benchmark.o
|
H A D | main.c | 320 benchmark(); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 224 MODULE_PARM_DESC(benchmark, "Run benchmark"); 225 module_param_named(benchmark, radeon_benchmarking, int, 0444);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 170 MODULE_PARM_DESC(benchmark, "Run benchmark"); 171 module_param_named(benchmark, radeon_benchmarking, int, 0444);
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-arm740.S | 111 @ need some benchmark
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm740.S | 111 @ need some benchmark
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | test-core.c | 503 static int benchmark(void(*fn)(void)) in benchmark() function 531 ret = benchmark(fn); in kprobe_benchmark()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | test-core.c | 503 static int benchmark(void(*fn)(void)) in benchmark() function 531 ret = benchmark(fn); in kprobe_benchmark()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_drv.c | 200 * DOC: benchmark (int) 203 MODULE_PARM_DESC(benchmark, "Run benchmark"); 204 module_param_named(benchmark, amdgpu_benchmarking, int, 0444);
|