perf/x86/amd/uncore: Use attr_update for format attributes
authorSandipan Das <sandipan.das@amd.com>
Thu, 19 May 2022 10:03:31 +0000 (15:33 +0530)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 13 Jun 2022 08:15:13 +0000 (10:15 +0200)
commit847f3268bb644ee852732f8e3b5748e4319244b7
tree988fb968268ed86e574d81414b8f7e797bb0e2f7
parent39621c5808f5dda75d03dc4b2d4d2b13a5a1c34b
perf/x86/amd/uncore: Use attr_update for format attributes

Use the update_attrs attribute group introduced by commit
f3a3a8257e5a ("perf/core: Add attr_groups_update into struct
pmu") and the is_visible() callback to populate the family
specifc attributes for uncore events.

The changes apply to attributes that are unique to families
such as slicemask for Family 17h and coreid for Family 19h.
The addition of common attributes such as event and umask,
whose formats change across families, remain unchanged.

Signed-off-by: Sandipan Das <sandipan.das@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/a5e4f4dd5c459199fc497e82b858ba09dc91c064.1652954372.git.sandipan.das@amd.com
arch/x86/events/amd/uncore.c