summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/pmu/loop.S (follow)
Commit message (Collapse)AuthorAge
* selftests/powerpc: Fix instruction loop for ABIv2 (LE)Michael Ellerman2014-06-11
| | | | | Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* selftests: Add test of PMU instruction counting on powerpcMichael Ellerman2013-08-14
This commit adds a test of instruction counting using the PMU on powerpc. Although the bulk of the code is architecture agnostic, the code needs to run a precisely sized loop which is implemented in assembler. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>