kosslab-kr / linux-perf

:rocket: perf contribution (mirrored from git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git)
Other
16 stars 8 forks source link

perf report: Add a tip about source line numbers with overhead #152

Open seonyoungkims opened 8 years ago

seonyoungkims commented 8 years ago

There is a existing tip as below.

If you have debuginfo enabled, try: perf report -s sym,srcline

However this tip only describe a condition to use --sort sym,scrline options. So there is lack of explanation in the tip. I think that it would be better to add a tip that exactly explain the feature of --sort srcline.

Signed-off-by: Seonyoung Kim adamas0414@gmail.com Cc: Namhyung Kim namhyung@kernel.org Cc: Jiri Olsa jolsa@kernel.org Cc: Taeung Song taeung@kosslab.kr

DongDongKim commented 8 years ago

The description is only for developers. I can't understand completely. Therefore, perf report -s sym, srcline are required more specific description for users.