Re: [PATCH 1/3] perf/x86/rapl: Fix missing psys sysfs attributes

2020-07-28 Thread Zhang Rui
On Fri, 2020-07-17 at 10:33 +0200, Jiri Olsa wrote: > On Thu, Jul 16, 2020 at 11:18:57PM +0800, Zhang Rui wrote: > > This fixes a problem introduced by > > commit 5fb5273a905c ("perf/x86/rapl: Use new MSR detection > > interface") > > that perf event sysfs attributes for psys RAPL domain are

Re: [PATCH 1/3] perf/x86/rapl: Fix missing psys sysfs attributes

2020-07-17 Thread Jiri Olsa
On Thu, Jul 16, 2020 at 11:18:57PM +0800, Zhang Rui wrote: > This fixes a problem introduced by > commit 5fb5273a905c ("perf/x86/rapl: Use new MSR detection interface") > that perf event sysfs attributes for psys RAPL domain are missing. > > Fixes: 5fb5273a905c ("perf/x86/rapl: Use new MSR

[PATCH 1/3] perf/x86/rapl: Fix missing psys sysfs attributes

2020-07-16 Thread Zhang Rui
This fixes a problem introduced by commit 5fb5273a905c ("perf/x86/rapl: Use new MSR detection interface") that perf event sysfs attributes for psys RAPL domain are missing. Fixes: 5fb5273a905c ("perf/x86/rapl: Use new MSR detection interface") Signed-off-by: Zhang Rui Reviewed-by: Kan Liang