summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRyan Roberts <ryan.roberts@arm.com>2026-03-02 13:55:49 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2026-03-13 17:23:03 +0000
commitd2bf3226952c64d1c2ce4995cce60b3fb8ae5f33 (patch)
tree37a2bf9b4fe4442d024eacf10e9a067bfe12249a /tools/perf/scripts/python/stackcollapse.py
parent5b3fb8a6b429c33ee669d08b1a883d881e9614a1 (diff)
arm64: mm: Introduce a C wrapper for by-range TLB invalidation
As part of efforts to reduce our reliance on complex preprocessor macros for TLB invalidation routines, introduce a new C wrapper for by-range TLB invalidation which can be used instead of the __tlbi() macro and can additionally be called from C code. Each specific tlbi range op is implemented as a C function and the appropriate function pointer is passed to __tlbi_range(). Since everything is declared inline and is statically resolvable, the compiler will convert the indirect function call to a direct inline execution. Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Signed-off-by: Ryan Roberts <ryan.roberts@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions