]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/syscall-counts.py
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / tools / perf / scripts / python / syscall-counts.py
index 92b29381bd39b46af8304e2570f206b8cedf0201..e66a7730aeb5de966b25d9f6401188d0db7c305b 100644 (file)
@@ -35,7 +35,7 @@ def trace_end():
 
 def raw_syscalls__sys_enter(event_name, context, common_cpu,
        common_secs, common_nsecs, common_pid, common_comm,
-       id, args):
+       common_callchain, id, args):
        if for_comm is not None:
                if common_comm != for_comm:
                        return
This page took 0.044918 seconds and 4 git commands to generate.