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:49:07 +0000 (10:49 -0400)
commit7bc5af6ce8656e7a6e54b1094822a220b7e58ce0
treee9306c60427f633b0f72ed9823c4f77755289233
parentdf0e746a05a267384785d66c9fca947eb4a9e517
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.026687 seconds and 4 git commands to generate.