Evaluate recording overhead of system calls
Closed this issue · 0 comments
Mic92 commented
Either take a look at apache benchmark or redis benchmark
and measure what the overhead is, when perf records system calls:
$ perf record -g -e cycles -e raw_syscalls:*/call-graph=no/ \
-e sched:sched_switch/call-graph=no/ \
--switch-output --overwrite -a