Searched refs:ll_cache (Results 1 – 2 of 2) sorted by relevance
27 struct ll_cache { struct40 static struct ll_cache *ll_get_by_index(unsigned index) in ll_get_by_index() argument46 struct ll_cache *im in ll_get_by_index()47 = container_of(n, struct ll_cache, idx_hash); in ll_get_by_index()65 static struct ll_cache *ll_get_by_name(const char *name) in ll_get_by_name()71 struct ll_cache *im in ll_get_by_name()72 = container_of(n, struct ll_cache, name_hash); in ll_get_by_name()87 struct ll_cache *im; in ll_remember_index()142 const struct ll_cache *im; in ll_idx_n2a()166 const struct ll_cache *im; in ll_index_to_type()[all …]
120 int ll_cache = 0; member133 printf("ll_cache = %d\n", cache_counts.ll_cache); in PrintCacheCounts()199 ArmPmuEvent ll_cache(only_reads ? ArmPmuEvent::LL_CACHE_RD in MeasureCacheCounts() local218 ll_cache.Start(); in MeasureCacheCounts()231 cache_counts->ll_cache = ll_cache.Stop(); in MeasureCacheCounts()