]> Git Repo - linux.git/commit
perf/x86/intel/uncore: Cache logical pkg id in uncore driver
authorAndi Kleen <[email protected]>
Tue, 14 Nov 2017 12:42:55 +0000 (07:42 -0500)
committerThomas Gleixner <[email protected]>
Fri, 17 Nov 2017 15:22:30 +0000 (16:22 +0100)
commitd46b4c1ce5f0d9a13fb2318763076442669a2bdc
tree57213d3f17408eba2144e00644ad3a92852830f0
parent4ee2ec1b122599f7b10c849fa7915cebb37b7edb
perf/x86/intel/uncore: Cache logical pkg id in uncore driver

The SNB-EP uncore driver is the only user of topology_phys_to_logical_pkg
in a performance critical path.

Change it query the logical pkg ID only once at initialization time and
then cache it in box structure. This allows to change the logical package
management without affecting the performance critical path.

Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Prarit Bhargava <[email protected]>
Cc: Tom Lendacky <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: He Chen <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Piotr Luc <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Arvind Yadav <[email protected]>
Cc: Vitaly Kuznetsov <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Tim Chen <[email protected]>
Cc: Mathias Krause <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/events/intel/uncore.c
arch/x86/events/intel/uncore.h
arch/x86/events/intel/uncore_snbep.c
This page took 0.055695 seconds and 4 git commands to generate.