tracing: Rename ftrace_event_name() to trace_event_name()
[linux-2.6-block.git] / include / linux / trace_events.h
index 6f28464be418d66a396145e3439ecf2cfb966a85..15617798849c2a8dec107e8993c036893473d149 100644 (file)
@@ -304,7 +304,7 @@ struct trace_event_call {
 };
 
 static inline const char *
-ftrace_event_name(struct trace_event_call *call)
+trace_event_name(struct trace_event_call *call)
 {
        if (call->flags & TRACE_EVENT_FL_TRACEPOINT)
                return call->tp ? call->tp->name : NULL;