Searched refs:mem_lvl (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/tests/ |
| A D | mem.c | 36 src.mem_lvl = PERF_MEM_LVL_HIT; in test__mem() 45 src.mem_lvl = PERF_MEM_LVL_MISS; in test__mem()
|
| /tools/perf/util/ |
| A D | arm-spe.c | 628 data_src->mem_lvl = PERF_MEM_LVL_NA; in arm_spe__synth_data_source_common() 673 data_src->mem_lvl = PERF_MEM_LVL_REM_CCE1; in arm_spe__synth_data_source_common() 769 data_src->mem_lvl = PERF_MEM_LVL_REM_CCE2; in arm_spe__synth_data_source_hisi_hip() 775 data_src->mem_lvl = PERF_MEM_LVL_REM_CCE2; in arm_spe__synth_data_source_hisi_hip() 826 data_src->mem_lvl = PERF_MEM_LVL_L3; in arm_spe__synth_memory_level() 829 data_src->mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_memory_level() 831 data_src->mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_memory_level() 833 data_src->mem_lvl = PERF_MEM_LVL_L1; in arm_spe__synth_memory_level() 836 data_src->mem_lvl |= PERF_MEM_LVL_MISS; in arm_spe__synth_memory_level() 838 data_src->mem_lvl |= PERF_MEM_LVL_HIT; in arm_spe__synth_memory_level() [all …]
|
| A D | mem-events.c | 367 static const char * const mem_lvl[] = { variable 455 if (data_src.mem_lvl & PERF_MEM_LVL_HIT) in perf_mem__lvl_scnprintf() 457 else if (data_src.mem_lvl & PERF_MEM_LVL_MISS) in perf_mem__lvl_scnprintf() 479 lvl = data_src.mem_lvl; in perf_mem__lvl_scnprintf() 487 for (i = 0; lvl && i < ARRAY_SIZE(mem_lvl); i++, lvl >>= 1) { in perf_mem__lvl_scnprintf() 494 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf() 628 u64 lvl = data_src->mem_lvl; in c2c_decode_stats()
|
| A D | bpf-filter.l | 109 mem_lvl { return sample_part(PBF_TERM_DATA_SRC, 2); } /* alias for mem_lvlnum */
|
| A D | sort.c | 1671 data_src_l.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp() 1676 data_src_r.mem_lvl = PERF_MEM_LVL_NA; in sort__lvl_cmp() 1678 return (int64_t)(data_src_r.mem_lvl - data_src_l.mem_lvl); in sort__lvl_cmp()
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 1303 mem_lvl : 14, /* Memory hierarchy level */ member 1328 mem_lvl : 14, /* Memory hierarchy level */ member
|
| /tools/perf/util/bpf_skel/ |
| A D | sample_filter.bpf.c | 60 mem_lvl:14, /* memory hierarchy level */ member
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 183 --filter 'mem_op == load || mem_op == store, mem_lvl > l1' 188 mem_op and mem_lvl fields come from the (memory) data_source, it'd only 206 p_stage_cyc, mem_op, mem_lvl, mem_snoop, mem_remote, mem_lock, 215 l1, l2, l3, l4, cxl, io, any_cache, lfb, ram, pmem (for mem_lvl)
|
Completed in 32 milliseconds