| /tools/perf/bench/ |
| A D | mem-functions.c | 29 #define K 1024 macro 100 if (x < K) \ 102 else if (x < K * K) \ 103 printf(" %14lfd KB/sec\n", x / K); \ 104 else if (x < K * K * K) \ 105 printf(" %14lf MB/sec\n", x / K / K); \ 107 printf(" %14lf GB/sec\n", x / K / K / K); \
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_inq_server.pkt | 23 // Now we have 10K of data ready on the socket. 27 // We read 2K and we should have 8K ready to read. 34 // We read 8K and we should have no further data ready to read. 45 // We read 10K and we should have one "fake" byte because the connection is
|
| A D | tcp_inq_client.pkt | 22 // Now we have 10K of data ready on the socket. 26 // We read 1K and we should have 9K ready to read. 33 // We read 9K and we should have no further data ready to read. 45 // We read 10K and we should have one "fake" byte because the connection is
|
| A D | tcp_nagle_https_client.pkt | 7 ethtool -K tun0 tso off gso off
|
| /tools/bpf/ |
| A D | bpf_dbg.c | 641 r->R = K; in bpf_single_step() 719 r->A = K; in bpf_single_step() 722 r->X = K; in bpf_single_step() 731 r->Pc += K; 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/kunit/test_data/ |
| A D | test_is_test_passed-no_tests_run_no_header.log | 14 Memory: 27868K/56932K available (1681K kernel code, 480K rwdata, 400K rodata, 89K init, 205K bss, 2…
|
| A D | test_output_isolated_correctly.log | 6 Memory: 254468K/283500K available (1734K kernel code, 489K rwdata, 396K rodata, 85K init, 216K bss,…
|
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | nx-gzip-test.sh | 24 for size in 4K 64K 1M 64M
|
| /tools/testing/selftests/net/forwarding/ |
| A D | sch_tbf_etsprio.sh | 35 tbf_test_one 128K 40 local bs=128K
|
| A D | sch_tbf_root.sh | 24 tbf_test_one 128K
|
| A D | sch_red.sh | 62 rate 10Mbit burst 10K limit 1M 108 rate 10Mbit burst 10K limit 1M
|
| /tools/writeback/ |
| A D | wb_monitor.py | 54 def K(x): function 105 self.stats[i] = int(K(wb.stat[i].count)) 109 self.avg_bw = int(K(wb.avg_write_bandwidth))
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | sch_offload.sh | 91 tbf rate 400Mbit burst 128K limit 1M 101 tc qdisc add dev $h1 $locus handle $handle pfifo limit 100K 111 tc qdisc add dev $h1 $locus handle $handle bfifo limit 100K
|
| A D | sch_ets.sh | 23 burst 128K limit 1G
|
| A D | qos_max_descriptors.sh | 148 burst 128K limit 500M
|
| A D | sch_red_core.sh | 145 burst 128K limit 1G 215 burst 128K limit 1G
|
| /tools/perf/Documentation/ |
| A D | security.txt | 77 drwxr-xr-x. 2 root root 4.0K Mar 20 12:16 . 78 drwxr-xr-x. 3 root root 4.0K Mar 20 12:16 .. 79 -rw-r--r--. 1 root root 112K Mar 20 12:16 selinux-policy-3.14.4-48.fc31.noarch.rpm 84 -rw-r--r--. 1 root root 111K Mar 20 12:16 selinux-policy-sandbox-3.14.4-48.fc31.noarch.rpm 198 2,629 context-switches # 0.072 K/sec 199 57 cpu-migrations # 0.002 K/sec 200 1 page-faults # 0.000 K/sec
|
| A D | perf-amd-ibs.txt | 178 # Samples: 92K of event 'ibs_op//' 201 # Samples: 92K of event 'ibs_op//'
|
| A D | perf-ftrace.txt | 80 be a number with appended unit character - B/K/M/G. 207 be a number with appended unit character - B/K/M/G.
|
| /tools/perf/tests/shell/ |
| A D | amd-ibs-swfilt.sh | 57 kernel_sample=$(perf record -e ibs_op/swfilt/u -o- true | perf script -i- -F misc | grep -c ^K)
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devmem.py | 33 head -c 1K | {socat}", host=cfg.remote, shell=True)
|
| /tools/testing/vsock/ |
| A D | README | 73 # listen port 1234, rx buf size is 1M, socket buf size is 1G, SO_RCVLOWAT is 64K 74 ./vsock_perf --port 1234 --buf-size 1M --vsk-size 1G --rcvlowat 64K
|
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_syntax.c | 234 K = 100, enumerator
|
| /tools/testing/selftests/kvm/include/arm64/ |
| A D | gic_v3.h | 477 #define GITS_BASER_PAGE_SIZE_4K __GITS_BASER_PSZ(4K) 478 #define GITS_BASER_PAGE_SIZE_16K __GITS_BASER_PSZ(16K) 479 #define GITS_BASER_PAGE_SIZE_64K __GITS_BASER_PSZ(64K)
|
| /tools/testing/selftests/net/ |
| A D | toeplitz.c | 60 #define TOEPLITZ_STR_LEN(K) (((K) * 3) - 1) /* hex encoded: AA:BB:CC:...:ZZ */ argument
|