Exclude unresolved functions from recursion detection.
authorMilian Wolff <mail@milianw.de>
Sun, 26 Feb 2017 21:05:20 +0000 (22:05 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 26 Feb 2017 21:05:20 +0000 (22:05 +0100)
commit2062edcd10ce19efd5705a647d79daddd18b2915
tree48a827365685623827767b871b299e974765fad1
parent2af66156ec98addcb71ad9ea400937dde5ab3337
Exclude unresolved functions from recursion detection.

Previously, when we encountered a stack with two consecutive frames
with missing debug information, we thought it would indicate recursion
and then collapsed all frames beneath. Now, we exclude frames with
missing debug information and don't collapse the stacks anymore.
src/analyze/gui/flamegraph.cpp
src/analyze/gui/locationdata.h
src/analyze/gui/parser.cpp