Home | History | Annotate | Download | only in symbols
      1 Name: symbols module from Chromium
      2 URL: https://chromium.googlesource.com/chromium/src.git
      3 License: BSD
      4 
      5 Description:
      6 
      7 Originally added to src/build/android/pylib/symbols by Primiano Tucci:
      8 
      9 commit eb3ad0de43537c5bff297326b11b121c77cc18e6
     10 Author: primiano (a] chromium.org
     11 Date:   Mon Feb 24 19:23:59 2014 +0000
     12 
     13     Add fast ELF Symbolizer to memory_inspector.
     14 
     15     This CL introduces a multiprocess, pipelined and asynchronous ELF
     16     symbolizer (based on addr2line) which gives honor to a bulkly workstation
     17     when symbolizing large batches of symbols.
     18 
     19     BUG=340294,339059
     20 
     21     Review URL: https://codereview.chromium.org/167893009
     22