Searched refs:allocated_cache_lines (Results 1 – 1 of 1) sorted by relevance
58 unsigned long allocated_cache_lines = span / 64; in show_cache_info() local63 diff_percent = ((float)allocated_cache_lines - avg_llc_perf_miss) / in show_cache_info()64 allocated_cache_lines * 100; in show_cache_info()73 printf("# Allocated cache lines: %lu\n", allocated_cache_lines); in show_cache_info()