diff --git a/stackcollapse-perf.pl b/stackcollapse-perf.pl index e3dbe0c0..55547495 100755 --- a/stackcollapse-perf.pl +++ b/stackcollapse-perf.pl @@ -100,8 +100,10 @@ sub remember_stack { --kernel # annotate kernel functions with a _[k] --jit # annotate jit functions with a _[j] --context # adds source context to --inline\n -[1] perf script must emit both PID and TIDs for these to work; eg: +[1] perf script must emit both PID and TIDs for these to work; eg, Linux < 4.1: perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace + for Linux >= 4.1: + perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace USAGE_END if ($annotate_all) {