/tools/testing/selftests/bpf/progs/ |
D | test_verif_scale3.c | 20 #define C do { \ in balancer_ingress() macro 26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
|
D | test_verif_scale1.c | 20 #define C do { \ in balancer_ingress() macro 26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
|
D | test_verif_scale2.c | 20 #define C do { \ in balancer_ingress() macro 26 #define C30 C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C;C; in balancer_ingress()
|
D | btf_dump_test_case_namespacing.c | 34 enum C { enum 37 C = 3, enumerator 63 enum C c; in f()
|
D | test_global_func9.c | 10 struct C { struct 95 const struct C c = {.x = skb->len, .y = skb->family }; in test_cls()
|
/tools/perf/pmu-events/arch/x86/ |
D | mapfile.csv | 6 GenuineIntel-6-1C,v4,bonnell,core 11 GenuineIntel-6-5C,v8,goldmont,core 13 GenuineIntel-6-3C,v24,haswell,core 30 GenuineIntel-6-4C,v13,silvermont,core 32 GenuineIntel-6-2C,v2,westmereep-dp,core 42 GenuineIntel-6-6C,v1,icelakex,core
|
/tools/testing/selftests/powerpc/benchmarks/ |
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/attr/ |
D | test-record-C0 | 3 args = --no-bpf-event -C 0 kill >/dev/null 2>&1 14 # + PERF_SAMPLE_CPU added by -C 0
|
D | test-stat-C0 | 3 args = -e cycles -C 0 kill >/dev/null 2>&1
|
/tools/build/ |
D | Build.include | 7 # Copyright (C) Sam Ravnborg <sam@mars.ravnborg.org>, 2015 8 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015 88 # C flags to be used in rule definitions, includes: 91 # - per target C flags 92 # - per object C flags 100 ## HOSTCC C flags
|
/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 3 C Self R W RMW Self R W DR DW RMW SV 11 Successful *_release() C Y Y Y W Y 25 C: Ordering is cumulative
|
D | litmus-tests.txt | 68 1 C MP+pooncerelease+poacquireonce 89 Line 1 starts with "C", which identifies this file as being in the 90 LKMM C-language format (which, as we will see, is a small fragment 91 of the full C language). The remainder of line 1 is the name of 101 For now, you can use C-language comments in the C code, and these comments 122 used by that function. Unlike normal C-language function parameters, the 139 Each process's code is similar to Linux-kernel C, as can be seen on lines 166 language rather than in C. For example, single "=" is an equality 170 "~" stands for "logical not", which is "!" in C, and not to be confused 171 with the C-language "~" operator which instead stands for "bitwise not". [all …]
|
D | access-marking.txt | 17 1. Plain C-language accesses (unmarked), for example, "a = b;" 33 Neither plain C-language accesses nor data_race() (#1 and #2 above) place 40 C-language accesses. It is permissible to combine #2 and #3, for example, 45 C-language accesses, but marking all accesses involved in a given data 54 data_race() and even plain C-language accesses is preferable to 85 concurrently with updates to x. Then using plain C-language writes 95 In theory, plain C-language loads can also be used for this use case. 119 In theory, plain C-language loads can also be used for this use case. 140 In theory, plain C-language loads can also be used for this use case. 156 Plain C-language stores can also be used for this use case. However, [all …]
|
/tools/testing/selftests/arm64/ |
D | README | 16 $ make -C tools/testing/selftests TARGETS=arm64 \ 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
/tools/virtio/linux/ |
D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/tools/bootconfig/samples/ |
D | escaped.bconf | 1 key1 = "A\B\C"
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 9 that scripts may want to use. Context.pm contains the Perl->C 13 The Perl->C perf interface is completely driven by Context.xs. If you 14 want to add new Perl functions that end up accessing C data in the 50 Copyright (C) 2009 by Tom Zanussi <tzanussi@gmail.com>
|
/tools/perf/tests/ |
D | make | 44 LC_COLLATE=C 45 LC_NUMERIC=C 303 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl… 358 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf" 360 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \ 364 @echo "- make -C <kernelsrc>/tools $(PARALLEL_OPT) $(K_O_OPT) perf" 366 (make -C ../../tools $(PARALLEL_OPT) $(K_O_OPT) perf) > $@ 2>&1 && \ 370 @echo "- make -C lib"; 371 make -C lib clean >$@ 2>&1; make -C lib >>$@ 2>&1 && rm $@
|
/tools/memory-model/litmus-tests/ |
D | CoWW+poonceonce.litmus | 1 C CoWW+poonceonce
|
D | CoRR+poonceonce+Once.litmus | 1 C CoRR+poonceonce+Once
|
D | S+fencewmbonceonce+poacquireonce.litmus | 1 C S+fencewmbonceonce+poacquireonce
|
D | LB+poonceonces.litmus | 1 C LB+poonceonces
|
D | MP+poonceonces.litmus | 1 C MP+poonceonces
|
D | CoRW+poonceonce+Once.litmus | 1 C CoRW+poonceonce+Once
|
D | CoWR+poonceonce+Once.litmus | 1 C CoWR+poonceonce+Once
|