tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
[linux-2.6-microblaze.git] / tools / lib / traceevent / plugin_function.c
index 3ed965a..86b5bb9 100644 (file)
@@ -122,7 +122,7 @@ static int add_and_get_index(const char *parent, const char *child, int cpu)
        return 0;
 }
 
-static int function_handler(struct trace_seq *s, struct pevent_record *record,
+static int function_handler(struct trace_seq *s, struct tep_record *record,
                            struct event_format *event, void *context)
 {
        struct tep_handle *pevent = event->pevent;