Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf report/top: Add a tip about system-wide collection from all CPUs

Signed-off-by: Donghyun Kim <dongdong9335@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Taeung Song <taeung@kosslab.kr>
Link: http://lkml.kernel.org/r/1475187357-21882-1-git-send-email-dongdong9335@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Donghyun Kim and committed by
Arnaldo Carvalho de Melo
49343235 8649b643

+1
+1
tools/perf/Documentation/tips.txt
··· 29 29 If you prefer Intel style assembly, try: perf annotate -M intel 30 30 For hierarchical output, try: perf report --hierarchy 31 31 Order by the overhead of source file name and line number: perf report -s srcline 32 + System-wide collection from all CPUs: perf record -a