Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 22 of 22) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dprog_run_xattr.c31 .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()
Dcheck_mtu.c88 .repeat = 1, in test_check_mtu_run_xdp()
148 .repeat = 1, in test_check_mtu_run_tc()
Dxdp_context_test_run.c39 .repeat = 1, in test_xdp_context_test_run()
Dxdp_adjust_tail.c71 .repeat = 1, in test_xdp_adjust_tail_grow2()
Dsockmap_basic.c171 .repeat = 1, in test_sockmap_update()
/tools/lib/bpf/
Dbpf.h209 int repeat; member
230 LIBBPF_API int bpf_prog_test_run(int prog_fd, int repeat, void *data,
286 int repeat; member
Dbpf.c793 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/
Dktest.pl1017 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/
Dexamples.txt45 '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
Dperf-bench.txt20 --repeat=::
21 Specify amount of times to repeat the run (default 10).
Dperf-sched.txt30 of the workload as it occurred when it was recorded - and can repeat
Dperf-stat.txt136 --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/
Didr-test.c482 repeat: in ida_check_random()
498 goto repeat; in ida_check_random()
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst34 …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/
Dprog.c1187 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/
Dbuiltin-top.c632 repeat: in display_thread_tui()
650 goto repeat; in display_thread_tui()
689 repeat: in display_thread()
715 goto repeat; in display_thread()
Dbuiltin-report.c1430 repeat: in cmd_report()
1656 goto repeat; in cmd_report()
/tools/bpf/bpftool/bash-completion/
Dbpftool575 repeat|data_size_out|ctx_size_out)
580 ctx_in ctx_out ctx_size_out repeat'
/tools/include/uapi/linux/
Dbpf.h1368 __u32 repeat; member
/tools/memory-model/Documentation/
Drecipes.txt382 illustrates LB. Here is a repeat of the comment in
Dlitmus-tests.txt301 occurrences of "42" with "initval". This will not, repeat *not*,
/tools/power/pm-graph/
Dsleepgraph.py1655 if not p or not e.repeat(p):
2153 def repeat(self, tgt): member in DevFunction