]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/check-perf-trace.py
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[linux.git] / tools / perf / scripts / python / check-perf-trace.py
index 964d934395ff67d57b65a17660400bff8a1483e2..4647a7694cf60a77835f3c80aeb79d54578df69d 100644 (file)
@@ -1,4 +1,4 @@
-# perf trace event handlers, generated by perf trace -g python
+# perf script event handlers, generated by perf script -g python
 # (c) 2010, Tom Zanussi <[email protected]>
 # Licensed under the terms of the GNU GPL License version 2
 #
@@ -51,8 +51,7 @@ def kmem__kmalloc(event_name, context, common_cpu,
 
                flag_str("kmem__kmalloc", "gfp_flags", gfp_flags)),
 
-def trace_unhandled(event_name, context, common_cpu, common_secs, common_nsecs,
-               common_pid, common_comm):
+def trace_unhandled(event_name, context, event_fields_dict):
     try:
         unhandled[event_name] += 1
     except TypeError:
This page took 0.032039 seconds and 4 git commands to generate.