Bug 10521

Summary: Add support for DECLARE_TRACE_WITH_CALLBACK
Product: systemtap Reporter: Josh Stone <jistone>
Component: tapsetsAssignee: Josh Stone <jistone>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Josh Stone 2009-08-13 21:00:57 UTC
In tip/master, commit 63fbdab3 adds DECLARE_TRACE_WITH_CALLBACK underneath the
normal DECLARE_TRACE, in order to support extra setup for the syscall tracepoints.

We should still be fine for tracepoints going through DECLARE_TRACE, but we
should hook into the CALLBACK macro too so we get the syscall tracepoints too.
Comment 1 Josh Stone 2009-08-15 00:12:51 UTC
I'm currently talking with Jason Baron about moving the callbacks into
DEFINE_TRACE_WITH_CALLBACK instead.  We won't need any SystemTap change if that
happens.
Comment 2 Josh Stone 2009-08-26 19:08:56 UTC
My changes are now in tip/master, so no changes are needed in stap.