1. f8c8bcb simpleperf: Fix handling of BPF symbols by Tomislav Novak · 1 year, 1 month ago
  2. 2b1cfec simpleperf: Use ETMThreadTree interface in ETMDecoder by Yabin Cui · 2 years, 3 months ago
  3. 70fa40a simpleperf: check invalid pid in ForkThread(). by Yabin Cui · 2 years, 8 months ago
  4. 34fac91 simpleperf: fix ForkThread() for fuzzer. by Yabin Cui · 2 years, 8 months ago
  5. 90a547e simpleperf: handle unexpected dso type error. by Yabin Cui · 2 years, 8 months ago
  6. ebbda48 simpleperf: fix a heap buffer overflow reported by hwasan. by Yabin Cui · 3 years ago
  7. a89a374 simpleperf: add record filter options to record and monitor cmd. by Yabin Cui · 4 years, 6 months ago
  8. faa7b92 simpleperf: move all source files into simpleperf namespace by Yabin Cui · 4 years, 7 months ago
  9. f3da1ed simpleperf: fix symbolization for kernel modules. by Yabin Cui · 4 years, 8 months ago
  10. 7078c67 simpleperf: support kernel etm data in inject cmd. by Yabin Cui · 4 years, 9 months ago
  11. c13ff89 simpleperf: use kernel start address in kernel mmap record. by Yabin Cui · 4 years, 9 months ago
  12. 8d005de simpleperf: Add merge cmd. by Yabin Cui · 4 years, 9 months ago
  13. 4848ee0 simpleperf: enable .clang-format by Thiébaud Weksteen · 4 years, 9 months ago
  14. 3775b14 simpleperf: pick up symbol map file by Evgeny Eltsin · 5 years ago
  15. 91dbae0 simpleperf: add perf symbol map dso + test by Evgeny Eltsin · 5 years ago
  16. 418ba0d simpleperf: add MapLocator for etm decoding. by Yabin Cui · 5 years ago
  17. fc9da9b simpleperf: Add ETMDecoder. by Yabin Cui · 6 years ago
  18. 847f3fd simpleperf: fix segfault caused by reused thread ids. by Yabin Cui · 6 years ago
  19. db2c493 simpleperf: fix symbolization in multi-executable-segments libraries. by Yabin Cui · 6 years ago
  20. 9d2ebcf simpleperf: refactor code managing thread maps. by Yabin Cui · 7 years ago
  21. dd401b3 simpleperf: fix reading dex files for unwinding while recording. by Yabin Cui · 7 years ago
  22. 516a87c simpleperf: support showing symbols for interpreted java code. by Yabin Cui · 7 years ago
  23. cdc11a3 simpleperf: support profiling jited java code. by Yabin Cui · 7 years ago
  24. 15933b6 Create maps for libunwind only if they changed. by Christopher Ferris · 7 years ago
  25. b068c10 simpleperf: fix reading kernel modules on Android. by Yabin Cui · 8 years ago
  26. 52190a3 simpleperf: add thread name in report_sample.proto. by Yabin Cui · 8 years ago
  27. 63a1c3d simpleperf: support [vdso]. by Yabin Cui · 8 years ago
  28. 98c7584 simpleperf: fix unknown binary in samples. by Yabin Cui · 8 years ago
  29. aa0dd19 simpleperf: use per process maps. by Yabin Cui · 9 years ago
  30. b2465ad Support to use kallsyms by Daniel Friederich · 9 years ago
  31. 16501ff simpleperf: use file records in protobuf output. by Yabin Cui · 9 years ago
  32. c5b4a31 simpleperf: dump file feature section. by Yabin Cui · 9 years ago
  33. 78fddd1 simpleperf: use Dso::IsHit() to mark hit binaries. by Yabin Cui · 9 years ago
  34. 003b245 Simpleperf: don't expose EventSelection. by Yabin Cui · 9 years ago
  35. 190a848 simpleperf: keep binary in class Record. by Yabin Cui · 9 years ago
  36. 71b533b simplperf: improve unknown symbol print in report-sample command. by Yabin Cui · 9 years ago
  37. 15475e6 simpleperf: show dso[+vaddr_in_file] for unknown symbols. by Yabin Cui · 9 years ago
  38. c855ecc simpleperf: add min_vaddr in DsoRecord. by Yabin Cui · 9 years ago
  39. 9970a23 Simpleperf: add vaddr_in_file sort key in report command. by Yabin Cui · 9 years ago
  40. 1761a27 Simpleperf: Add SPLIT and SPLIT_END records to handle big records. by Yabin Cui · 9 years ago
  41. 6965d42 simpleperf: add kmem command to report slab allocation information. by Yabin Cui · 9 years ago
  42. 767dd17 simpleperf: add report-sample command. by Yabin Cui · 9 years ago
  43. b421297 simpleperf: record kernel symbols in perf.data. by Yabin Cui · 9 years ago
  44. b64a863 simpleperf: refactor SampleTree for reuse. by Yabin Cui · 9 years ago
  45. 040f7b4 simpleperf: use libbacktrace_offline static library. by Yabin Cui · 9 years ago
  46. 66dd09e Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  47. b7f481f Simpleperf: Don't load whole perf.data into memory. by Yabin Cui · 10 years ago
  48. 547c60e Simpleperf: fix some unknown symbols for report result. by Yabin Cui · 10 years ago
  49. c848560 Simpleperf: refactor dso. by Yabin Cui · 10 years ago
  50. f825889 Simpleperf: fix the process of parsing records. by Yabin Cui · 10 years ago
  51. 5f2a170 Simpleperf: work around unexpected (pid, tid) pair. by Yabin Cui · 10 years ago
  52. 73d8078 Simpleperf: use ThreadTree when getting hit files in record command. by Yabin Cui · 10 years ago
  53. 60a0ea9 Simpleperf: separate ThreadTree from SampleTree. by Yabin Cui · 10 years ago