OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
tools
/
perf
/
tests
/
shell
/
lib
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
probe.sh
153 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
probe_vfs_getname.sh
807 bytes
06/16/2023 05:32:39 PM
rw-r--r--
Editing: probe.sh
Close
# Arnaldo Carvalho de Melo <acme@kernel.org>, 2017 skip_if_no_perf_probe() { perf probe 2>&1 | grep -q 'is not a perf-command' && return 2 return 0 }