Rename odd event names
[lttng-modules.git] / instrumentation / events / lttng-module / jbd.h
index 570bdacf08254741a307b6e4863f8e7d738690ec..f20eef256cf325ce62ba6639801bb7672d567c0b 100644 (file)
@@ -219,7 +219,10 @@ TRACE_EVENT(jbd_cleanup_journal_tail,
 )
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))
-TRACE_EVENT(journal_write_superblock,
+TRACE_EVENT_MAP(journal_write_superblock,
+
+       jbd_journal_write_superblock,
+
        TP_PROTO(journal_t *journal, int write_op),
 
        TP_ARGS(journal, write_op),
This page took 0.022478 seconds and 4 git commands to generate.