Searched refs:K (Results 1 – 13 of 13) sorted by relevance
/tools/perf/bench/ |
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/bpf/ |
D | bpf_dbg.c | 636 uint32_t K = f->k; in bpf_single_step() local 641 r->R = K; in bpf_single_step() 659 r->M[K] = r->A; in bpf_single_step() 662 r->M[K] = r->X; in bpf_single_step() 665 d = pkt_caplen - K; in bpf_single_step() 667 r->A = extract_u32(pkt, K); in bpf_single_step() 672 d = pkt_caplen - K; in bpf_single_step() 674 r->A = extract_u16(pkt, K); in bpf_single_step() 679 d = pkt_caplen - K; in bpf_single_step() 681 r->A = extract_u8(pkt, K); in bpf_single_step() [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 195 K = 100, enumerator
|
/tools/perf/util/ |
D | string.c | 18 #define K 1024LL macro
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 72 -K::
|
D | perf-stat.txt | 50 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' 51 where M, N, K are numbers (in decimal, hex, octal format). 334 0 context-switches:u # 0.000 K/sec 335 0 cpu-migrations:u # 0.000 K/sec
|
D | perf-top.txt | 79 specification with appended unit character - B/K/M/G. The 101 -K:: 332 [K]::
|
D | perf-record.txt | 40 - a symbolically formed event like 'pmu/config=M,config1=N,config3=K/' 42 where M, N, K are numbers (in decimal, hex, octal format). Acceptable 227 specification with appended unit character - B/K/M/G. The 473 processed for output. One can specify the number using B/K/M/G suffixes. 522 be a number with appended unit character - B/K/M/G
|
D | perf-script.txt | 240 PERF_RECORD_MISC_KERNEL K 251 sched-messaging 1414 K 28690.636582: 4590 cycles ... 253 sched-messaging 1414 K 28690.636608: 19473 cycles ...
|
D | perf-kvm.txt | 125 specification with appended unit character - B/K/M/G. The
|
D | perf-trace.txt | 104 specification with appended unit character - B/K/M/G. The
|
D | perf-config.txt | 476 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
|
/tools/power/cpupower/po/ |
D | de.po | 159 msgstr "Wächter \"%s\" (%d Zustände) - Könnte nach %u s überlaufen\n"
|