summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2026-06-19 17:57:33 +0200
committerPeter Zijlstra <peterz@infradead.org>2026-08-07 18:27:18 +0200
commit6e5716b187faf50e5d33f0986ea25827cbdaa294 (patch)
tree658bef0bc7cb37e85dd11a0cd08743dd21a442e7 /tools/perf/scripts/python/stackcollapse.py
parent15fa203ef91e8a303c322eaaa8ca01a6ddaf94dc (diff)
objtool: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
While the GCC and Clang compilers already define __ASSEMBLER__ automatically when compiling assembly code, __ASSEMBLY__ is a macro that only gets defined by the Makefiles in the kernel. This can be very confusing when switching between userspace and kernelspace coding, or when dealing with uapi headers that rather should use __ASSEMBLER__ instead. So let's standardize now on the __ASSEMBLER__ macro that is provided by the compilers. This is a completely mechanical patch (done with a simple "sed -i" statement). Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260619155733.58852-1-thuth@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions