FlameGraph icon indicating copy to clipboard operation
FlameGraph copied to clipboard

Stack trace visualizer

Results 141 FlameGraph issues
Sort by recently updated
recently updated
newest added

The loop in https://github.com/brendangregg/FlameGraph/blob/master/flamegraph.pl#L1077 which iterates over `` elements, does not check if they have currently the `.hide` class. These elements still have their `x` and `width` values from before...

I have an application with multiple worker threads that share the same entry point. If the threads have different names, I can see traces for individual threads. If they share...

When I use stackcount and flamegraph to capture the flame graph of the physical memory allocation function, I cannot obtain the complete function call stack of `__memset_avx2_erms`. Please tell me...

First off, thank you for this amazing tool. I'd like to include this in a research paper I am writing as a SVG or PNG but would like to render...

exec `./flamegraph.pl` start with no parameters , this process will always block and print nothing, which makes the user a little confused. I think it would be clearer to give...

Add an option `--count` to files.pl, which will produce the _count_ of files and directories, as an alternative to the _size_ of files.

Samples produced by perf record can include process names that contain the cpu number in them. For example 'ksoftirqd/32', 'migration/16', etc. Introduce an option called 'aggregate-comm' for replacing the numerical...

I am doing some work on QNX. QNX recommens using gprof. But it seems that gprof is not supported by FlameGraph currently.