Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Disa207-common.c223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source()
226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
233 ret = P(SNOOP, HIT); in isa207_find_source()
252 ret |= P(SNOOP, HIT); in isa207_find_source()
260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source()
264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source()
269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HI in isa207_find_source()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c76 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
80 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
81 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
82 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
87 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT
[all...]
/kernel/linux/linux-5.10/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, HIT
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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) |\
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.c595 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
606 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
616 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
626 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats()
628 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
H A Devent.h90 PERF_MEM_S(SNOOP, NA) |\
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h122 __hfi1_trace_def(SNOOP); variable
H A Dtrace.c561 __hfi1_trace_fn(SNOOP); variable
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h84 __hfi1_trace_def(SNOOP); variable
H A Dtrace.c524 __hfi1_trace_fn(SNOOP); variable
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_legacy.c70 SNOOP = 1, enumerator
922 return SNOOP; in probe_chip_type()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_legacy.c129 SNOOP = 1, enumerator
959 return SNOOP; in probe_chip_type()
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h1034 PERF_MEM_S(SNOOP, NA) |\
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h1200 PERF_MEM_S(SNOOP, NA) |\

Completed in 21 milliseconds