Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-15 Thread Linu Cherian
On 2024-12-04 at 16:45:42, James Clark (james.cl...@linaro.org) wrote: > > > On 29/11/2024 8:38 am, Linu Cherian wrote: > > Add sysfs mode selftest for ARM Coresight hardware tracer. > > > > Signed-off-by: Linu Cherian > > --- > > .../drivers/hwtracing/coresight/Makefile | 5 + > > ..

Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-15 Thread Linu Cherian
Hi James, On 2024-12-04 at 16:45:42, James Clark (james.cl...@linaro.org) wrote: > > > On 29/11/2024 8:38 am, Linu Cherian wrote: > > Add sysfs mode selftest for ARM Coresight hardware tracer. > > > > Signed-off-by: Linu Cherian > > --- > > .../drivers/hwtracing/coresight/Makefile | 5

Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-15 Thread Linu Cherian
Hi, On 2024-12-04 at 05:53:56, Shuah Khan (sk...@linuxfoundation.org) wrote: > On 11/29/24 01:38, Linu Cherian wrote: > > Add sysfs mode selftest for ARM Coresight hardware tracer. > > Please add details on what this test does in here. Include > the output from the test? Ack. Will add test descr

Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-04 Thread James Clark
On 04/12/2024 12:23 am, Shuah Khan wrote: On 11/29/24 01:38, Linu Cherian wrote: Add sysfs mode selftest for ARM Coresight hardware tracer. Please add details on what this test does in here. Include the output from the test? Does this test have dependencies on config? If it does, does this

Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-04 Thread James Clark
On 29/11/2024 8:38 am, Linu Cherian wrote: Add sysfs mode selftest for ARM Coresight hardware tracer. Signed-off-by: Linu Cherian --- .../drivers/hwtracing/coresight/Makefile | 5 + .../hwtracing/coresight/sysfs_test_trace.sh | 144 ++ 2 files changed, 149 insert

Re: [PATCH] selftests: arm coresight: sysfsmode testing

2024-12-03 Thread Shuah Khan
On 11/29/24 01:38, Linu Cherian wrote: Add sysfs mode selftest for ARM Coresight hardware tracer. Please add details on what this test does in here. Include the output from the test? Does this test have dependencies on config? If it does, does this test detect and skip if config isn't enabled?

[PATCH] selftests: arm coresight: sysfsmode testing

2024-11-29 Thread Linu Cherian
Add sysfs mode selftest for ARM Coresight hardware tracer. Signed-off-by: Linu Cherian --- .../drivers/hwtracing/coresight/Makefile | 5 + .../hwtracing/coresight/sysfs_test_trace.sh | 144 ++ 2 files changed, 149 insertions(+) create mode 100644 tools/testing/selftests