Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 54) sorted by relevance

123

/tools/testing/selftests/rcutorture/bin/
A Dparse-build.sh16 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 Dusdt.c167 #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 Dherd-representation.txt5 # 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 Duprobe_multi.c32 #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 Dtcp_user_timeout_user_timeout.pkt24 +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 Dtcp_close_close-local-close-then-remote-fin.pkt19 +0 > F. 1001:1001(0) ack 1
22 +0 < F. 1:1(0) ack 1002 win 257
A Dtcp_close_close-remote-fin-then-close.pkt20 +.01 < F. 1:1(0) ack 1 win 257
28 +0 > F. 1:1(0) ack 2
A Dtcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt16 +0 > F. 1:1(0) ack 1
17 +0 < F. 1:1(0) ack 2 win 92
A Dtcp_limited_transmit_limited-transmit-no-sack.pkt51 +0 > F. 15001:15001(0) ack 1
52 +.1 < F. 1:1(0) ack 15002 win 257
A Dtcp_limited_transmit_limited-transmit-sack.pkt48 +0 > F. 15001:15001(0) ack 1
49 +.1 < F. 1:1(0) ack 15002 win 257
A Dtcp_zerocopy_fastopen-client.pkt29 +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 Dtcp_ts_recent_fin_tsval.pkt23 +0 > F. 1:1(0) ack 1 <nop,nop,TS val 1200 ecr 200>
A Dtcp_ts_recent_invalid_ack.pkt21 +0 < F. 1:1(0) ack 9999 win 20000 <nop,nop,TS val 200000 ecr 100>
A Dtcp_inq_server.pkt42 +0 < F. 10001:20001(10000) ack 1 win 514
/tools/perf/pmu-events/arch/x86/
A Dmapfile.csv8 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 Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/tools/perf/tests/shell/attr/
A Dtest-record-freq3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
/tools/perf/Documentation/
A Dperf-script.txt130 -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 Dperf-mem.txt122 -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 Dtips.txt6 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 Dperf-evlist.txt27 -F::
/tools/thermal/lib/
A DMakefile92 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so
93 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so.$(LIBTHERMAL_TOOLS_VERSION)
/tools/lib/thermal/
A DMakefile100 @ln -sf $(@F) $(OUTPUT)libthermal.so
101 @ln -sf $(@F) $(OUTPUT)libthermal.so.$(LIBTHERMAL_VERSION)
/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) argument
/tools/lib/perf/
A DMakefile121 @ln -sf $(@F) $(OUTPUT)libperf.so
122 @ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION)

Completed in 23 milliseconds

123