| /linux/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, HIT) | P(HOPS, 0); in isa207_find_source() [all …]
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 122 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 126 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 127 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 128 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 129 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 130 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 131 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 132 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 133 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 134 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 2281 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 2288 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */ 2289 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* L1 hit|SNP None */ 2290 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* LFB/MAB hit|SNP None */ 2291 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* L2 hit|SNP None */ 2292 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* L3 hit|SNP None */ 2293 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP Hit */ 2294 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2295 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2297 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* Remote L3 hit|SNP HitM */ [all …]
|
| H A D | mem-events.c | 683 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 692 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 703 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 713 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 723 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats() 725 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
|
| H A D | event.h | 101 PERF_MEM_S(SNOOP, NA) |\
|
| /linux/drivers/ata/ |
| H A D | pata_legacy.c | 59 SNOOP = 1, enumerator 220 return SNOOP; in probe_chip_type()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace_dbg.h | 84 __hfi1_trace_def(SNOOP);
|
| H A D | trace.c | 524 __hfi1_trace_fn(SNOOP);
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 658 HPP_MEM_STAT_FNS(snoop, SNOOP) in HPP_PERCENT_FNS() 766 HPP__MEM_STAT_PRINT_FNS("Snoop", snoop, SNOOP),
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1355 PERF_MEM_S(SNOOP, NA) |\
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 1290 __HPP_COLOR_MEM_STAT_FN(snoop, SNOOP) in __HPP_COLOR_PERCENT_FN()
|