mbox series

[SRU,E,v2,0/5] Add perf support for Comet Lake/Ice Lake CPU

Message ID 20191127080215.203148-1-vicamo.yang@canonical.com
Headers show
Series Add perf support for Comet Lake/Ice Lake CPU | expand

Message

You-Sheng Yang Nov. 27, 2019, 8:02 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1848978

[Impact]
There is no complete perf support for Comet Lake CPU. For Ice Lake, some
changes has been included in v5.3, but still misses CPU IDs.

[Fix]
perf support for Comet Lake is based on previous works for Ice Lake, so
changes for both have to be backported.

[Test Case]
On platforms with Comet Lake/Ice Lake CPUs, one should find new
cstate_pkg events c{8,9,10}-residency appear in output of `perf list`
for use.

[Regression Potential]
Low. This backports perf support for previously incompletedly supported
cpu models.

V2:
- drop patch from commit 63b79f6ebc46 ("perf/x86: Support constraint
  ranges") as it has already been included in v5.3.

Kan Liang (5):
  perf/x86/intel: Add Comet Lake CPU support
  perf/x86/msr: Add Comet Lake CPU support
  perf/x86/cstate: Add Comet Lake CPU support
  perf/x86/msr: Add new CPU model numbers for Ice Lake
  perf/x86/cstate: Update C-state counters for Ice Lake

 arch/x86/events/intel/core.c   |  2 ++
 arch/x86/events/intel/cstate.c | 42 ++++++++++++++++++++++++----------
 arch/x86/events/msr.c          |  5 ++++
 3 files changed, 37 insertions(+), 12 deletions(-)

Comments

Stefan Bader Nov. 29, 2019, 8:52 a.m. UTC | #1
On 27.11.19 09:02, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1848978
> 
> [Impact]
> There is no complete perf support for Comet Lake CPU. For Ice Lake, some
> changes has been included in v5.3, but still misses CPU IDs.
> 
> [Fix]
> perf support for Comet Lake is based on previous works for Ice Lake, so
> changes for both have to be backported.
> 
> [Test Case]
> On platforms with Comet Lake/Ice Lake CPUs, one should find new
> cstate_pkg events c{8,9,10}-residency appear in output of `perf list`
> for use.
> 
> [Regression Potential]
> Low. This backports perf support for previously incompletedly supported
> cpu models.
> 
> V2:
> - drop patch from commit 63b79f6ebc46 ("perf/x86: Support constraint
>   ranges") as it has already been included in v5.3.
> 
> Kan Liang (5):
>   perf/x86/intel: Add Comet Lake CPU support
>   perf/x86/msr: Add Comet Lake CPU support
>   perf/x86/cstate: Add Comet Lake CPU support
>   perf/x86/msr: Add new CPU model numbers for Ice Lake
>   perf/x86/cstate: Update C-state counters for Ice Lake
> 
>  arch/x86/events/intel/core.c   |  2 ++
>  arch/x86/events/intel/cstate.c | 42 ++++++++++++++++++++++++----------
>  arch/x86/events/msr.c          |  5 ++++
>  3 files changed, 37 insertions(+), 12 deletions(-)
> 
Nothing for the Eoan submission but I would think about following up with
feature additions to Disco. Is the limited lifetime worth all the effort?

Acked-by: Stefan Bader <stefan.bader@canonical.com>
You-Sheng Yang Nov. 29, 2019, 9:18 a.m. UTC | #2
I would still enjoy staying aside and working for Disco in its last few
months of life.

On 2019-11-29 16:52, Stefan Bader wrote:
> On 27.11.19 09:02, You-Sheng Yang wrote:
>> BugLink: https://bugs.launchpad.net/bugs/1848978
>>
>> [Impact]
>> There is no complete perf support for Comet Lake CPU. For Ice Lake, some
>> changes has been included in v5.3, but still misses CPU IDs.
>>
>> [Fix]
>> perf support for Comet Lake is based on previous works for Ice Lake, so
>> changes for both have to be backported.
>>
>> [Test Case]
>> On platforms with Comet Lake/Ice Lake CPUs, one should find new
>> cstate_pkg events c{8,9,10}-residency appear in output of `perf list`
>> for use.
>>
>> [Regression Potential]
>> Low. This backports perf support for previously incompletedly supported
>> cpu models.
>>
>> V2:
>> - drop patch from commit 63b79f6ebc46 ("perf/x86: Support constraint
>>   ranges") as it has already been included in v5.3.
>>
>> Kan Liang (5):
>>   perf/x86/intel: Add Comet Lake CPU support
>>   perf/x86/msr: Add Comet Lake CPU support
>>   perf/x86/cstate: Add Comet Lake CPU support
>>   perf/x86/msr: Add new CPU model numbers for Ice Lake
>>   perf/x86/cstate: Update C-state counters for Ice Lake
>>
>>  arch/x86/events/intel/core.c   |  2 ++
>>  arch/x86/events/intel/cstate.c | 42 ++++++++++++++++++++++++----------
>>  arch/x86/events/msr.c          |  5 ++++
>>  3 files changed, 37 insertions(+), 12 deletions(-)
>>
> Nothing for the Eoan submission but I would think about following up with
> feature additions to Disco. Is the limited lifetime worth all the effort?
> 
> Acked-by: Stefan Bader <stefan.bader@canonical.com>
>
Sultan Alsawaf Nov. 29, 2019, 5:25 p.m. UTC | #3
On Wed, Nov 27, 2019 at 04:02:10PM +0800, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1848978
> 
> [Impact]
> There is no complete perf support for Comet Lake CPU. For Ice Lake, some
> changes has been included in v5.3, but still misses CPU IDs.
> 
> [Fix]
> perf support for Comet Lake is based on previous works for Ice Lake, so
> changes for both have to be backported.
> 
> [Test Case]
> On platforms with Comet Lake/Ice Lake CPUs, one should find new
> cstate_pkg events c{8,9,10}-residency appear in output of `perf list`
> for use.
> 
> [Regression Potential]
> Low. This backports perf support for previously incompletedly supported
> cpu models.
> 
> V2:
> - drop patch from commit 63b79f6ebc46 ("perf/x86: Support constraint
>   ranges") as it has already been included in v5.3.
> 
> Kan Liang (5):
>   perf/x86/intel: Add Comet Lake CPU support
>   perf/x86/msr: Add Comet Lake CPU support
>   perf/x86/cstate: Add Comet Lake CPU support
>   perf/x86/msr: Add new CPU model numbers for Ice Lake
>   perf/x86/cstate: Update C-state counters for Ice Lake
> 
>  arch/x86/events/intel/core.c   |  2 ++
>  arch/x86/events/intel/cstate.c | 42 ++++++++++++++++++++++++----------
>  arch/x86/events/msr.c          |  5 ++++
>  3 files changed, 37 insertions(+), 12 deletions(-)
> 
> -- 
> 2.24.0
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>
Khalid Elmously Dec. 2, 2019, 4:40 a.m. UTC | #4
The patches don't have BugLinks in them, so I added them.


On 2019-11-27 16:02:10 , You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1848978
> 
> [Impact]
> There is no complete perf support for Comet Lake CPU. For Ice Lake, some
> changes has been included in v5.3, but still misses CPU IDs.
> 
> [Fix]
> perf support for Comet Lake is based on previous works for Ice Lake, so
> changes for both have to be backported.
> 
> [Test Case]
> On platforms with Comet Lake/Ice Lake CPUs, one should find new
> cstate_pkg events c{8,9,10}-residency appear in output of `perf list`
> for use.
> 
> [Regression Potential]
> Low. This backports perf support for previously incompletedly supported
> cpu models.
> 
> V2:
> - drop patch from commit 63b79f6ebc46 ("perf/x86: Support constraint
>   ranges") as it has already been included in v5.3.
> 
> Kan Liang (5):
>   perf/x86/intel: Add Comet Lake CPU support
>   perf/x86/msr: Add Comet Lake CPU support
>   perf/x86/cstate: Add Comet Lake CPU support
>   perf/x86/msr: Add new CPU model numbers for Ice Lake
>   perf/x86/cstate: Update C-state counters for Ice Lake
> 
>  arch/x86/events/intel/core.c   |  2 ++
>  arch/x86/events/intel/cstate.c | 42 ++++++++++++++++++++++++----------
>  arch/x86/events/msr.c          |  5 ++++
>  3 files changed, 37 insertions(+), 12 deletions(-)
> 
> -- 
> 2.24.0
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team