Searched refs:cache_map (Results 1 – 6 of 6) sorted by relevance
41 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()
159 const cache_map_t *cache_map; member323 .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()
124 const unsigned (*cache_map)[PERF_COUNT_HW_CACHE_MAX]
41 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()
382 const unsigned int (*cache_map)[PERF_COUNT_HW_CACHE_MAX]
2721 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() function3520 .map = cache_map,