brendangregg / perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace
GNU General Public License v2.0
9.9k stars 1.64k forks source link

perf record -f is crashing during heavy load #89

Closed kaevin1996 closed 4 years ago

kaevin1996 commented 5 years ago

Hi, when i am using "perf record -F 99 -g -p -- sleep 300" during heavy load, it is crashing. Only when i reduce the frequency to around 30, i am getting results.Ideally, the frequency should be high to get better results(around 997 samples/sec). Is there any solution for this.