mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 08:32:39 +00:00
5 lines
139 B
Text
5 lines
139 B
Text
![]() |
#!/bin/bash
|
||
|
# description: system-wide failed syscalls
|
||
|
# args: [comm]
|
||
|
perf trace -s ~/libexec/perf-core/scripts/perl/failed-syscalls.pl $1
|