diff options
author | Mark Brown <[email protected]> | 2021-03-19 17:40:22 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2021-03-28 18:09:47 +0100 |
commit | b07f3499661c61f03478c99ff3fcb2381ddb9e38 (patch) | |
tree | 88aa566ac226a82bb9b3a616021be12f987c503a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4f30ba1cce36d413c46097c1f3f96891c662a6d6 (diff) |
arm64: stacktrace: Move start_backtrace() out of the header
Currently start_backtrace() is a static inline function in the header.
Since it really shouldn't be sufficiently performance critical that we
actually need to have it inlined move it into a C file, this will save
anyone else scratching their head about why it is defined in the header.
As far as I can see it's only there because it was factored out of the
various callers.
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions