Merge branch 'linus' into x86/urgent
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / tools / perf / util / debug.c
index 01bbe8ecec3f7eda9088e9e59ad78ea53b7b5ce6..d4536a9e0d8cc35a4d1cf49f677cf97932f99482 100644 (file)
@@ -57,7 +57,7 @@ void ui__warning(const char *format, ...)
 }
 #endif
 
-void trace_event(event_t *event)
+void trace_event(union perf_event *event)
 {
        unsigned char *raw_event = (void *)event;
        const char *color = PERF_COLOR_BLUE;