kernel/tools/perf/scripts/perl/failed-syscalls.pl
.. .. @@ -18,7 +18,7 @@ 18 18 sub raw_syscalls::sys_exit 19 19 { 20 20 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs, 21 - $common_pid, $common_comm,21 + $common_pid, $common_comm, $common_callchain,22 22 $id, $ret) = @_; 23 23 24 24 if ($ret < 0) {