summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorKajol Jain <kjain@linux.ibm.com>2022-07-11 09:19:26 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2022-07-20 22:28:30 +1000
commitdb5360840f09eded71009a981084ab10a93a08d8 (patch)
treed0cd3c8751728c1717b3d9d31eed6ba0091311c6 /tools
parentb8c7ee79b1a37442a910b8a313045fb9aa639911 (diff)
downloadlinux-db5360840f09eded71009a981084ab10a93a08d8.tar.gz
powerpc/kvm: Move pmu code in kvm folder to separate file for power9 and later platforms
File book3s_hv_p9_entry.c in powerpc/kvm folder consists of functions
like freeze_pmu, switch_pmu_to_guest and switch_pmu_to_host which are
specific to Performance Monitoring Unit(PMU) for power9 and later
platforms.

For better maintenance, moving pmu related code from
book3s_hv_p9_entry.c to a new file called book3s_hv_p9_perf.c,
without any logic change.
Also make corresponding changes in the Makefile to include
book3s_hv_p9_perf.c during compilation.

Signed-off-by: Kajol Jain <kjain@linux.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220711034927.213192-1-kjain@linux.ibm.com

Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions