# cmake -DUSE_FSAL_RGW=ON -DUSE_LTTNG=ON -DRGW_PREFIX=/build/ ../../src/ # make && make install # LD_PRELOAD=./libganesha_trace.so LD_PRELOAD=liblttng-ust-fork.so ...
# bpftrace -e 'tracepoint:syscalls:sys_exit_statfs,tracepoint:syscalls:sys_exit_statx { @[args->ret] = count(); }' The args builtin only works for probes with 1 ...