Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf report: Add more tips to 21th tips #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seonyoungkims
Copy link
Collaborator

'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 [email protected]
Cc: Namhyung Kim [email protected]
Cc: Jiri Olsa [email protected]
Cc: Taeung Song [email protected]

'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 <[email protected]>
Cc: Namhyung Kim [email protected]
Cc: Jiri Olsa [email protected]
Cc: Taeung Song [email protected]
@DongDongKim
Copy link
Collaborator

It is very useful when I want to know the line in problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants