| /tools/testing/selftests/powerpc/copyloops/asm/ |
| A D | ppc_asm.h | 26 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 27 #define _GLOBAL_TOC(A) _GLOBAL(A) argument 28 #define _GLOBAL_TOC_KASAN(A) _GLOBAL(A) argument 29 #define _GLOBAL_KASAN(A) _GLOBAL(A) argument 32 #define PPC_MTOCRF(A, B) mtocrf A, B argument
|
| /tools/perf/pmu-events/arch/x86/ |
| A D | mapfile.csv | 2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.31,alderlake,core 14 GenuineIntel-6-7A,v1.01,goldmontplus,core 16 GenuineIntel-6-A[DE],v1.10,graniterapids,core 21 GenuineIntel-6-3A,v24,ivybridge,core 31 GenuineIntel-6-2A,v19,sandybridge,core 34 GenuineIntel-6-(37|4A|4C|4D|5A),v15,silvermont,core 42 AuthenticAMD-23-([12][0-9A-F]|[0-9A-F]),v2,amdzen1,core
|
| /tools/testing/selftests/powerpc/stringloops/asm/ |
| A D | ppc_asm.h | 10 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A) argument
|
| /tools/bpf/ |
| A D | bpf_dbg.c | 123 uint32_t A; member 455 rl_printf("A: [%#08x][%u]\n", r->A, r->A); in bpf_dump_curr() 719 r->A = K; in bpf_single_step() 758 r->A = -r->A; in bpf_single_step() 764 r->A <<= K; in bpf_single_step() 776 r->A += K; in bpf_single_step() 782 r->A -= K; in bpf_single_step() 788 r->A *= K; in bpf_single_step() 823 r->A &= K; in bpf_single_step() 829 r->A |= K; in bpf_single_step() [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_namespacing.c | 30 struct A {}; struct 35 A = 1, enumerator 61 struct A a; in f()
|
| A D | rbtree_btf_fail__wrong_node_type.c | 20 private(A) struct bpf_spin_lock glock; 21 private(A) struct bpf_rb_root groot __contains(node_data, node);
|
| A D | rbtree_btf_fail__add_wrong_type.c | 34 private(A) struct bpf_spin_lock glock; 35 private(A) struct bpf_rb_root groot __contains(node_data, node);
|
| A D | linked_list.h | 52 private(A) struct bpf_spin_lock glock; 53 private(A) struct bpf_list_head ghead __contains(foo, node2);
|
| A D | refcounted_kptr_fail.c | 20 private(A) struct bpf_spin_lock glock; 21 private(A) struct bpf_rb_root groot __contains(node_acquire, node);
|
| A D | btf_dump_test_case_bitfields.c | 33 A, /* A = 0, dumper is very explicit */ enumerator
|
| /tools/perf/ |
| A D | perf-iostat.sh | 6 if [[ "$1" == "list" ]] || [[ "$1" =~ ([a-f0-9A-F]{1,}):([a-f0-9A-F]{1,2})(,)? ]]; then
|
| /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/net/sunrpc/xdrgen/grammars/ |
| A D | xdr.lark | 1 // A Lark grammar for the XDR specification language based on 108 identifier : /([a-z]|[A-Z])(_|[a-z]|[A-Z]|[0-9])*/ 111 hexadecimal_constant : /0x([a-f]|[A-F]|[0-9])+/
|
| /tools/perf/Documentation/ |
| A D | perf-diff.txt | 201 - file A with samples f1, f2, f3, f4, f6 209 - perf diff A B C 211 baseline/A compute/B compute/C samples 220 - perf diff B A C 222 baseline/B compute/A compute/C samples 231 - perf diff C B A 233 baseline/C compute/B compute/A samples 248 d = A->period_percent - B->period_percent 269 r = A->period / B->period 277 wdiff:WEIGHT-B,WEIGHT-A [all …]
|
| A D | perf-amd-ibs.txt | 173 A normal perf mem report output will provide detailed memory access profile. 208 47.99% 1509 L2 hit N/A 210 10.24% 54374 N/A N/A 211 6.77% 35938 L1 hit N/A 212 6.39% 101 core, same node Any cache hit N/A 213 3.50% 69 RAM hit N/A 214 0.03% 158 LFB/MAB hit N/A 215 0.00% 2 Uncached hit N/A
|
| A D | perf-mem.txt | 200 47.99% 1509 L2 hit N/A 202 10.24% 54374 N/A N/A 203 6.77% 35938 L1 hit N/A 204 6.39% 101 core, same node Any cache hit N/A 205 3.50% 69 RAM hit N/A 206 0.03% 158 LFB/MAB hit N/A 207 0.00% 2 Uncached hit N/A
|
| /tools/arch/x86/dell-uart-backlight-emulator/ |
| A D | README | 20 1. A (desktop) PC with a 16550 UART on the motherboard and a standard DB9 22 2. A DB9 NULL modem cable. 23 3. A second DB9 serial port, this can e.g. be a USB to serial converter 25 4. A DSDT overlay for the desktop PC replacing the _HID of the 16550 UART
|
| /tools/testing/selftests/ntb/ |
| A D | ntb_test.sh | 361 A=$VPATH 363 A=/tmp/ntb_test.$$.A 364 ssh "$REMOTE" cat "$VPATH" > "$A" 375 cmp -n $MW_ALIGNED_SIZE "$A" "$B" 380 if [[ "$A" == "/tmp/*" ]]; then 381 rm "$A"
|
| /tools/lib/bpf/ |
| A D | libbpf_common.h | 45 #define ___libbpf_cat(A, B) A ## B argument
|
| /tools/memory-model/Documentation/ |
| A D | references.txt | 15 o Intel Corporation (Ed.). 2002. "A Formal Specification of Intel 22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable 45 for ARMv8-A architecture profile)". ARM Ltd. 48 For Programmers, Volume II-A: The MIPS64(R) Instruction, 95 Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)" 99 Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)" 103 Alan Stern. 2017-2019. "A Formal Model of Linux-Kernel Memory 111 o Daniel Jackson. 2002. "Alloy: A Lightweight Object Modelling
|
| /tools/testing/selftests/net/rds/ |
| A D | README.txt | 5 network namespaces and running rds packets between them. A loopback 7 corruption. A workload of 50000 hashes, each 64 characters in size, 8 are passed over an RDS socket on this test network. A passing test means
|
| /tools/virtio/linux/ |
| A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
| /tools/bootconfig/samples/ |
| A D | escaped.bconf | 1 key1 = "A\B\C"
|
| A D | good-simple.bconf | 1 # A good simple bootconfig
|
| /tools/testing/vsock/ |
| A D | README | 67 tx performance: A Gbits/s 70 A is calculated as "number of bits to send" / "time in tx loop" 77 rx performance: A Gbits/s 83 A is calculated as "number of received bits" / "time in rx loop".
|