]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/check-perf-trace.py
fixdep: use hash table instead of a single array
[linux.git] / tools / perf / scripts / python / check-perf-trace.py
index 964d934395ff67d57b65a17660400bff8a1483e2..d9f7893e315c0d5aa064df04a8cc3ac870aebdad 100644 (file)
@@ -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.025069 seconds and 4 git commands to generate.