Skip to content

Commit

Permalink
update perf script help message
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Jun 22, 2017
1 parent e83d1bc commit 6a152bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stackcollapse-perf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6a152bf

Please sign in to comment.