Home
last modified time | relevance | path

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

12

/tools/testing/selftests/rcutorture/bin/
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/
Dusdt.c158 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument
159 F(X+5); F(X+6); F(X+7); F(X+8); F(X+9);
160 #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
161 R10(F,X+50);R10(F,X+60);R10(F,X+70);R10(F,X+80);R10(F,X+90);
/tools/testing/selftests/bpf/
Duprobe_multi.c15 #define F(body, name, idx) body(name, idx) macro
18 F(body, PASTE(name, idx), 0) F(body, PASTE(name, idx), 1) F(body, PASTE(name, idx), 2) \
19 F(body, PASTE(name, idx), 3) F(body, PASTE(name, idx), 4) F(body, PASTE(name, idx), 5) \
20 F(body, PASTE(name, idx), 6) F(body, PASTE(name, idx), 7) F(body, PASTE(name, idx), 8) \
21 F(body, PASTE(name, idx), 9)
/tools/perf/pmu-events/arch/x86/
Dmapfile.csv7 GenuineIntel-6-4F,v21,broadwellx,core
15 GenuineIntel-6-3F,v27,haswellx,core
27 GenuineIntel-6-(8F|CF),v1.15,sapphirerapids,core
36 GenuineIntel-6-2F,v3,westmereex,core
37 AuthenticAMD-23-([12][0-9A-F]|[0-9A-F]),v2,amdzen1,core
/tools/testing/selftests/powerpc/benchmarks/
Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/tools/perf/tests/attr/
Dtest-record-freq3 args = --no-bpf-event -F 100 kill >/dev/null 2>&1
DREADME46 perf record -F 100 kill (test-record-freq)
/tools/perf/Documentation/
Dperf-script.txt130 -F::
140 e.g., -F sw:comm,tid,time,ip,sym and -F trace:time,cpu,trace
142 perf script -F <fields>
146 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
154 -F -cpu,+insn
162 -F trace: -F comm,tid,time,ip,sym
164 The first -F suppresses trace events (field list is ""), but then the
172 -F comm,tid,time,ip,sym -F trace:
174 The first -F sets the fields for all events and the second -F
189 $ perf script -F comm,tid,trace
[all …]
Dtips.txt5 Customize output of perf script with: perf script -F event,ip,sym
18 To show assembler sample contexts use perf record -b / perf script -F +brstackinsn --xed
28 To change sampling frequency to 100 Hz: perf record -F 100
Dperf-evlist.txt27 -F::
Dperf-test.txt34 -F::
Dperf-lock.txt73 -F::
87 $ perf lock report -t -F acquired,contended,avg_wait
129 -F::
Dperf-ftrace.txt62 Tracer to use when neither -G nor -F option is not
65 -F::
Dperf-trace.txt161 -F=[all|min|maj]::
272 $ perf trace --no-syscalls -F
276 $ perf trace -F all
295 # perf trace -F min --max-stack=7 --max-events 1 sleep 1
308 # perf trace -F min --call-graph=dwarf --max-events 1 --cpu 0
/tools/thermal/lib/
DMakefile105 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so
106 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so.$(LIBTHERMAL_TOOLS_VERSION)
/tools/lib/thermal/
DMakefile113 @ln -sf $(@F) $(OUTPUT)libthermal.so
114 @ln -sf $(@F) $(OUTPUT)libthermal.so.$(LIBTHERMAL_VERSION)
/tools/lib/perf/
DMakefile130 @ln -sf $(@F) $(OUTPUT)libperf.so
131 @ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION)
/tools/testing/selftests/bpf/progs/
Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) argument
Dbtf_dump_test_case_syntax.c23 F = 0, enumerator
/tools/build/feature/
DMakefile87 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS)
92 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
373 $(CLANG) -S -g --target=bpf -o - $(patsubst %.bin,%.c,$(@F)) | \
/tools/lib/bpf/
DMakefile169 @ln -sf $(@F) $(OUTPUT)libbpf.so
170 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)
/tools/perf/util/
Dbpf-filter.l60 num_hex 0[Xx][0-9a-fA-F]+
/tools/scripts/
Dutilities.mak189 version-ge3 = $(shell echo "$(1).$(2)" | awk -F'.' '{ printf("%d\n", (10000000 * $$1 + 10000 * $$2 …
199 version-lt3 = $(shell echo "$(1).$(2)" | awk -F'.' '{ printf("%d\n", (10000000 * $$1 + 10000 * $$2 …
/tools/memory-model/Documentation/
Dexplanation.txt888 defined to link memory access events E and F whenever:
890 E and F are both stores on the same CPU and an smp_wmb() fence
893 F is a release fence and some X comes before F in program order,
896 A strong fence event occurs between some X and F in program
1437 features of strong fences. It links two events E and F whenever some
1439 before F executes. The formal definition requires that E be linked to
1440 F via a coe or fre link, an arbitrary number of cumul-fences, an
1448 E ->coe W ->cumul-fence* X ->rfe? Y ->strong-fence Z ->hb* F,
1456 And because of the hb links, we know that Z will execute before F.
1458 propagate to every CPU and to RAM before F executes.
[all …]
/tools/memory-model/
Dlinux-kernel.bell36 instructions F[Barriers]

12