From: Mathieu Desnoyers Date: Thu, 16 Apr 2015 21:13:14 +0000 (-0400) Subject: Fix: compaction instrumentation namespacing X-Git-Tag: v2.7.0-rc1~57 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=c3857419b4026d047a6f29e8f5c2fa062262c1a6;p=lttng-modules.git Fix: compaction instrumentation namespacing Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/compaction.h b/instrumentation/events/lttng-module/compaction.h index 10edec41..2c258467 100644 --- a/instrumentation/events/lttng-module/compaction.h +++ b/instrumentation/events/lttng-module/compaction.h @@ -28,7 +28,11 @@ LTTNG_TRACEPOINT_EVENT_CLASS(compaction_isolate_template, ) ) -LTTNG_TRACEPOINT_EVENT_INSTANCE(compaction_isolate_template, mm_compaction_isolate_migratepages, +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(compaction_isolate_template, + + mm_compaction_isolate_migratepages, + + compaction_isolate_migratepages, TP_PROTO(unsigned long start_pfn, unsigned long end_pfn, @@ -38,7 +42,11 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(compaction_isolate_template, mm_compaction_isola TP_ARGS(start_pfn, end_pfn, nr_scanned, nr_taken) ) -LTTNG_TRACEPOINT_EVENT_INSTANCE(compaction_isolate_template, mm_compaction_isolate_freepages, +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(compaction_isolate_template, + + mm_compaction_isolate_freepages, + + compaction_isolate_freepages, TP_PROTO(unsigned long start_pfn, unsigned long end_pfn,