1. 0cd3943 Use #pragma once header guard. by Christopher Ferris · 2 years, 1 month ago
  2. 2156447 Add the AndroidUnwinder objects. by Christopher Ferris · 2 years, 3 months ago
  3. eead878 Add RemoteGetArch function. by Christopher Ferris · 2 years, 2 months ago
  4. 4ed20b5 Remove elf_from_memory_not_file from unwinder. by Christopher Ferris · 2 years, 3 months ago
  5. 9e65d14 Remove the LocalUnwinder object. by Christopher Ferris · 2 years, 5 months ago
  6. 1af21ef Allow unwinding main thread in ThreadUnwinder. by Sim Sun · 2 years, 3 months ago
  7. 875fd55 Add get initial regs to ThreadUnwinder. by Christopher Ferris · 2 years, 4 months ago
  8. d5c19e7 Merge "Don't hide error by INVALID_MAP in speculative frame." by Yabin Cui · 2 years, 4 months ago
  9. 309400d Don't hide error by INVALID_MAP in speculative frame. by Yabin Cui · 2 years, 4 months ago
  10. 2d5c6a4 Fix getting elf file from JIT_SYMFILE maps. by Yabin Cui · 2 years, 4 months ago
  11. b61aebb Merge "Move MapInfo objects in to frame data." by Christopher Ferris · 2 years, 5 months ago
  12. 9455a02 Merge "Fix memory leak." by Christopher Ferris · 2 years, 5 months ago
  13. 78ed97d Fix leak in test. by Christopher Ferris · 2 years, 5 months ago
  14. a3417dc Fix memory leak. by Christopher Ferris · 2 years, 5 months ago
  15. 0a2dc5b Move MapInfo objects in to frame data. by Christopher Ferris · 2 years, 7 months ago
  16. 4c1a5dd Fix linux (non bionic) arm64 build by Daniele Di Proietto · 2 years, 6 months ago
  17. 5e34c2a Ignore /dev/* MapInfo for GetBuildID by Thiébaud Weksteen · 2 years, 6 months ago
  18. f702389 Merge "Add GetPrintableBuildID function to Elf object." by Christopher Ferris · 2 years, 7 months ago
  19. d452e57 Add GetPrintableBuildID function to Elf object. by Christopher Ferris · 2 years, 7 months ago
  20. b181200 Fix Elf caching. by Christopher Ferris · 2 years, 7 months ago
  21. 734cc2f Remove the next_real_map and prev_real_map. by Christopher Ferris · 2 years, 8 months ago
  22. 88367cf Maps contains shared_ptr MapInfo objects now. by Christopher Ferris · 3 years, 5 months ago
  23. eab6451 Fix all known race conditions in the tests. by Christopher Ferris · 2 years, 8 months ago
  24. 54b7e04 Run unit tests on hwasan. by Christopher Ferris · 2 years, 8 months ago
  25. 459491e Clean up common file test usage. by Christopher Ferris · 2 years, 8 months ago
  26. 5731ca8 Add offline test for apk issues. by Christopher Ferris · 2 years, 8 months ago
  27. e0b9c92 Fix missing offset in display for apk backtrace. by Christopher Ferris · 2 years, 8 months ago
  28. 1df8aa6 Fix flaky unwind tests. by Christopher Ferris · 2 years, 8 months ago
  29. 8499e47 Merge "Fix flaky test issue." by Christopher Ferris · 2 years, 9 months ago
  30. 8e0568c Merge "Allow a global to be in a zero offset rw map." by Christopher Ferris · 2 years, 9 months ago
  31. 025019e Fix flaky test issue. by Christopher Ferris · 2 years, 9 months ago
  32. 6197601 Allow a global to be in a zero offset rw map. by Christopher Ferris · 2 years, 9 months ago
  33. 98ef35a Fix system/unwinding building against musl by Colin Cross · 2 years, 9 months ago
  34. 1cc5ce4 Merge "Remove the error message for unsupported elf." by Christopher Ferris · 2 years, 9 months ago
  35. 471aa51 Remove the error message for unsupported elf. by Christopher Ferris · 2 years, 9 months ago
  36. 23b1e9e Fix benchmark files not being decompressed. by Christopher Ferris · 2 years, 9 months ago
  37. efe72cb Register a runtime dependency on libdexfile in all variants that use by Martin Stjernholm · 2 years, 9 months ago
  38. 50b2e31 Add unit tests for ProcessTracer. by Zach Ghera · 2 years, 10 months ago
  39. 53a174e Merge "Enable decay time option for benchmarks." by Treehugger Robot · 2 years, 10 months ago
  40. 62b91bc OfflineUnwindBenchmarks: Add steady-state case. by Zach Ghera · 2 years, 10 months ago
  41. 5d7be61 Single-thread consecutive offline benchmark/tests. by Zach Ghera · 2 years, 10 months ago
  42. d57c007 Multi-thread consecutive offline benchmark/tests. by Zach Ghera · 2 years, 10 months ago
  43. e295249 Multi-process consecutive offline benchmark/tests. by Zach Ghera · 2 years, 10 months ago
  44. 593f729 UnwindOfflineTest: Test consecutive unwinds. by Zach Ghera · 2 years, 10 months ago
  45. 803529b OfflineUnwindBenchmarks: Benchmark consecutive unwinds. by Zach Ghera · 2 years, 10 months ago
  46. 11c87db Get unwind frame information from output file. by Zach Ghera · 2 years, 10 months ago
  47. 4bd1698 OfflineUnwindUtils: Support consecutive unwinds. by Zach Ghera · 2 years, 11 months ago
  48. 6a6d38a Add offline unwind dumps for benchmark and tests. by Zach Ghera · 2 years, 10 months ago
  49. 85ea0f4 Strip testing and benchmarking libraries by David Srbecky · 2 years, 10 months ago
  50. 88372af Enable decay time option for benchmarks. by Zach Ghera · 2 years, 10 months ago
  51. 29bfe52 Create a tool to help share common ELFs. by Zach Ghera · 2 years, 10 months ago
  52. e1cc3af Additional documentation for offline unwinds. by Zach Ghera · 2 years, 10 months ago
  53. 7158e17 Create large ELF benchmarks. by Zach Ghera · 2 years, 10 months ago
  54. 702bf9d Add ELFs for large ELF benchmarks. by Zach Ghera · 2 years, 10 months ago
  55. 070de95 unwind_for_offline: Avoid null dereference by Greg Kaiser · 2 years, 10 months ago
  56. f953992 Merge changes I90e641d4,Ib7c6c098,Ic646d830 by Treehugger Robot · 2 years, 10 months ago
  57. b9c6482 unwind_for_offline: option to write frame & stack info to file. by Zach Ghera · 2 years, 11 months ago
  58. e30226b unwind_for_offline: option to perform unwind in specific elf. by Zach Ghera · 2 years, 11 months ago
  59. 6567f01 unwind_for_offline: option to dump backtraces for all threads. by Zach Ghera · 2 years, 11 months ago
  60. f305f42 Create unsafe local read benchmarks. by Zach Ghera · 2 years, 10 months ago
  61. 5e08a5b Refactor OfflineUnwindUtils and dependent classes. by Zach Ghera · 2 years, 11 months ago
  62. 0fee156 Merge changes I0dd7ca49,If4818667,Ibd9274fa by Treehugger Robot · 2 years, 11 months ago
  63. bc653c4 Merge changes Ib3fd52db,I38c61d35 by Treehugger Robot · 2 years, 11 months ago
  64. 4dae659 Add value expression Eval benchmark. by Zach Ghera · 2 years, 11 months ago
  65. 4f879b3 Add expression Eval benchmark. by Zach Ghera · 2 years, 11 months ago
  66. dd4e7d9 Add offset Eval benchmarks. by Zach Ghera · 2 years, 11 months ago
  67. 3bfdddf Add value offset Eval benchmarks. by Zach Ghera · 2 years, 11 months ago
  68. e98ae19 Refactor EvalBenchmark.cpp. by Zach Ghera · 2 years, 11 months ago
  69. efa04ab Support address size from .debug_frame version 4 by David Srbecky · 2 years, 11 months ago
  70. d5d45d0 Merge "Move compression memory object into its own file." by Christopher Ferris · 3 years ago
  71. d2fa9ff Merge "libunwindstack: make default fde address encoding unsigned." by Yabin Cui · 3 years ago
  72. 43a522f Move compression memory object into its own file. by Christopher Ferris · 3 years ago
  73. 95d4550 libunwindstack: make default fde address encoding unsigned. by Yabin Cui · 3 years ago
  74. 325e1f1 Merge changes I69767711,I617e0b40 by Treehugger Robot · 3 years ago
  75. abf9b3e Merge changes Ibb7c04e5,I497680bc by Treehugger Robot · 3 years ago
  76. 6933634 Create benchmarks for DwarfSection::Eval. by Zach Ghera · 3 years ago
  77. a5dfbe2 Move RegsFake into common utils. by Zach Ghera · 3 years ago
  78. d30d518 Move mock DwarfSectionImpl class into common utils. by Zach Ghera · 3 years ago
  79. eb9f4f1 Move offline unwind benchmark fixture into Utils. by Zach Ghera · 3 years ago
  80. 65af60d Fix up the log system. by Christopher Ferris · 3 years ago
  81. 540364b Make sure all logging is using the native log code. by Christopher Ferris · 3 years ago
  82. f955870 Merge "Add license_text for BSD, global license for Apache" by Treehugger Robot · 3 years ago
  83. eb46bd2 Merge "Make host list libdexfile as a runtime lib." by Christopher Ferris · 3 years ago
  84. 34ad2ae Add license_text for BSD, global license for Apache by Bob Badour · 3 years ago
  85. b66d0dd Merge "Add ramdisk_available to init_first_stage's deps" by Inseob Kim · 3 years ago
  86. a5715a7 Make host list libdexfile as a runtime lib. by Christopher Ferris · 3 years ago
  87. d1937ef Merge "Common utils for offline test and benchmarks." by Treehugger Robot · 3 years ago
  88. e8347b2 Merge changes Ia8370d72,I4706c2af,I43406fcb by Treehugger Robot · 3 years ago
  89. 47efe49 Revert "Remove CheckDexSupport check." by Christopher Ferris · 3 years ago
  90. 150adbe Common utils for offline test and benchmarks. by Zach Ghera · 3 years ago
  91. e7858f0 Move MemoryFake into utils/ directory. by Zach Ghera · 3 years ago
  92. 62db88b Move offline test files to offline_files/. by Zach Ghera · 3 years ago
  93. fe03390 Remove CheckDexSupport check. by Christopher Ferris · 3 years ago
  94. e132af2 Create benchmarks for offline unwinding. by Zach Ghera · 3 years ago
  95. 1e6a4d8 Allow process memory to be set on UnwindFromPid. by Christopher Ferris · 3 years ago
  96. 6f0bc8b Add ramdisk_available to init_first_stage's deps by Inseob Kim · 3 years ago
  97. ff5cb03 Merge "Avoid pathologically high memory use for DEX files." by Treehugger Robot · 3 years ago
  98. 2dd2dd6 Avoid pathologically high memory use for DEX files. by David Srbecky · 3 years ago
  99. d4496eb Fix potential use of unitialized cache. by Christopher Ferris · 3 years ago
  100. ad71c00 Add ability to lock to a particular cpu. by Christopher Ferris · 3 years ago