Skip to content

Commit

Permalink
perf report/top: Add a tip about system-wide collection from all CPUs
Browse files Browse the repository at this point in the history
Signed-off-by: Donghyun Kim <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Taeung Song <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
Donghyun Kim authored and acmel committed Oct 5, 2016
1 parent 8649b64 commit 4934323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/Documentation/tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ See assembly instructions with percentage: perf annotate <symbol>
If you prefer Intel style assembly, try: perf annotate -M intel
For hierarchical output, try: perf report --hierarchy
Order by the overhead of source file name and line number: perf report -s srcline
System-wide collection from all CPUs: perf record -a

0 comments on commit 4934323

Please sign in to comment.