On 2023-10-24 at 12:26:23 +0300, Ilpo Järvinen wrote:
Perf related variables pea_llc_miss, pe_read, and pe_fd are globals in cache.c.
Convert them to locals for better scoping and make pea_llc_miss simpler by renaming it to pea. Make close(pe_fd) handling easier to understand by doing it inside cat_val().
Make also sizeof()s use safer way determine the right struct.
"use safer way determine" -> "use safer way to determine"?
Signed-off-by: Ilpo Järvinen ilpo.jarvinen@linux.intel.com