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

/linux-master/arch/powerpc/perf/
H A Disa207-common.c223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT);
226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
233 ret = P(SNOOP, HIT);
252 ret |= P(SNOOP, HIT);
260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM);
264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HI
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h84 __hfi1_trace_def(SNOOP); variable
H A Dtrace.c524 __hfi1_trace_fn(SNOOP); variable
/linux-master/arch/x86/events/intel/
H A Dds.c77 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
81 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
82 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
83 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
84 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
87 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
88 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT
[all...]
/linux-master/tools/perf/util/
H A Dmem-events.c634 if (snoop & P(SNOOP, HITM))
645 if (snoop & P(SNOOP, HIT))
655 if (snoop & P(SNOOP, HIT))
665 if (snoop & P(SNOOP, HIT)) {
667 } else if (snoop & P(SNOOP, HITM)) {
H A Devent.h90 PERF_MEM_S(SNOOP, NA) |\
/linux-master/drivers/ata/
H A Dpata_legacy.c129 SNOOP = 1, enumerator in enum:controller
959 return SNOOP;
/linux-master/include/linux/
H A Dperf_event.h1210 PERF_MEM_S(SNOOP, NA) |\

Completed in 158 milliseconds