perf/x86/amd/uncore: Use attr_update for format attributes
mainline inclusion from mainline-v6.0-rc1 commit 847f3268 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I5YLE2 CVE: NA -------------------------------- Use the update_attrs attribute group introduced by commit f3a3a825 ("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 Signed-off-by:
Xie Haocheng <haocheng.xie@amd.com>
Loading
Please sign in to comment