Home
last modified time | relevance | path

Searched refs:HIT (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/powerpc/perf/
H A Disa207-common.c223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source()
226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
233 ret = P(SNOOP, HIT); in isa207_find_source()
238 ret |= P(LVL, HIT) | LEVEL(PMEM); in isa207_find_source()
242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source()
252 ret |= P(SNOOP, HIT); in isa207_find_source()
260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
282 P(SNOOP, HIT) | P(HOPS, 2); in isa207_find_source()
288 P(SNOOP, HIT) | P(HOPS, 3); in isa207_find_source()
[all …]
H A Disa207-common.h275 #define PH(a, b) (P(LVL, HIT) | P(a, b))
/linux-6.15/tools/perf/util/
H A Dmem-events.c677 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
700 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
710 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
720 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats()
742 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
/linux-6.15/arch/x86/events/intel/
H A Dds.c83 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
96 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
100 OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
111 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
120 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
121 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
247 val |= P(TLB, HIT); in precise_store_data()
255 val |= P(LVL, HIT); in precise_store_data()
306 *val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2); in pebs_set_tlb_lock()
[all …]
H A Dp4.c98 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, HIT) |
548 [ C(RESULT_ACCESS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, HIT,
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst12 The policy can return a simple HIT or MISS or issue a migration.
/linux-6.15/arch/x86/include/asm/
H A Dperf_event_p4.h605 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, HIT, 0),
/linux-6.15/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h611 #define SET_HIT(b, c, v) SET_CONTEXT_FIELD(b, c, V2PSR, HIT, v)
798 #define GET_HIT(b, c) GET_CONTEXT_FIELD(b, c, V2PSR, HIT)
1178 #define HIT (HIT_MASK << HIT_SHIFT) macro
/linux-6.15/arch/x86/events/amd/
H A Dibs.c860 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))