文件操作 - syscall-counts-report
返回文件管理
返回主菜单
删除本文件
文件: /usr/libexec/perf-core/scripts/python/bin/syscall-counts-report
编辑文件内容
#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
修改文件时间
将文件时间修改为当前时间的前一年
删除文件