'perf report -s srcline' command show source files and number in sequence of from top overhead to bottom.
If we want to know what the hottest source file is or the order of source files and numbers with overhead, we can use this command.
Signed-off-by: Kim SeonYoung adamas0414@gmail.com
Cc: Namhyung Kim namhyung@kernel.org
Cc: Jiri Olsa jolsa@kernel.org
Cc: Taeung Song taeung@kosslab.kr
'perf report -s srcline' command show source files and number in sequence of from top overhead to bottom.
If we want to know what the hottest source file is or the order of source files and numbers with overhead, we can use this command.
Signed-off-by: Kim SeonYoung adamas0414@gmail.com Cc: Namhyung Kim namhyung@kernel.org Cc: Jiri Olsa jolsa@kernel.org Cc: Taeung Song taeung@kosslab.kr