diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-03-16 13:42:48 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-16 13:44:06 +0100 |
commit | 8b7cdd08fe304b41a2399eaaa5225159ac6db0d8 (patch) | |
tree | 77aecdeaf0a9127717211d27c0fdff6e357846e4 /tools/perf/util/trace-event-scripting.c | |
parent | d10902812c9cd5583130a4ebb9ad19c60b68149d (diff) | |
parent | 43adec955edd116c3e98c6e2f85fbd63281f5221 (diff) | |
download | blackbird-op-linux-8b7cdd08fe304b41a2399eaaa5225159ac6db0d8.tar.gz blackbird-op-linux-8b7cdd08fe304b41a2399eaaa5225159ac6db0d8.zip |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r-- | tools/perf/util/trace-event-scripting.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index f7af2fca965d..66f4b78737ab 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c @@ -36,11 +36,10 @@ static int stop_script_unsupported(void) return 0; } -static void process_event_unsupported(int cpu __unused, - void *data __unused, - int size __unused, - unsigned long long nsecs __unused, - char *comm __unused) +static void process_event_unsupported(union perf_event *event __unused, + struct perf_sample *sample __unused, + struct perf_session *session __unused, + struct thread *thread __unused) { } |