Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
A Disa207-common.c238 ret |= P(SNOOP, HIT); in isa207_find_source()
245 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
247 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source()
249 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
251 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source()
254 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
256 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
258 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
260 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
266 ret |= P(SNOOP, HIT); in isa207_find_source()
[all …]
/linux/arch/x86/events/intel/
A Dds.c67 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
71 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
72 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
73 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
74 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
75 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
85 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
101 pebs_data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
102 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
103 pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_skl()
[all …]
/linux/tools/perf/util/
A Dmem-events.c526 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
534 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
544 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
554 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
556 else if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
A Devent.h169 PERF_MEM_S(SNOOP, NA) |\
/linux/drivers/infiniband/hw/hfi1/
A Dtrace_dbg.h81 __hfi1_trace_def(SNOOP);
A Dtrace.c524 __hfi1_trace_fn(SNOOP);
/linux/drivers/ata/
A Dpata_legacy.c129 SNOOP = 1, enumerator
958 return SNOOP; in probe_chip_type()
/linux/include/linux/
A Dperf_event.h1045 PERF_MEM_S(SNOOP, NA) |\

Completed in 25 milliseconds