Searched refs:SNOOP (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/powerpc/perf/ |
| H A D | isa207-common.c | 223 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() 282 P(SNOOP, HIT) | P(HOPS, 2); in isa207_find_source() 285 P(SNOOP, HITM) | P(HOPS, 2); in isa207_find_source() 288 P(SNOOP, HIT) | P(HOPS, 3); in isa207_find_source() 291 P(SNOOP, HITM) | P(HOPS, 3); in isa207_find_source() 295 ret |= P(SNOOP, HIT); in isa207_find_source() [all …]
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | ds.c | 86 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 93 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 104 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */ 120 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 121 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 122 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 162 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt() 164 data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_cmt() 233 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | mem-events.c | 689 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats() 700 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 710 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 720 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats() 722 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
|
| H A D | event.h | 101 PERF_MEM_S(SNOOP, NA) |\
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | trace_dbg.h | 84 __hfi1_trace_def(SNOOP);
|
| H A D | trace.c | 524 __hfi1_trace_fn(SNOOP);
|
| /linux-6.15/drivers/ata/ |
| H A D | pata_legacy.c | 129 SNOOP = 1, enumerator 957 return SNOOP; in probe_chip_type()
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 1288 PERF_MEM_S(SNOOP, NA) |\
|