From: Mathieu Desnoyers Date: Tue, 21 May 2019 21:51:23 +0000 (-0400) Subject: Introduce callstack legacy implementation header X-Git-Tag: v2.11.0-rc5~6 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7bc5af6ce8656e7a6e54b1094822a220b7e58ce0;hp=7bc5af6ce8656e7a6e54b1094822a220b7e58ce0;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 ---