| /tools/testing/selftests/rcutorture/bin/ |
| A D | parse-build.sh | 16 F=$1 23 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log 31 if grep -q "error:" < $F 34 grep "error:" < $F 38 grep warning: < $F > $T/warnings
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | usdt.c | 167 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument 168 F(X+5); F(X+6); F(X+7); F(X+8); F(X+9); 169 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ argument 170 R10(F,X+50);R10(F,X+60);R10(F,X+70);R10(F,X+80);R10(F,X+90);
|
| /tools/memory-model/Documentation/ |
| A D | herd-representation.txt | 5 # F, a Fence event 43 | smp_store_mb | W[ONCE] ->po F[MB] | 44 | smp_mb | F[MB] | 45 | smp_rmb | F[rmb] | 46 | smp_wmb | F[wmb] | 47 | smp_mb__before_atomic | F[before-atomic] | 48 | smp_mb__after_atomic | F[after-atomic] | 52 | smp_mb__after_spinlock | F[after-spinlock] | 53 | smp_mb__after_unlock_lock | F[after-unlock-lock] | 54 | rcu_read_lock | F[rcu-lock] | [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | uprobe_multi.c | 32 #define F(body, name, idx) body(name, idx) macro 35 F(body, PASTE(name, idx), 0) F(body, PASTE(name, idx), 1) F(body, PASTE(name, idx), 2) \ 36 F(body, PASTE(name, idx), 3) F(body, PASTE(name, idx), 4) F(body, PASTE(name, idx), 5) \ 37 F(body, PASTE(name, idx), 6) F(body, PASTE(name, idx), 7) F(body, PASTE(name, idx), 8) \ 38 F(body, PASTE(name, idx), 9)
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_user_timeout_user_timeout.pkt | 24 +0 > F. 1:1(0) ack 1 25 +.3~+.400 > F. 1:1(0) ack 1 26 +.3~+.400 > F. 1:1(0) ack 1 27 +.6~+.800 > F. 1:1(0) ack 1
|
| A D | tcp_close_close-local-close-then-remote-fin.pkt | 19 +0 > F. 1001:1001(0) ack 1 22 +0 < F. 1:1(0) ack 1002 win 257
|
| A D | tcp_close_close-remote-fin-then-close.pkt | 20 +.01 < F. 1:1(0) ack 1 win 257 28 +0 > F. 1:1(0) ack 2
|
| A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 16 +0 > F. 1:1(0) ack 1 17 +0 < F. 1:1(0) ack 2 win 92
|
| A D | tcp_limited_transmit_limited-transmit-no-sack.pkt | 51 +0 > F. 15001:15001(0) ack 1 52 +.1 < F. 1:1(0) ack 15002 win 257
|
| A D | tcp_limited_transmit_limited-transmit-sack.pkt | 48 +0 > F. 15001:15001(0) ack 1 49 +.1 < F. 1:1(0) ack 15002 win 257
|
| A D | tcp_zerocopy_fastopen-client.pkt | 29 +0 > F. 1:1(0) ack 1 <nop,nop,TS val 1002 ecr 2000> 30 +.01 < F. 1:1(0) ack 2 win 92 <nop,nop,TS val 2001 ecr 1002>
|
| A D | tcp_ts_recent_fin_tsval.pkt | 23 +0 > F. 1:1(0) ack 1 <nop,nop,TS val 1200 ecr 200>
|
| A D | tcp_ts_recent_invalid_ack.pkt | 21 +0 < F. 1:1(0) ack 9999 win 20000 <nop,nop,TS val 200000 ecr 100>
|
| A D | tcp_inq_server.pkt | 42 +0 < F. 10001:20001(10000) ack 1 win 514
|
| /tools/perf/pmu-events/arch/x86/ |
| A D | mapfile.csv | 8 GenuineIntel-6-4F,v23,broadwellx,core 18 GenuineIntel-6-3F,v29,haswellx,core 32 GenuineIntel-6-8F,v1.28,sapphirerapids,core 41 GenuineIntel-6-2F,v4,westmereex,core 42 AuthenticAMD-23-([12][0-9A-F]|[0-9A-F]),v2,amdzen1,core
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
| /tools/perf/tests/shell/attr/ |
| A D | test-record-freq | 3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
|
| /tools/perf/Documentation/ |
| A D | perf-script.txt | 130 -F:: 141 e.g., -F sw:comm,tid,time,ip,sym and -F trace:time,cpu,trace 143 perf script -F <fields> 147 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields> 155 -F -cpu,+insn 163 -F trace: -F comm,tid,time,ip,sym 173 -F comm,tid,time,ip,sym -F trace: 175 The first -F sets the fields for all events and the second -F 190 $ perf script -F comm,tid,trace 239 i.e., -F "" is not allowed. [all …]
|
| A D | perf-mem.txt | 122 -F:: 163 $ perf script -F period,data_src,weight,ip,sym 167 $ perf report -F overhead,symbol 171 $ perf mem report -F overhead,symbol 180 behave differently when it's used by -F/--fields or -s/--sort. 185 $ perf mem report -F mem,snoop
|
| A D | tips.txt | 6 Customize output of perf script with: perf script -F event,ip,sym 35 To change sampling frequency to 100 Hz: perf record -F 100 40 To compute metrics for samples use perf record -e '{cycles,instructions}' ... ; perf script -F +met… 48 … -e '{intel_pt//,cycles}' ; perf script --call-trace or --insn-trace --xed -F +ipc (remove --xed i… 68 To see how parallelism changes over time, try: perf report -F time,latency,parallelism --time-quant…
|
| A D | perf-evlist.txt | 27 -F::
|
| /tools/thermal/lib/ |
| A D | Makefile | 92 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so 93 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so.$(LIBTHERMAL_TOOLS_VERSION)
|
| /tools/lib/thermal/ |
| A D | Makefile | 100 @ln -sf $(@F) $(OUTPUT)libthermal.so 101 @ln -sf $(@F) $(OUTPUT)libthermal.so.$(LIBTHERMAL_VERSION)
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_flow.c | 22 #define PROG(F) PROG_(F, _##F) argument
|
| /tools/lib/perf/ |
| A D | Makefile | 121 @ln -sf $(@F) $(OUTPUT)libperf.so 122 @ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION)
|