forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/perf/scripts/perl/failed-syscalls.pl
....@@ -18,7 +18,7 @@
1818 sub raw_syscalls::sys_exit
1919 {
2020 my ($event_name, $context, $common_cpu, $common_secs, $common_nsecs,
21
- $common_pid, $common_comm,
21
+ $common_pid, $common_comm, $common_callchain,
2222 $id, $ret) = @_;
2323
2424 if ($ret < 0) {