Tracepoint event: add "TP_code_post()"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Oct 2015 14:02:37 +0000 (10:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Oct 2015 19:40:34 +0000 (15:40 -0400)
commit265822ae7c567f883f17d89316b5540eb4447d6f
tree588d28d4ec66634151efb402f1753ac339c65d7e
parent43803cf2bdfe205fe0e426f7e93507d722ba1feb
Tracepoint event: add "TP_code_post()"

Useful for probes that need to perform teardown after serialization,
e.g. allocate temporary memory in TP_code_pre() and free it in
TP_code_post(). Be careful to only use memory allocation from contexts
allowing it.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/arch/x86/kvm/trace.h
instrumentation/events/lttng-module/block.h
instrumentation/events/lttng-module/compaction.h
instrumentation/events/lttng-module/sched.h
instrumentation/syscalls/headers/x86-64-syscalls-3.10.0-rc7_pointers_override.h
lttng-syscalls.c
probes/define_trace.h
probes/lttng-events-reset.h
probes/lttng-events.h
probes/lttng-tracepoint-event.h
This page took 0.029906 seconds and 4 git commands to generate.