Home
last modified time | relevance | path

Searched refs:prefetches (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/powerpc/perf/
H A Dpower8-pmu.c136 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF);
140 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_WRITE);
144 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
H A Dpower9-pmu.c179 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF);
183 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_WRITE);
186 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
H A Dpower10-pmu.c135 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_LD_PREFETCH_CACHE_LINE_MISS);
139 CACHE_EVENT_ATTR(L1-icache-prefetches, PM_IC_PREF_REQ);
142 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PF_MISS_L3);
/linux-6.15/drivers/md/persistent-data/
H A Ddm-transaction-manager.c101 struct prefetch_set prefetches; member
201 prefetch_init(&tm->prefetches); in dm_tm_create()
361 prefetch_add(&tm->real->prefetches, b); in dm_tm_read_lock()
475 prefetch_issue(&tm->prefetches, tm->bm); in dm_tm_issue_prefetches()
/linux-6.15/Documentation/arch/powerpc/
H A Ddscr.rst8 control of the prefetches . This document here provides an overview of kernel
/linux-6.15/tools/perf/util/
H A Dparse-events.l260 lc_op_result (load|loads|read|store|stores|write|prefetch|prefetches|speculative-read|speculative-l…