DescriptionRevert of Add function to trace stack using frame pointers. (patchset #8 id:140001 of https://codereview.chromium.org/1879073002/ )
Reason for revert:
Failure on Linux ChromeOS MSan Tests: https://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20ChromeOS%20MSan%20Tests/builds/9050
See: https://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20ChromeOS%20MSan%20Tests/builds/9050/steps/base_unittests%20on%20Ubuntu-12.04/logs/stdio
Original issue's description:
> Add function to trace stack using frame pointers.
>
> For memory-infra we need fast stack traces to implement allocation
> tracing (see https://goo.gl/DFoqfi). StackTrace class uses unwinding
> and is too slow. This change adds a function that uses frame pointers
> to walk the stack.
>
> The function supports x86, x64 and arm (but not thumb) architectures
> on POSIX platforms.
>
> BUG=602701
TBR=thakis@chromium.org,bcwhite@chromium.org,primiano@chromium.org,dskiba@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=602701
Committed: https://crrev.com/9cf919380c57cb39a2d5b7a24120d575fbe7258a
Cr-Commit-Position: refs/heads/master@{#389149}
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|