ftrace icon indicating copy to clipboard operation
ftrace copied to clipboard

Go library to trace Linux syscalls using the FTRACE kernel framework.

Results 2 ftrace issues
Sort by recently updated
recently updated
newest added

Hi evilsocket. ftrace cannot run on Linux with kernel version 2.6.32 :( example : https://github.com/evilsocket/ftrace/tree/master/example Notice: > Error while enabling event sched_process_exec: open /sys/kernel/debug/tracing/events/sched/sched_process_exec/enable: no such file or directory

Hi! I've realized that ftrace might be leaking descriptors when it opens the debugfs events pipe: ``` ls -l /proc/$(pgrep opensnitchd)/fd/ lr-x------. 1 root root 64 oct 24 12:19 15...