X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fjbd.h;h=f20eef256cf325ce62ba6639801bb7672d567c0b;hb=9cf29d3eaffa56199259919c90108de84724b4fb;hp=570bdacf08254741a307b6e4863f8e7d738690ec;hpb=76e4f0175e477c9ad0368523e3c0dd2cbbfd3678;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/jbd.h b/instrumentation/events/lttng-module/jbd.h index 570bdacf..f20eef25 100644 --- a/instrumentation/events/lttng-module/jbd.h +++ b/instrumentation/events/lttng-module/jbd.h @@ -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),