Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-10 Thread Thomas-Mich Richter
On 04/09/2018 04:18 PM, Mark Rutland wrote: > On Mon, Apr 09, 2018 at 03:03:32PM +0200, Thomas-Mich Richter wrote: >> On 04/09/2018 01:37 PM, Mark Rutland wrote: >>> On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: @@ -562,6 +562,12 @@ static int is_pmu_core(const char *name)

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-10 Thread Thomas-Mich Richter
On 04/09/2018 04:18 PM, Mark Rutland wrote: > On Mon, Apr 09, 2018 at 03:03:32PM +0200, Thomas-Mich Richter wrote: >> On 04/09/2018 01:37 PM, Mark Rutland wrote: >>> On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: @@ -562,6 +562,12 @@ static int is_pmu_core(const char *name)

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Mark Rutland
On Mon, Apr 09, 2018 at 03:03:32PM +0200, Thomas-Mich Richter wrote: > On 04/09/2018 01:37 PM, Mark Rutland wrote: > > On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: > >> @@ -562,6 +562,12 @@ static int is_pmu_core(const char *name) > >>if (stat(path, ) == 0) > >>

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Mark Rutland
On Mon, Apr 09, 2018 at 03:03:32PM +0200, Thomas-Mich Richter wrote: > On 04/09/2018 01:37 PM, Mark Rutland wrote: > > On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: > >> @@ -562,6 +562,12 @@ static int is_pmu_core(const char *name) > >>if (stat(path, ) == 0) > >>

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Thomas-Mich Richter
On 04/09/2018 01:37 PM, Mark Rutland wrote: > Hi, > > On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: >> From: Thomas Richter >> >> Perf list with flags -d and -v print a description (-d) or >> a very verbose explanation (-v) of CPU specific counter

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Thomas-Mich Richter
On 04/09/2018 01:37 PM, Mark Rutland wrote: > Hi, > > On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: >> From: Thomas Richter >> >> Perf list with flags -d and -v print a description (-d) or >> a very verbose explanation (-v) of CPU specific counter events. >> These descriptions

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Mark Rutland
Hi, On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: > From: Thomas Richter > > Perf list with flags -d and -v print a description (-d) or > a very verbose explanation (-v) of CPU specific counter events. > These descriptions are provided with the json

Re: [PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Mark Rutland
Hi, On Mon, Apr 09, 2018 at 01:00:15PM +0200, Thomas Richter wrote: > From: Thomas Richter > > Perf list with flags -d and -v print a description (-d) or > a very verbose explanation (-v) of CPU specific counter events. > These descriptions are provided with the json files in > directory

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Thomas Richter
From: Thomas Richter Perf list with flags -d and -v print a description (-d) or a very verbose explanation (-v) of CPU specific counter events. These descriptions are provided with the json files in directory pmu-events/arch/s390/*.json. Display of these descriptions

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-04-09 Thread Thomas Richter
From: Thomas Richter Perf list with flags -d and -v print a description (-d) or a very verbose explanation (-v) of CPU specific counter events. These descriptions are provided with the json files in directory pmu-events/arch/s390/*.json. Display of these descriptions on s390 requires the

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-03-21 Thread Thomas Richter
Perf list with flags -d and -v print a description (-d) or a very verbose explanation (-v) of CPU specific counter events. These descriptions are provided with the json files in directory pmu-events/arch/s390/*.json. Display of these descriptions on s390 requires the corresponding json files. On

[PATCH] perf list: Add s390 support for detailed/verbose pmu event description

2018-03-21 Thread Thomas Richter
Perf list with flags -d and -v print a description (-d) or a very verbose explanation (-v) of CPU specific counter events. These descriptions are provided with the json files in directory pmu-events/arch/s390/*.json. Display of these descriptions on s390 requires the corresponding json files. On