Searched refs:SNOOP (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/events/intel/ |
D | ds.c | 58 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 62 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 63 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 64 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 65 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 66 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 70 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
/Linux-v4.19/arch/powerpc/perf/ |
D | isa207-common.c | 175 ret |= P(SNOOP, HIT); in isa207_find_source() 180 ret |= P(SNOOP, HIT); in isa207_find_source() 182 ret |= P(SNOOP, HITM); in isa207_find_source() 187 ret |= P(SNOOP, HIT); in isa207_find_source() 189 ret |= P(SNOOP, HITM); in isa207_find_source()
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 355 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 363 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 373 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 383 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 385 else if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
|
D | event.h | 222 PERF_MEM_S(SNOOP, NA) |\
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace_dbg.h | 122 __hfi1_trace_def(SNOOP);
|
D | trace.c | 403 __hfi1_trace_fn(SNOOP);
|
/Linux-v4.19/drivers/ata/ |
D | pata_legacy.c | 84 SNOOP = 1, enumerator 933 return SNOOP; in probe_chip_type()
|
/Linux-v4.19/include/linux/ |
D | perf_event.h | 945 PERF_MEM_S(SNOOP, NA) |\
|