Re: [PATCH v7 3/5] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show processor details
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2020-04-29 11:33:08
Also in:
linux-perf-users, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2020-04-29 11:33:08
Also in:
linux-perf-users, lkml
Michael Ellerman [off-list ref] writes:
Kajol Jain [off-list ref] writes:quoted
To expose the system dependent parameter like total number of sockets and numbers of chips per socket, patch adds two sysfs files. "sockets" and "chips" are added to /sys/devices/hv_24x7/interface/ of the "hv_24x7" pmu. Signed-off-by: Kajol Jain <redacted> --- arch/powerpc/perf/hv-24x7.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)This should also add documentation under Documentation/ABI.
Ugh, sorry, you do that in the next patch :} cheers