Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/resctrl/
Dcat_test.c58 unsigned long allocated_cache_lines = span / 64; in show_cache_info() local
63 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()