Introduce callstack legacy implementation header
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 May 2019 21:51:23 +0000 (17:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 May 2019 14:48:30 +0000 (10:48 -0400)
commitb6ee48d2a69c34bf5dd44319cba19bedbbd35fca
treefb7b3164ea82d5cc47451e5f92fcc82951b12789
parenta6a26911cc7888458bd91feb433df584d7dcd5c8
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 <mathieu.desnoyers@efficios.com>
lttng-context-callstack-legacy-impl.h [new file with mode: 0644]
lttng-context-callstack.c
This page took 0.026057 seconds and 4 git commands to generate.