Searched refs:repeat (Results 1 – 17 of 17) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | prog_run_xattr.c | 11 .repeat = 1, in test_prog_run_xattr()
|
/tools/lib/bpf/ |
D | bpf.h | 133 int repeat; member 154 LIBBPF_API int bpf_prog_test_run(int prog_fd, int repeat, void *data,
|
D | bpf.c | 519 int bpf_prog_test_run(int prog_fd, int repeat, void *data, __u32 size, in bpf_prog_test_run() argument 531 attr.test.repeat = repeat; in bpf_prog_test_run() 561 attr.test.repeat = test_attr->repeat; in bpf_prog_test_run_xattr()
|
/tools/testing/ktest/ |
D | ktest.pl | 942 my $repeat = 1; 976 $old_repeat = $repeat; 978 $test_num += $repeat; 980 $repeat = 1; 1021 $repeat = $1; 1022 $repeat_tests{"$test_num"} = $repeat; 1038 $repeat = $old_repeat; 1140 if ($repeat > 1) { 1141 $repeats{$val} = $repeat; 1166 $test_num += $repeat - 1; [all …]
|
/tools/perf/Documentation/ |
D | examples.txt | 45 'repeat the workload N times' feature of perf stat: 47 titan:~> perf stat --repeat 5 -e kmem:mm_page_pcpu_drain -e 176 titan:~/git> perf stat --repeat 10 -a -e kmem:mm_page_pcpu_drain -e
|
D | perf-bench.txt | 20 --repeat=:: 21 Specify amount of times to repeat the run (default 10).
|
D | perf-sched.txt | 30 of the workload as it occurred when it was recorded - and can repeat
|
D | perf-stat.txt | 91 --repeat=<n>:: 92 repeat command and print average + stddev (max: 100). 0 means forever. 171 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
|
/tools/bpf/bpftool/ |
D | prog.c | 921 unsigned int repeat = 1; in do_run() local 1002 repeat = strtoul(*argv, &endptr, 0); in do_run() 1041 test_attr.repeat = repeat; in do_run() 1077 repeat > 1 ? " (average)" : "", test_attr.duration); in do_run()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 32 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*] 150 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*] 173 Keyword **repeat** is used to indicate the number of
|
/tools/testing/radix-tree/ |
D | idr-test.c | 469 repeat: in ida_check_random() 485 goto repeat; in ida_check_random()
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 432 repeat|data_size_out|ctx_size_out) 437 ctx_in ctx_out ctx_size_out repeat'
|
/tools/perf/ |
D | builtin-report.c | 1278 repeat: in cmd_report() 1481 goto repeat; in cmd_report()
|
D | builtin-top.c | 682 repeat: in display_thread() 706 goto repeat; in display_thread()
|
/tools/include/uapi/linux/ |
D | bpf.h | 448 __u32 repeat; member
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 382 illustrates LB. Here is a repeat of the comment in
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 1481 if not p or not e.repeat(p): 1950 def repeat(self, tgt): member in DevFunction
|