| /tools/testing/selftests/bpf/progs/ |
| A 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()
|
| A 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()
|
| A 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()
|
| A D | core_kern.c | 85 #define C do { \ in balancer_ingress() macro 99 #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()
|
| A D | btf_dump_test_case_namespacing.c | 34 enum C { enum 37 C = 3, enumerator 63 enum C c; in f()
|
| A D | test_global_func9.c | 11 struct C { struct 97 const struct C c = {.x = skb->len, .y = skb->family }; in global_func9()
|
| /tools/perf/pmu-events/arch/x86/ |
| A D | mapfile.csv | 4 GenuineIntel-6-C[56],v1.09,arrowlake,core 5 GenuineIntel-6-(1C|26|27|35|36),v5,bonnell,core 11 GenuineIntel-6-9[6C],v1.05,elkhartlake,core 17 GenuineIntel-6-(3C|45|46),v36,haswell,core 34 GenuineIntel-6-(37|4A|4C|4D|5A),v15,silvermont,core 39 GenuineIntel-6-2C,v5,westmereep-dp,core
|
| /tools/power/cpupower/ |
| A D | cpupower.service.in | 2 # Copyright (C) 2012-2020, Sébastien Luttringer 3 # Copyright (C) 2024-2025, Francesco Poli <invernomuto@paranoici.org>
|
| /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-C0 | 3 args = --no-bpf-event -C 0 kill >/dev/null 2>&1 14 # + PERF_SAMPLE_CPU added by -C 0
|
| A D | test-record-dummy-C0 | 3 args = --no-bpf-event -e dummy -C 0 kill >/dev/null 2>&1 18 # + PERF_SAMPLE_CPU added by -C 0
|
| A D | test-stat-C0 | 3 args = -e cycles -C 0 kill >/dev/null 2>&1
|
| /tools/build/ |
| A D | Build.include | 7 # Copyright (C) Sam Ravnborg <sam@mars.ravnborg.org>, 2015 8 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015 90 # C flags to be used in rule definitions, includes: 93 # - per target C flags 94 # - per object C flags 102 ## HOSTCC C flags
|
| /tools/memory-model/Documentation/ |
| A 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
|
| A D | litmus-tests.txt | 68 1 C MP+pooncerelease+poacquireonce 101 For now, you can use C-language comments in the C code, and these comments 386 1 C SB+rfionceonce-poonceonces 439 1 C SB+rfionceonce-poonceonces 512 1 C C-SB+l-o-o-u+l-o-o-u-X 622 1 C C-SB+l-o-o-u+l-o-o-u-X 687 1 C MP+onceassign+derefonce 777 6 y=z; (* C *) 806 In short, use C-language comments in the C code and Ocaml comments in 810 C preprocessor is your friend. [all …]
|
| /tools/testing/selftests/arm64/ |
| A 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/ |
| A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A 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/bootconfig/samples/ |
| A D | escaped.bconf | 1 key1 = "A\B\C"
|
| /tools/perf/tests/ |
| A D | make | 44 LC_COLLATE=C 45 LC_NUMERIC=C 307 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl… 362 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf" 364 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \ 368 @echo "- make -C <kernelsrc>/tools $(PARALLEL_OPT) $(K_O_OPT) perf" 370 (make -C ../../tools $(PARALLEL_OPT) $(K_O_OPT) perf) > $@ 2>&1 && \ 374 @echo "- make -C lib"; 375 make -C lib clean >$@ 2>&1; make -C lib >>$@ 2>&1 && rm $@
|
| /tools/testing/selftests/drivers/net/bonding/ |
| A D | bond-break-lacpdu-tx.sh | 40 ip link add fab-br0 address 52:54:00:3B:7C:A6 mtu 1500 type bridge \ 48 ip link set fbond address 52:54:00:3B:7C:A6
|
| /tools/memory-model/litmus-tests/ |
| A D | CoWW+poonceonce.litmus | 1 C CoWW+poonceonce
|
| A D | CoRR+poonceonce+Once.litmus | 1 C CoRR+poonceonce+Once
|
| A D | LB+poonceonces.litmus | 1 C LB+poonceonces
|
| A D | S+fencewmbonceonce+poacquireonce.litmus | 1 C S+fencewmbonceonce+poacquireonce
|