X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=linux-patches%2Fbackport-tracepoint-data-2.6.32-33.patch;h=e53b47662b0a13f99cf02442b405760728391e09;hb=2b2de15522692b92eeb9418602b1c263bcd72688;hp=e344bac55fde8e670acfafada60640e3545dec8d;hpb=ff4615a8e90df4082bb37a1dc841f3f38c7557fa;p=lttng-modules.git diff --git a/linux-patches/backport-tracepoint-data-2.6.32-33.patch b/linux-patches/backport-tracepoint-data-2.6.32-33.patch index e344bac5..e53b4766 100644 --- a/linux-patches/backport-tracepoint-data-2.6.32-33.patch +++ b/linux-patches/backport-tracepoint-data-2.6.32-33.patch @@ -10,9 +10,10 @@ Date: Sat Sep 1 17:45:09 2012 -0700 Signed-off-by: Mathieu Desnoyers --- - include/linux/tracepoint.h | 141 ++++++++++++++++++++++++++++++++++---------- - kernel/tracepoint.c | 144 ++++++++++++++++++++++++++++++++------------- - 2 files changed, 215 insertions(+), 70 deletions(-) + include/linux/tracepoint.h | 141 +++++++++++++++++++++++++------- + kernel/tracepoint.c | 144 ++++++++++++++++++++++++--------- + samples/tracepoints/tp-samples-trace.h | 4 +- + 3 files changed, 216 insertions(+), 73 deletions(-) Index: linux/include/linux/tracepoint.h =================================================================== @@ -539,3 +540,16 @@ Index: linux/kernel/tracepoint.c EXPORT_SYMBOL_GPL(tracepoint_probe_unregister_noupdate); /** +Index: linux/samples/tracepoints/tp-samples-trace.h +=================================================================== +--- linux.orig/samples/tracepoints/tp-samples-trace.h ++++ linux/samples/tracepoints/tp-samples-trace.h +@@ -7,7 +7,5 @@ + DECLARE_TRACE(subsys_event, + TP_PROTO(struct inode *inode, struct file *file), + TP_ARGS(inode, file)); +-DECLARE_TRACE(subsys_eventb, +- TP_PROTO(void), +- TP_ARGS()); ++DECLARE_TRACE_NOARGS(subsys_eventb); + #endif