aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDavid Matlack <[email protected]>2022-01-19 23:07:27 +0000
committerPaolo Bonzini <[email protected]>2022-02-10 13:50:38 -0500
commit0f53dfa34efaffebf9da3b5472a6b5b3599bc8f9 (patch)
tree364fff385cc295c2948f7326148a637e6ca176a0 /tools/perf/scripts/python/export-to-postgresql.py
parentc298a30c2821cb03274dfc81840f7bd3eb59d5a3 (diff)
KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()
First remove tdp_mmu_ from the name since it is redundant given that it is a static function in tdp_mmu.c. There is a pattern of using tdp_mmu_ as a prefix in the names of static TDP MMU functions, but all of the other handle_*() variants do not include such a prefix. So drop it entirely. Then change "page" to "pt" to convey that this is operating on a page table rather than an struct page. Purposely use "pt" instead of "sp" since this function takes the raw RCU-protected page table pointer as an argument rather than a pointer to the struct kvm_mmu_page. No functional change intended. Signed-off-by: David Matlack <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions