Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c59 #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, HITM), /* 0x07: L3 hit, snoop hitm */
71 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmem-events.c370 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 Devent.h158 PERF_MEM_S(SNOOP, NA) |\
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Disa207-common.c193 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h122 __hfi1_trace_def(SNOOP);
H A Dtrace.c561 __hfi1_trace_fn(SNOOP);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_legacy.c70 SNOOP = 1, enumerator
922 return SNOOP; in probe_chip_type()
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h1040 PERF_MEM_S(SNOOP, NA) |\