| /tools/perf/util/ |
| A D | stream.c | 73 u64 hit; in evsel_streams__set_hot_cnode() local 86 hit = (es->streams[0].cnode)->hit; in evsel_streams__set_hot_cnode() 88 if ((es->streams[i].cnode)->hit < hit) { in evsel_streams__set_hot_cnode() 89 hit = (es->streams[i].cnode)->hit; in evsel_streams__set_hot_cnode() 94 if (cnode->hit > hit) in evsel_streams__set_hot_cnode() 233 pct = (double)base_cnode->hit / (double)es_base->streams_hits; in print_callchain_pair() 237 pct = (double)pair_cnode->hit / (double)es_pair->streams_hits; in print_callchain_pair() 276 pct = (double)cnode->hit / (double)es->streams_hits; in print_stream_callchain()
|
| A D | callchain.c | 397 if (rnode->hit < chain->hit) in rb_insert_callchain() 434 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 669 new->hit = period; in add_child() 836 new->hit = parent->hit; in split_add_child() 852 parent->hit = 0; in split_add_child() 989 root->hit += period; in append_chain() 1046 if (src->hit) { in merge_chain_branch() 1218 period = node->hit; in callchain_node__scnprintf_value() 1247 period = node->hit; in callchain_node__fprintf_value() 1536 node->hit = (node->hit * 7) / 8; in decay_callchain_node() [all …]
|
| A D | callchain.h | 71 u64 hit; member 177 root->node.hit = 0; in callchain_init() 185 return node->hit + node->children_hit; in callchain_cumul_hits()
|
| A D | map.h | 38 bool hit; in DECLARE_RC_STRUCT() local 89 return RC_CHK_ACCESS(map)->hit; in map__hit() 297 RC_CHK_ACCESS(map)->hit = true; in map__set_hit()
|
| A D | bpf-filter.l | 146 hit { return constant(PERF_MEM_SNOOP_HIT); }
|
| A D | dso.h | 299 u8 hit:1; in DECLARE_RC_STRUCT() local 447 return RC_CHK_ACCESS(dso)->hit; in dso__hit() 452 RC_CHK_ACCESS(dso)->hit = 1; in dso__set_hit()
|
| A D | mem-events.c | 334 u64 hit, miss; in perf_mem__tlb_scnprintf() local 342 hit = m & PERF_MEM_TLB_HIT; in perf_mem__tlb_scnprintf() 359 if (hit) in perf_mem__tlb_scnprintf()
|
| /tools/perf/Documentation/ |
| A D | perf-mem.txt | 131 - cache: location in CPU cache (L1, L2, ...) where the sample hit 132 - mem: location in memory or other places the sample hit 133 - dtlb: location in Data TLB (L1, L2) where the sample hit 164 100000 629080842 |OP LOAD|LVL L3 hit|... 20 7e69b93ca524 strcmp 200 47.99% 1509 L2 hit N/A 201 25.08% 338 core, same node Any cache hit HitM 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 [all …]
|
| A D | perf-amd-ibs.txt | 21 hit/miss, d-TLB hit/miss, cache miss latency, load/store data source, branch 23 with details like i-cache hit/miss, i-TLB hit/miss, fetch latency etc. IBS is 208 47.99% 1509 L2 hit N/A 209 25.08% 338 core, same node Any cache hit HitM 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-kmem.txt | 47 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 48 for page). Available sort keys are 'ptr, callsite, bytes, hit, 49 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
| A D | perf-inject.txt | 28 Inject build-ids of DSOs hit by samples into the output stream.
|
| A D | perf-c2c.txt | 224 L1Hit - store accesses that hit L1 251 - % of store accesses that hit L1, missed L1 and N/A (no available) memory
|
| A D | perf-arm-spe.txt | 81 indicates which particular cache was hit, but the meaning is implementation defined because
|
| A D | perf-list.txt | 161 hit events.
|
| A D | perf-top.txt | 410 Profile display filter (>= hit count).
|
| A D | perf-record.txt | 216 na, none, hit, miss, hitm, fwd, peer (for mem_snoop) 563 Record build-id of all DSOs regardless whether it's actually hit or not.
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_tcp_info_tcp-info-sndbuf-limited.pkt | 25 // cwnd goes from 40(60KB) to 80(120KB), and that we hit the tiny sndbuf limit 10KB
|
| /tools/perf/ |
| A D | builtin-kmem.c | 67 u32 hit; member 107 data->hit++; in insert_alloc_stat() 118 data->hit = 1; in insert_alloc_stat() 152 data->hit++; in insert_caller_stat() 163 data->hit = 1; in insert_caller_stat() 1037 (unsigned long)data->bytes_alloc / data->hit, in __print_slab_result() 1039 (unsigned long)data->bytes_req / data->hit, in __print_slab_result() 1040 (unsigned long)data->hit, in __print_slab_result() 1463 if (l->hit < r->hit) in hit_cmp() 1465 else if (l->hit > r->hit) in hit_cmp()
|
| A D | builtin-sched.c | 3069 print_sched_time(chain->hit, 12); in timehist_print_idlehist_callchain()
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 181 .hit = remaining, in __callchain__fprintf_graph()
|
| /tools/testing/selftests/net/forwarding/ |
| A D | lib.sh | 601 echo "Pausing before cleanup, hit any key to continue"
|