Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/perf/
Darm_pmu.c41 armpmu_map_cache_event(const unsigned (*cache_map) in armpmu_map_cache_event()
61 if (!cache_map) in armpmu_map_cache_event()
64 ret = (int)(*cache_map)[cache_type][cache_op][cache_result]; in armpmu_map_cache_event()
96 const unsigned (*cache_map) in armpmu_map_event()
112 return armpmu_map_cache_event(cache_map, config); in armpmu_map_event()
/Linux-v5.4/arch/sparc/kernel/
Dperf_event.c159 const cache_map_t *cache_map; member
323 .cache_map = &ultra3_cache_map,
461 .cache_map = &niagara1_cache_map,
596 .cache_map = &niagara2_cache_map,
753 .cache_map = &niagara4_cache_map,
783 .cache_map = &niagara4_cache_map,
1201 if (!sparc_pmu->cache_map) in sparc_map_cache_event()
1216 pmap = &((*sparc_pmu->cache_map)[cache_type][cache_op][cache_result]); in sparc_map_cache_event()
/Linux-v5.4/include/linux/perf/
Darm_pmu.h124 const unsigned (*cache_map)[PERF_COUNT_HW_CACHE_MAX]
/Linux-v5.4/arch/nds32/kernel/
Dperf_event_cpu.c41 static int nds32_pmu_map_cache_event(const unsigned int (*cache_map) in nds32_pmu_map_cache_event()
60 ret = (int)(*cache_map)[cache_type][cache_op][cache_result]; in nds32_pmu_map_cache_event()
112 const unsigned int (*cache_map) in nds32_pmu_map_event()
123 return nds32_pmu_map_cache_event(cache_map, config); in nds32_pmu_map_event()
/Linux-v5.4/arch/nds32/include/asm/
Dpmu.h382 const unsigned int (*cache_map)[PERF_COUNT_HW_CACHE_MAX]
/Linux-v5.4/drivers/md/
Ddm-cache-target.c2721 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() function
3520 .map = cache_map,