From: Mathieu Desnoyers Date: Tue, 21 May 2019 21:51:23 +0000 (-0400) Subject: Introduce callstack legacy implementation header X-Git-Tag: v2.12.0-pre~44 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b6ee48d2a69c34bf5dd44319cba19bedbbd35fca;hp=b6ee48d2a69c34bf5dd44319cba19bedbbd35fca;p=lttng-modules.git Introduce callstack legacy implementation header Split the callstack code: keep boilerplate code within the C implementation file, and move the parts which depend on the "legacy" (pre-stackwalk) stacktrace kernel API to a separate implementation header. This is a preparation step to introduce a new implementation header for the stackwalk API, added in Linux 5.2 and gradually integrated within each architecture. Signed-off-by: Mathieu Desnoyers ---