Home
last modified time | relevance | path

Searched refs:SNOOP (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/arch/powerpc/perf/
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()
252 ret |= P(SNOOP, HIT); in isa207_find_source()
260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source()
264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source()
269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
[all …]
/Linux-v6.6/arch/x86/events/intel/
Dds.c76 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
80 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
81 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
82 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
87 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
88 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/Linux-v6.6/tools/perf/util/
Dmem-events.c591 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
602 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
612 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
622 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats()
624 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
Devent.h90 PERF_MEM_S(SNOOP, NA) |\
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dtrace_dbg.h84 __hfi1_trace_def(SNOOP);
Dtrace.c524 __hfi1_trace_fn(SNOOP);
/Linux-v6.6/drivers/ata/
Dpata_legacy.c129 SNOOP = 1, enumerator
959 return SNOOP; in probe_chip_type()
/Linux-v6.6/include/linux/
Dperf_event.h1196 PERF_MEM_S(SNOOP, NA) |\