Searched refs:SNOOP (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/powerpc/perf/ |
D | isa207-common.c | 223 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-6.1.9/arch/x86/events/intel/ |
D | ds.c | 67 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 71 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 72 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 73 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 74 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 75 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 76 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 77 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 78 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 79 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | mem-events.c | 587 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 598 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 608 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 618 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats() 620 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
|
D | event.h | 192 PERF_MEM_S(SNOOP, NA) |\
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | trace_dbg.h | 77 __hfi1_trace_def(SNOOP);
|
D | trace.c | 524 __hfi1_trace_fn(SNOOP);
|
/linux-6.1.9/drivers/ata/ |
D | pata_legacy.c | 129 SNOOP = 1, enumerator 959 return SNOOP; in probe_chip_type()
|
/linux-6.1.9/include/linux/ |
D | perf_event.h | 1084 PERF_MEM_S(SNOOP, NA) |\
|