Re: [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs

2024-06-26 Thread Michael Ellerman
Ritesh Harjani (IBM) writes: > This is a generic review and I haven't looked into the PAPR spec for > htmdump hcall and it's interface. > > Madhavan Srinivasan writes: ... >> + >> +debugfs_create_u32("nodeindex", 0600, >> +htmdump_debugfs_dir, &nodeindex); >> +debugfs_

Re: [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs

2024-06-25 Thread Madhavan Srinivasan
On 6/22/24 1:10 PM, Ritesh Harjani (IBM) wrote: This is a generic review and I haven't looked into the PAPR spec for htmdump hcall and it's interface. Sure Madhavan Srinivasan writes: This patch adds debugfs interface to export Hardware Trace Macro (HTM) function data in a LPAR. New hype

Re: [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs

2024-06-25 Thread kernel test robot
/scm/linux/kernel/git/powerpc/linux.git next patch link: https://lore.kernel.org/r/20240620174614.53751-2-maddy%40linux.ibm.com patch subject: [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20240626/20

Re: [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs

2024-06-22 Thread IBM
This is a generic review and I haven't looked into the PAPR spec for htmdump hcall and it's interface. Madhavan Srinivasan writes: > This patch adds debugfs interface to export Hardware Trace Macro (HTM) > function data in a LPAR. New hypervisor call "H_HTM" has been > defined to setup, config

[PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs

2024-06-20 Thread Madhavan Srinivasan
This patch adds debugfs interface to export Hardware Trace Macro (HTM) function data in a LPAR. New hypervisor call "H_HTM" has been defined to setup, configure, control and dump the HTM data. This patch supports only dumping of HTM data in a LPAR. New debugfs folder called "htmdump" has been added