Re: [PATCH v11 29/31] x86/resctrl: Add debugfs files to show telemetry aggregator status
From: Reinette Chatre
Date: Fri Oct 03 2025 - 20:23:52 EST
Hi Tony,
On 9/25/25 1:03 PM, Tony Luck wrote:
> +
> +static void make_status_files(struct dentry *dir, struct event_group *e, int pkg,
> + int instance, void *info_end)
> +{
> + char name[64];
> +
> + sprintf(name, "%s_pkg%d_agg%d_data_loss_count", e->name, pkg, instance);
Please keep the type used for package id consistent throughout the series.
Reinette