Home
last modified time | relevance | path

Searched refs:MISS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.c124 "MISS",
171 "MISS",
404 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
420 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dariadne.c285 if (csr0 & MISS) in ariadne_interrupt()
286 pr_cont(" MISS"); in ariadne_interrupt()
368 if (csr0 & MISS) { in ariadne_interrupt()
383 lance->RDP = INEA | BABL | CERR | MISS | MERR | IDON; in ariadne_interrupt()
H A Dariadne.h182 #define MISS 0x0010 /* Missed Frame */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dariadne.c285 if (csr0 & MISS) in ariadne_interrupt()
286 pr_cont(" MISS"); in ariadne_interrupt()
368 if (csr0 & MISS) { in ariadne_interrupt()
383 lance->RDP = INEA | BABL | CERR | MISS | MERR | IDON; in ariadne_interrupt()
H A Dariadne.h182 #define MISS 0x0010 /* Missed Frame */ macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Disa207-common.h263 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/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 */
68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
115 val |= P(TLB, MISS); in precise_store_data()
127 val |= P(LVL, MISS); in precise_store_data()
191 val |= P(TLB, MISS) | P(TLB, L2); in load_latency_data()
H A Dp4.c98 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, MISS) |
549 [ C(RESULT_MISS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, MISS,
/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 */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
190 val |= P(TLB, MISS); in precise_store_data()
202 val |= P(LVL, MISS); in precise_store_data()
249 *val |= P(TLB, MISS) | P(TLB, L2); in pebs_set_tlb_lock()
H A Dp4.c98 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, MISS) |
549 [ C(RESULT_MISS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, MISS,
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.c238 "MISS",
285 "MISS",
636 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
652 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Disa207-common.h276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dperf_event_p4.h606 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, MISS, 1),
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dperf_event_p4.h606 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, MISS, 1),

Completed in 21 milliseconds