Symbol: HIT
arch/powerpc/perf/isa207-common.c
223
ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
226
ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
229
ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
233
ret = P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
238
ret |= P(LVL, HIT) | LEVEL(PMEM);
arch/powerpc/perf/isa207-common.c
242
ret |= P(LVL, HIT) | LEVEL(PMEM) | REM;
arch/powerpc/perf/isa207-common.c
252
ret |= P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
260
ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
264
ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
269
ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
273
ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
282
P(SNOOP, HIT) | P(HOPS, 2);
arch/powerpc/perf/isa207-common.c
288
P(SNOOP, HIT) | P(HOPS, 3);
arch/powerpc/perf/isa207-common.c
295
ret |= P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.h
275
#define PH(a, b) (P(LVL, HIT) | P(a, b))
arch/x86/events/amd/ibs.c
861
#define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))
arch/x86/events/intel/ds.c
119
#define OP_LH (P(OP, LOAD) | P(LVL, HIT))
arch/x86/events/intel/ds.c
132
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
arch/x86/events/intel/ds.c
134
OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
arch/x86/events/intel/ds.c
136
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
arch/x86/events/intel/ds.c
137
OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
arch/x86/events/intel/ds.c
147
pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
156
data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
157
data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
170
data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
278
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT), /* 0x07: L2 Hit Snoop HIT */
arch/x86/events/intel/ds.c
298
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT), /* 0x04: L2 Hit Snoop HIT */
arch/x86/events/intel/ds.c
358
val |= P(SNOOP, HIT);
arch/x86/events/intel/ds.c
362
val |= omr.omr_hitm ? P(SNOOP, HITM) : P(SNOOP, HIT);
arch/x86/events/intel/ds.c
388
val |= P(TLB, HIT);
arch/x86/events/intel/ds.c
396
val |= P(LVL, HIT);
arch/x86/events/intel/ds.c
447
*val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2);
arch/x86/events/intel/ds.c
518
val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2);
arch/x86/events/intel/ds.c
553
val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2);
arch/x86/events/intel/ds.c
611
val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2);
arch/x86/events/intel/p4.c
549
[ C(RESULT_ACCESS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, HIT,
arch/x86/events/intel/p4.c
99
P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, HIT) |
drivers/iommu/msm_iommu_hw-8xxx.h
611
#define SET_HIT(b, c, v) SET_CONTEXT_FIELD(b, c, V2PSR, HIT, v)
drivers/iommu/msm_iommu_hw-8xxx.h
798
#define GET_HIT(b, c) GET_CONTEXT_FIELD(b, c, V2PSR, HIT)
tools/perf/util/intel-pt.c
2278
#define OP_LH (P(OP, LOAD) | P(LVL, HIT))
tools/perf/util/intel-pt.c
2293
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2298
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* RAM hit|SNP Hit */
tools/perf/util/intel-pt.c
2299
OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* Remote L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2314
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2337
*val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2);
tools/perf/util/mem-events.c
677
if (lvl & P(LVL, HIT)) {
tools/perf/util/mem-events.c
703
if (snoop & P(SNOOP, HIT))
tools/perf/util/mem-events.c
713
if (snoop & P(SNOOP, HIT))
tools/perf/util/mem-events.c
723
if (snoop & P(SNOOP, HIT)) {
tools/perf/util/mem-events.c
745
if (lvl & P(LVL, HIT)) {