]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/syscall-counts-by-pid.py
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[linux.git] / tools / perf / scripts / python / syscall-counts-by-pid.py
index cf2054c529c994b342dd728002dd1255bd493622..daf314cc5dd313e9fca436eafb82282ea4f40324 100644 (file)
@@ -38,7 +38,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 and common_comm != for_comm) or \
           (for_pid  and common_pid  != for_pid ):
This page took 0.026126 seconds and 4 git commands to generate.