Skip to content

intel/perf: allocate cleared counter infos

This array of structure needs to be initialized to 0 as it contains a bitset we don't explicitly clear.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 3144bc1d ("intel/perf: move query_mask and location out of gen_perf_query_counter")

Merge request reports