Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c52 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
55 P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
56 OP_LH | P(LVL, L1) | P(SNOOP, NONE), /* 0x01: L1 local */
57 OP_LH | P(LVL, LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
58 OP_LH | P(LVL, L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
59 OP_LH | P(LVL, L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
60 OP_LH | P(LVL, L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
61 OP_LH | P(LVL, L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
62 OP_LH | P(LVL, L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
63 OP_LH | P(LVL, REM_CCE1) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/linux-4.1.27/tools/perf/util/
Devent.h199 PERF_MEM_S(SNOOP, NA) |\
/linux-4.1.27/drivers/ata/
Dpata_legacy.c84 SNOOP = 1, enumerator
930 return SNOOP; in probe_chip_type()
/linux-4.1.27/include/linux/
Dperf_event.h703 PERF_MEM_S(SNOOP, NA) |\