/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A 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, HI in isa207_find_source() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | ds.c | 76 #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, HIT [all...] |
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | ds.c | 59 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 63 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 64 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 65 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 66 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 70 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT [all...] |
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | isa207-common.c | 193 ret |= P(SNOOP, HIT); in isa207_find_source() 198 ret |= P(SNOOP, HIT); in isa207_find_source() 200 ret |= P(SNOOP, HITM); in isa207_find_source() 205 ret |= P(SNOOP, HIT); in isa207_find_source() 207 ret |= P(SNOOP, HITM); in isa207_find_source()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mem-events.c | 370 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 378 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 388 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 398 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 400 else if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
|
H A D | event.h | 158 PERF_MEM_S(SNOOP, NA) |\
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mem-events.c | 595 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 606 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 616 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 626 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats() 628 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
|
H A D | event.h | 90 PERF_MEM_S(SNOOP, NA) |\
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_dbg.h | 122 __hfi1_trace_def(SNOOP); variable
|
H A D | trace.c | 561 __hfi1_trace_fn(SNOOP); variable
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace_dbg.h | 84 __hfi1_trace_def(SNOOP); variable
|
H A D | trace.c | 524 __hfi1_trace_fn(SNOOP); variable
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_legacy.c | 70 SNOOP = 1, enumerator 922 return SNOOP; in probe_chip_type()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_legacy.c | 129 SNOOP = 1, enumerator 959 return SNOOP; in probe_chip_type()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | perf_event.h | 1034 PERF_MEM_S(SNOOP, NA) |\
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | perf_event.h | 1200 PERF_MEM_S(SNOOP, NA) |\
|