You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch means that for each function we compute the call site and function
that dominates this call in the CFG with returns removed. Hence in particular we
know that if a sample occurs in a particular function, all the dominating
functions must be on the stack, and so we can detect missing stack frames in the
perf output. This addresses issue #2 as best as reasonably possible, without
better output from perf.
This patch will also support future output of the program structure.
This patch means that for each function we compute the call site and function
that dominates this call in the CFG with returns removed. Hence in particular we
know that if a sample occurs in a particular function, all the dominating
functions must be on the stack, and so we can detect missing stack frames in the
perf output. This addresses issue #2 as best as reasonably possible, without
better output from perf.
This patch will also support future output of the program structure.
Sometimes perf seems to output incorrect call stacks, and this compromises the accuracy of statistics.
The text was updated successfully, but these errors were encountered: