1. 42aa127 Simpleperf: rewrite unsupported logging style. by Yabin Cui · 10 years ago
  2. cc2e59e Simpleperf: use OneTimeFreeAllocator to allocate symbol names. by Yabin Cui · 10 years ago
  3. bb86cc8 Merge "Simpleperf: refactor dso." by Yabin Cui · 10 years ago
  4. c848560 Simpleperf: refactor dso. by Yabin Cui · 10 years ago
  5. afdb9ce Simpleperf: support multiple event types in record command. by Yabin Cui · 10 years ago
  6. b84ee6c Merge "Simpleperf: improve output of stat command." by Yabin Cui · 10 years ago
  7. 04d08a3 Simpleperf: improve output of stat command. by Yabin Cui · 10 years ago
  8. bfc11b6 Simpleperf: add raw data in sample records for tracepoint events. by Yabin Cui · 10 years ago
  9. b10a8fb Simpleperf: demangle symbols only when necessary. by Yabin Cui · 10 years ago
  10. 918e4b7 Add missing includes for pid_t. by Dan Albert · 10 years ago
  11. 38e573e Simpleperf: add filters to report command. by Yabin Cui · 10 years ago
  12. a5732f7 Merge "Simpleperf: support caller callgraph." by Yabin Cui · 10 years ago
  13. 04c70a6 Simpleperf: don't check for empty build id. by Yabin Cui · 10 years ago
  14. c42867e Simpleperf: support caller callgraph. by Yabin Cui · 10 years ago
  15. ec53f3c Merge "Simpleperf: fix the process of parsing records." by Yabin Cui · 10 years ago
  16. f825889 Simpleperf: fix the process of parsing records. by Yabin Cui · 10 years ago
  17. 5872ac6 Simpleperf: correct the event type name printed in stat command. by Yabin Cui · 10 years ago
  18. 5f2a170 Simpleperf: work around unexpected (pid, tid) pair. by Yabin Cui · 10 years ago
  19. 73d8078 Simpleperf: use ThreadTree when getting hit files in record command. by Yabin Cui · 10 years ago
  20. 60a0ea9 Simpleperf: separate ThreadTree from SampleTree. by Yabin Cui · 10 years ago
  21. ba50c4b Simpleperf: load symbols from dso file only when necessary. by Yabin Cui · 10 years ago
  22. 6bf8ca0 Simpleperf: dump thread comm/mmaps for selected threads. by Yabin Cui · 10 years ago
  23. a209544 Merge "Simpleperf: fix build on mac." by Yabin Cui · 10 years ago
  24. 8ca8ae8 Simpleperf: fix build on mac. by Yabin Cui · 10 years ago
  25. 98f391f Merge "Simpleperf: support --vmlinux option in report command." by Yabin Cui · 10 years ago
  26. 3fd76bc Merge "Simpleperf: fix build error on mips." by Yabin Cui · 10 years ago
  27. ca7b9e7 Simpleperf: fix build error on mips. by Yabin Cui · 10 years ago
  28. 39d3cae Simpleperf: support --vmlinux option in report command. by Yabin Cui · 10 years ago
  29. f1732ee Merge "Simpleperf: Support dwarf callgraph recording." by Yabin Cui · 10 years ago
  30. 76769e5 Simpleperf: Support dwarf callgraph recording. by Yabin Cui · 10 years ago
  31. c8ffe57 Simpleperf: remove unnecessary std::move. by Yabin Cui · 10 years ago
  32. 2180d74 Simpleperf: Fix unused parameter by Andreas Gampe · 10 years ago
  33. 13dedc6 Merge "Simpleperf: check build id in report command." by Yabin Cui · 10 years ago
  34. 638c558 Simpleperf: check build id in report command. by Yabin Cui · 10 years ago
  35. ab5a4c3 Merge "Simpleperf: support callgraph option in report command." by Yabin Cui · 10 years ago
  36. 95f485d Merge "Simpleperf: add --log option to ease debugging." by Yabin Cui · 10 years ago
  37. 6d2db33 Simpleperf: add --log option to ease debugging. by Yabin Cui · 10 years ago
  38. ecb9a30 Simpleperf: support callgraph option in report command. by Yabin Cui · 10 years ago
  39. 36c662b Simpleperf: support --children option in report command. by Yabin Cui · 10 years ago
  40. f22d1e1 Merge "Simpleperf: support build on mac." by Yabin Cui · 10 years ago
  41. 9fd3cc1 Simpleperf: support build on mac. by Yabin Cui · 10 years ago
  42. be6afa3 Simpleperf: don't use designation in struct member initialization. by Yabin Cui · 10 years ago
  43. d713f95 Simpleperf: support cmdline feature in perf.data. by Yabin Cui · 10 years ago
  44. 1ad2d5a Merge "Simpleperf: add option to report branch stack information." by Yabin Cui · 10 years ago
  45. a5bdf0a Simpleperf: exclude meaningless labels in aarch64. by Yabin Cui · 10 years ago
  46. 8a530e3 Simpleperf: add option to report branch stack information. by Yabin Cui · 10 years ago
  47. 92cd1d2 Merge "Simpleperf: support child inherit option." by Yabin Cui · 10 years ago
  48. 4be4126 Simpleperf: support child inherit option. by Yabin Cui · 10 years ago
  49. 41d4ba9 Simpleperf: better support for per thread comm. by Yabin Cui · 10 years ago
  50. d115b2f Simpleperf: support event type modifier. by Yabin Cui · 10 years ago
  51. b032de7 Simpleperf: support monitoring existing processes/threads. by Yabin Cui · 10 years ago
  52. 6afc7e1 Simpleperf: add branch stack feature in perf.data. by Yabin Cui · 10 years ago
  53. b9408ad Merge "Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM." by Yabin Cui · 10 years ago
  54. 621a533 Simpleperf: add signal handler for SIGCHLD, SIGINT, SIGTERM. by Yabin Cui · 10 years ago
  55. 6e8a9a4 Simpleperf: support callchain sampling in record command. by Yabin Cui · 10 years ago
  56. decc11c Merge "Simpleperf: add option to print sample count in report command." by Yabin Cui · 10 years ago
  57. ec9395d Merge "Simpleperf: improve records parsing." by Yabin Cui · 10 years ago
  58. 22ec7fa Simpleperf: improve records parsing. by Yabin Cui · 10 years ago
  59. 2c17e0d Simpleperf: parse prefixed symbol of linker. by Yabin Cui · 10 years ago
  60. 8e27740 Simpleperf: add option to print sample count in report command. by Yabin Cui · 10 years ago
  61. 45f0817 Merge "Simpleperf: always use the latest comm." by Yabin Cui · 10 years ago
  62. 1127087 Simpleperf: always use the latest comm. by Yabin Cui · 10 years ago
  63. b378355 Simpleperf: improve symbol parsing. by Yabin Cui · 10 years ago
  64. 1dbbc53 Merge "Simpleperf: fix a few bugs." by Yabin Cui · 10 years ago
  65. 7d4904d Simpleperf: fix a few bugs. by Yabin Cui · 10 years ago
  66. ec12ed9 Simpleperf: support symbol parsing in report command. by Yabin Cui · 10 years ago
  67. f7383f3 Merge "Simpleperf: remove overlapped user map in SampleTree." by Yabin Cui · 10 years ago
  68. b47de4a Simpleperf: remove overlapped user map in SampleTree. by Yabin Cui · 10 years ago
  69. 589b82f Simpleperf: adjust report width based on requirement. by Yabin Cui · 10 years ago
  70. 2672dea Add simpleperf report command. by Yabin Cui · 10 years ago
  71. f79f07e Simpleperf: refactor command system. by Yabin Cui · 10 years ago
  72. ddddc06 Simpleperf: support branch stack sampling in `simpleperf record`. by Yabin Cui · 10 years ago
  73. 9764169 Simpleperf: add test about cpu hot-plug. by Yabin Cui · 10 years ago
  74. f569b47 Support tracepoint event types in simpleperf. by Yabin Cui · 11 years ago
  75. 8f62251 Dump build_id feature in `simpleperf record`. by Yabin Cui · 11 years ago
  76. 7d59bb4 Dump kernel/modules/thread mmap information in `simpleperf record`. by Yabin Cui · 11 years ago
  77. 9759e1b Implement simpleperf record/dumprecord subcommands. by Yabin Cui · 11 years ago
  78. d455de4 Build simpleperf in user-debug mode, and put it in /system/xbin/. by Dehao Chen · 11 years ago
  79. 323e945 Implement simpleperf stat subcommand. by Yabin Cui · 11 years ago
  80. 67d3abd Implement simpleperf list subcommand. by Yabin Cui · 11 years ago