/tools/testing/selftests/bpf/prog_tests/ |
D | prog_run_xattr.c | 31 .repeat = 1, in test_prog_run_xattr() 59 run_cnt += tattr.repeat; in test_prog_run_xattr() 64 tattr.repeat = 2; in test_prog_run_xattr() 75 run_cnt += tattr.repeat; in test_prog_run_xattr()
|
D | check_mtu.c | 88 .repeat = 1, in test_check_mtu_run_xdp() 148 .repeat = 1, in test_check_mtu_run_tc()
|
D | xdp_context_test_run.c | 39 .repeat = 1, in test_xdp_context_test_run()
|
D | xdp_adjust_tail.c | 71 .repeat = 1, in test_xdp_adjust_tail_grow2()
|
D | sockmap_basic.c | 171 .repeat = 1, in test_sockmap_update()
|
/tools/lib/bpf/ |
D | bpf.h | 209 int repeat; member 230 LIBBPF_API int bpf_prog_test_run(int prog_fd, int repeat, void *data, 286 int repeat; member
|
D | bpf.c | 793 int bpf_prog_test_run(int prog_fd, int repeat, void *data, __u32 size, in bpf_prog_test_run() argument 805 attr.test.repeat = repeat; in bpf_prog_test_run() 837 attr.test.repeat = test_attr->repeat; in bpf_prog_test_run_xattr() 861 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
|
/tools/testing/ktest/ |
D | ktest.pl | 1017 my $repeat = 1; 1050 $old_repeat = $repeat; 1052 $test_num += $repeat; 1054 $repeat = 1; 1095 $repeat = $1; 1096 $repeat_tests{"$test_num"} = $repeat; 1112 $repeat = $old_repeat; 1213 if ($repeat > 1) { 1214 $repeats{$val} = $repeat; 1239 $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 | 136 --repeat=<n>:: 137 repeat command and print average + stddev (max: 100). 0 means forever. 268 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' \-- make -s -j64 O=defc…
|
/tools/testing/radix-tree/ |
D | idr-test.c | 482 repeat: in ida_check_random() 498 goto repeat; in ida_check_random()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 34 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*] 172 …a_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**repeat** *N*] 195 Keyword **repeat** is used to indicate the number of
|
/tools/bpf/bpftool/ |
D | prog.c | 1187 unsigned int repeat = 1; in do_run() local 1268 repeat = strtoul(*argv, &endptr, 0); in do_run() 1307 test_attr.repeat = repeat; in do_run() 1343 repeat > 1 ? " (average)" : "", test_attr.duration); in do_run()
|
/tools/perf/ |
D | builtin-top.c | 632 repeat: in display_thread_tui() 650 goto repeat; in display_thread_tui() 689 repeat: in display_thread() 715 goto repeat; in display_thread()
|
D | builtin-report.c | 1430 repeat: in cmd_report() 1656 goto repeat; in cmd_report()
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 575 repeat|data_size_out|ctx_size_out) 580 ctx_in ctx_out ctx_size_out repeat'
|
/tools/include/uapi/linux/ |
D | bpf.h | 1368 __u32 repeat; member
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 382 illustrates LB. Here is a repeat of the comment in
|
D | litmus-tests.txt | 301 occurrences of "42" with "initval". This will not, repeat *not*,
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 1655 if not p or not e.repeat(p): 2153 def repeat(self, tgt): member in DevFunction
|