DescriptionStack sampling profiler: remove RUNTIME_FUNCTION sanity check
This heuristic is causing lots of false positives resulting in
prematurely-truncated stacks. It shouldn't be necessary any longer, as
the check that the instruction pointer is in a valid module should fail
for this case before executing this test.
Also, bump the profiler enable percentage down to 15% while evaluating
this and future incremental changes. This is large enough to detect an
incrementally increased crash rate, while small enough that an
unexpected crasher will not cause a huge problem.
BUG=555770, 541650, 541419
Committed: https://crrev.com/c383cfebcbf223980034223788973dff2f382d43
Cr-Commit-Position: refs/heads/master@{#362526}
Patch Set 1 #
Total comments: 2
Patch Set 2 : make variations add to 100 #
Messages
Total messages: 21 (7 generated)
|