Message ID | 20200811153149.12242-2-rui.zhang@intel.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] perf/x86/rapl: Fix missing psys sysfs attributes | expand |
diff --git a/arch/x86/events/rapl.c b/arch/x86/events/rapl.c index 68b38820b10e..e9723833551f 100644 --- a/arch/x86/events/rapl.c +++ b/arch/x86/events/rapl.c @@ -665,7 +665,7 @@ static const struct attribute_group *rapl_attr_update[] = { &rapl_events_pkg_group, &rapl_events_ram_group, &rapl_events_gpu_group, - &rapl_events_gpu_group, + &rapl_events_psys_group, NULL, };