tracing: Add ftrace event call parameter to its field descriptor handler
[pandora-kernel.git] / kernel / trace / trace_events.c
index 1d289e2..b568ade 100644 (file)
@@ -576,7 +576,7 @@ event_format_read(struct file *filp, char __user *ubuf, size_t cnt,
        trace_seq_printf(s, "format:\n");
        trace_write_header(s);
 
-       r = call->show_format(s);
+       r = call->show_format(call, s);
        if (!r) {
                /*
                 * ug!  The format output is bigger than a PAGE!!