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

option to toggle flamegraph to threaded view #39

Open
ceeaspb opened this issue Apr 12, 2018 · 0 comments
Open

option to toggle flamegraph to threaded view #39

ceeaspb opened this issue Apr 12, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@ceeaspb
Copy link
Contributor

ceeaspb commented Apr 12, 2018

We often need to review individual threads for load balancing, utilisation, etc.
Being able to toggle between the 2 views would be very useful.
It would need source data in the perf script output according to stackcollapse-perf.pl.

USAGE: ./stackcollapse-perf.pl [options] infile > outfile

	--tid		# include TID and PID with process names [1]
...

[1] perf script must emit both PID and TIDs for these to work; eg, Linux < 4.1:
	perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace
    for Linux >= 4.1:
	perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace
@spiermar spiermar added enhancement New feature or request review Tagged for review. labels Apr 12, 2018
@spiermar spiermar changed the title Option to toggle flamegraph to threaded view option to toggle flamegraph to threaded view Apr 13, 2018
@spiermar spiermar removed the review Tagged for review. label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants