Home
last modified time | relevance | path

Searched refs:K (Results 1 – 10 of 10) sorted by relevance

/tools/perf/bench/
Dmem-functions.c26 #define K 1024 macro
97 if (x < K) \
99 else if (x < K * K) \
100 printf(" %14lfd KB/sec\n", x / K); \
101 else if (x < K * K * K) \
102 printf(" %14lf MB/sec\n", x / K / K); \
104 printf(" %14lf GB/sec\n", x / K / K / K); \
/tools/net/
Dbpf_dbg.c636 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/perf/Documentation/
Dperf-mem.txt51 -K::
Dperf-top.txt71 specification with appended unit character - B/K/M/G. The
93 -K::
Dperf-stat.txt46 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/'
47 where M, N, K are numbers (in decimal, hex, octal format).
Dperf-kvm.txt125 specification with appended unit character - B/K/M/G. The
Dperf-record.txt40 - 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
198 specification with appended unit character - B/K/M/G. The
Dperf-trace.txt71 specification with appended unit character - B/K/M/G. The
Dperf-config.txt422 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
/tools/perf/util/
Dstring.c4 #define K 1024LL macro