Re: [PATCH RFC v5 01/13] perf jevents: Add support for an extra directory level

2020-11-17 Thread kajoljain
On 11/13/20 2:54 PM, John Garry wrote: > On 13/11/2020 08:48, kajoljain wrote: >> >> On 11/6/20 6:05 PM, John Garry wrote: >>> Currently only upto a level 2 directory is supported, in form >>> vendor/platform. >> Hi John, >> Just want to check in case of sub directories, >> Will it be good

Re: [PATCH RFC v5 01/13] perf jevents: Add support for an extra directory level

2020-11-13 Thread John Garry
On 13/11/2020 08:48, kajoljain wrote: On 11/6/20 6:05 PM, John Garry wrote: Currently only upto a level 2 directory is supported, in form vendor/platform. Hi John, Just want to check in case of sub directories, Will it be good add on/feasible to be able to include events of particular su

Re: [PATCH RFC v5 01/13] perf jevents: Add support for an extra directory level

2020-11-13 Thread kajoljain
On 11/6/20 6:05 PM, John Garry wrote: > Currently only upto a level 2 directory is supported, in form > vendor/platform. Hi John, Just want to check in case of sub directories, Will it be good add on/feasible to be able to include events of particular sub-directory for a platform? Otherwis

[PATCH RFC v5 01/13] perf jevents: Add support for an extra directory level

2020-11-06 Thread John Garry
Currently only upto a level 2 directory is supported, in form vendor/platform. Add support for a further level, to support vendor/platform sub-directories in future. Signed-off-by: John Garry --- tools/perf/pmu-events/jevents.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-)