1. 17 Sep, 2015 1 commit
    • alph's avatar
      [profiler] Make no frame region detection code more robust · 12c7bc9a
      alph authored
      Upon collection of the stack trace if the current PC falls into
      the frame building code, the top frame might be in a non-consistent
      state. That leads to some of the frames could be missing from the
      stack trace.
      
      The patch makes it check instructions under current PC and if they
      look like the frame setup/destroy code, it skips the entire sample.
      
      Support for x86/x64
      
      BUG=chromium:529931
      LOG=N
      
      Review URL: https://codereview.chromium.org/1341413002
      
      Cr-Commit-Position: refs/heads/master@{#30777}
      12c7bc9a
  2. 16 Sep, 2015 20 commits
  3. 15 Sep, 2015 19 commits