]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: mm: Update perf accounting to handle poison faults
authorPunit Agrawal <punit.agrawal@arm.com>
Thu, 8 Jun 2017 17:25:28 +0000 (18:25 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 12 Jun 2017 15:04:29 +0000 (16:04 +0100)
commit0e3a9026396cd7d0eb5777ba923a8f30a3d9db19
treea56b116717c88dc06c80cdd997be2c24efa9462b
parente7c600f149b89e06073ab50f4f12e79828d3d2f0
arm64: mm: Update perf accounting to handle poison faults

Re-organise the perf accounting for fault handling in preparation for
enabling handling of hardware poison faults in subsequent commits. The
change updates perf accounting to be inline with the behaviour on
x86.

With this update, the perf fault accounting -

  * Always report PERF_COUNT_SW_PAGE_FAULTS

  * Doesn't report anything else for VM_FAULT_ERROR (which includes
    hwpoison faults)

  * Reports PERF_COUNT_SW_PAGE_FAULTS_MAJ if it's a major
    fault (indicated by VM_FAULT_MAJOR)

  * Otherwise, reports PERF_COUNT_SW_PAGE_FAULTS_MIN

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/fault.c