javierhonduco / rbperf

Low-overhead sampling profiler and tracer for Ruby for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syscall tracing: Add list subcommand

javierhonduco opened this issue · comments

Rather than having to list them with sudo ls /sys/kernel/debug/tracing/events/syscalls/, a subcommand would be nice, something like:

$ rbperf record syscalls --list

or

$ rbperf list syscalls