1. 4f79dc8 simpleperf: reimplement GetThreadMmapsInProcess. by Yabin Cui · 8 years ago
  2. d5d9c42 simpleperf: add a python script to record without usb connection. by Yabin Cui · 8 years ago
  3. 516a87c simpleperf: support showing symbols for interpreted java code. by Yabin Cui · 8 years ago
  4. cdc11a3 simpleperf: support profiling jited java code. by Yabin Cui · 8 years ago
  5. 9e43e9f simpleperf: Add JITDebugReader. by Yabin Cui · 8 years ago
  6. c68e66d simpleperf: improve managing temp files. by Yabin Cui · 8 years ago
  7. 750b373 simpleperf: improve recording unwinding results. by Yabin Cui · 8 years ago
  8. 30535f2 simpleperf: respect inherited SIGHUP disposition. by Josh Gao · 8 years ago
  9. 38b6a90 simpleperf: create tempfile in the same dir as recording file. by Yabin Cui · 8 years ago
  10. 7c5fe4e simpleperf: allow more opened files. by Yabin Cui · 8 years ago
  11. 9e4ad15 Merge "simpleperf: fix reading kernel modules on Android." by Yabin Cui · 8 years ago
  12. b068c10 simpleperf: fix reading kernel modules on Android. by Yabin Cui · 8 years ago
  13. b921482 simpleperf: avoid warning for default freq. by Yabin Cui · 8 years ago
  14. b61e7e5 Add space in error message. by Nicolas Geoffray · 8 years ago
  15. 7cb6f29 simpleperf: fix --app option for multiprocess apps. by Yabin Cui · 8 years ago
  16. 8838769 simpleperf: fix finding app's process. by Yabin Cui · 8 years ago
  17. 80a1e12 simpleperf: export more info through report_lib_interface. by Yabin Cui · 8 years ago
  18. f6d5b0d Fix clang-tidy performance-* warnings in system/extras. by Chih-Hung Hsieh · 8 years ago
  19. 8605e49 simpleperf: adjust sample freq instead of checking it. by Yabin Cui · 8 years ago
  20. f897452 simpleperf: add test for dumping regs for tracepoint events. by Yabin Cui · 8 years ago
  21. 616b3a0 simpleperf: change the way running cts tests. by Yabin Cui · 8 years ago
  22. a80f8f7 simpleperf: support "--app" option in record/stat command. by Yabin Cui · 8 years ago
  23. 1137a8c simpleperf: write -1 to perf_event_paranoid when running as root. by Yabin Cui · 8 years ago
  24. fbc7062 Merge "simpleperf: better support kernel symbols when running as root." by Yabin Cui · 8 years ago
  25. 63a1c3d simpleperf: support [vdso]. by Yabin Cui · 8 years ago
  26. a90503d simpleperf: better support kernel symbols when running as root. by Yabin Cui · 8 years ago
  27. 0720d48 simpleperf: adjust sample_freq based on max_sample_rate file. by Yabin Cui · 9 years ago
  28. 5f43fc4 simpleperf: check monitored targets regularly. by Yabin Cui · 9 years ago
  29. 417df29 simpleperf: fix dumping arm regs on arm64 devices. by Yabin Cui · 9 years ago
  30. 7e5aa13 Revert "Revert "simpleperf: use libprocinfo."" by Yabin Cui · 9 years ago
  31. 49bdb3d Revert "simpleperf: use libprocinfo." by Josh Gao · 9 years ago
  32. 7eb4f9b simpleperf: use libprocinfo. by Josh Gao · 9 years ago
  33. 0a7a06d simpleperf: avoid errors/warnings caused by sepolicy. by Yabin Cui · 9 years ago
  34. 003b245 Simpleperf: don't expose EventSelection. by Yabin Cui · 9 years ago
  35. 3eee005 Merge "Use android::base::GetExecutablePath in simpleperf." by Treehugger Robot · 9 years ago
  36. f30c96f Use android::base::GetExecutablePath in simpleperf. by Elliott Hughes · 9 years ago
  37. bc2a102 simpleperf: handle monitored processes correctly when a cpu is up. by Yabin Cui · 9 years ago
  38. 0786586 simpleperf: avoid selinux denials. by Yabin Cui · 9 years ago
  39. dec43c1 simpleperf: print warning message when failed to read symbol table from elf file. by Yabin Cui · 9 years ago
  40. af69895 simpleperf: check kernel symbol addresses before dumping them. by Yabin Cui · 9 years ago
  41. b891549 Simpleperf: check if -f option for record command is in valid range. by Yabin Cui · 9 years ago
  42. 4f41df6 simpleperf: dump tracing data when needed. by Yabin Cui · 9 years ago
  43. ebf79f3 simpleperf: check perf event limit. by Yabin Cui · 9 years ago
  44. b421297 simpleperf: record kernel symbols in perf.data. by Yabin Cui · 9 years ago
  45. 4dd14a3 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  46. 7d6c8ab Fix some google-runtime-int warnings. by Chih-Hung Hsieh · 10 years ago
  47. 7134f38 simpleperf: don't looking for _text symbol in /proc/kallsyms. by Yabin Cui · 10 years ago
  48. 569f64a simpleperf: port read_apk and read_apk/read_elf tests to nonlinux. by Yabin Cui · 10 years ago
  49. ffaa912 Simpleperf: support build for windows. by Yabin Cui · 10 years ago
  50. 66dd09e Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  51. cb4c17e simpleperf: support --cpu option in record/stat command. by Yabin Cui · 10 years ago
  52. c848560 Simpleperf: refactor dso. by Yabin Cui · 10 years ago
  53. 38e573e Simpleperf: add filters to report command. by Yabin Cui · 10 years ago
  54. d713f95 Simpleperf: support cmdline feature in perf.data. by Yabin Cui · 10 years ago
  55. 41d4ba9 Simpleperf: better support for per thread comm. by Yabin Cui · 10 years ago
  56. b032de7 Simpleperf: support monitoring existing processes/threads. by Yabin Cui · 10 years ago
  57. ec12ed9 Simpleperf: support symbol parsing in report command. by Yabin Cui · 10 years ago
  58. 8f62251 Dump build_id feature in `simpleperf record`. by Yabin Cui · 11 years ago
  59. 7d59bb4 Dump kernel/modules/thread mmap information in `simpleperf record`. by Yabin Cui · 11 years ago
  60. 323e945 Implement simpleperf stat subcommand. by Yabin Cui · 11 years ago