1. e4e22ed simpleperf: add sample filter options in report scripts. by Yabin Cui · 3 years, 7 months ago
  2. 5b90b6a simpleperf: adjust format of gecko_profile_generator.py. by Yabin Cui · 3 years, 7 months ago
  3. 740b3cd simpleperf: expose SetSampleFilter in python report lib. by Yabin Cui · 3 years, 7 months ago
  4. 40eaa5b Merge "simpleperf: update simpleperf prebuilts to build 8071995." by Yabin Cui · 3 years, 7 months ago
  5. 71c28e1 simpleperf: update simpleperf prebuilts to build 8071995. by Yabin Cui · 3 years, 7 months ago
  6. 116d229 Merge "simpleperf: fix mac build." by Yabin Cui · 3 years, 7 months ago
  7. 0def132 simpleperf: fix mac build. by Yabin Cui · 3 years, 7 months ago
  8. d842401 Merge changes I6136a2a1,Ibc0bd88e,If4f7a1f7 by Yabin Cui · 3 years, 7 months ago
  9. 30ba1ba Merge "Stop writing coverage data in coverage-flush signal handler" by Pirama Arumuga Nainar · 3 years, 7 months ago
  10. 690f00b simpleperf: export record filter in report lib interface. by Yabin Cui · 3 years, 7 months ago
  11. c976e17 simpleperf: Use RecordFilter in report-sample cmd. by Yabin Cui · 3 years, 7 months ago
  12. c4d9ead simpleperf: Add --filter-file in report cmd. by Yabin Cui · 3 years, 7 months ago
  13. 16c65a5 Merge "simpleperf: support filter file in RecordFilter." by Yabin Cui · 3 years, 7 months ago
  14. 9abea62 simpleperf: support filter file in RecordFilter. by Yabin Cui · 3 years, 7 months ago
  15. 13288de Merge "simpleperf: use RecordFilter in report cmd." by Yabin Cui · 3 years, 7 months ago
  16. c99fe0b Stop writing coverage data in coverage-flush signal handler by Pirama Arumuga Nainar · 4 years, 2 months ago
  17. 5ea3bc1 simpleperf: use RecordFilter in report cmd. by Yabin Cui · 3 years, 7 months ago
  18. bae691d Merge "simpleperf: improve help msg of --children in report cmd." by Yabin Cui · 3 years, 7 months ago
  19. 67f21b4 simpleperf: improve help msg of --children in report cmd. by Yabin Cui · 3 years, 7 months ago
  20. b59f781 Merge "simpleperf: add --print-hw-counter in stat cmd." by Yabin Cui · 3 years, 7 months ago
  21. f1a1e48 simpleperf: add --print-hw-counter in stat cmd. by Yabin Cui · 3 years, 7 months ago
  22. 75278fa Merge changes I93f0760d,Ie40ec955,I59dbf3c5,Iaacd46a5 by Yabin Cui · 3 years, 7 months ago
  23. 32b9627 simpleperf: add --print-event-count in report cmd. by Yabin Cui · 3 years, 7 months ago
  24. 69bfaa7 simpleperf: accumulate event counts in SampleEntry. by Yabin Cui · 3 years, 8 months ago
  25. 2da26a0 simpleperf: use std::function for display function. by Yabin Cui · 3 years, 8 months ago
  26. 1b9df9c simpleperf: remove unused code. by Yabin Cui · 3 years, 8 months ago
  27. b2292d1 Merge changes Ia1d8fa93,I8434508e,I4beb9865,Ib80360ce by Yabin Cui · 3 years, 8 months ago
  28. 1a76ff9 simpleperf: disable child inherit in system wide collection. by Yabin Cui · 3 years, 8 months ago
  29. 5a6ed90 simpleperf: add --add-counter in record cmd. by Yabin Cui · 3 years, 8 months ago
  30. d6b4b44 simpleperf: use ioctl to get event fd id. by Yabin Cui · 3 years, 8 months ago
  31. 2460126 simpleperf: parse PERF_SAMPLE_READ field in SampleRecord. by Yabin Cui · 3 years, 8 months ago
  32. b584cf4 Merge "simpleperf: add --csv-separator in report cmd." by Yabin Cui · 3 years, 8 months ago
  33. 51dca6f simpleperf: add --csv-separator in report cmd. by Yabin Cui · 3 years, 8 months ago
  34. 55475ca Merge "simpleperf: add --use-cmd-exit-code in record cmd." by Yabin Cui · 3 years, 8 months ago
  35. ebffa5e Merge "simpleperf: add doc for --proguard-mapping-file." by Yabin Cui · 3 years, 8 months ago
  36. 248ef5e simpleperf: add --use-cmd-exit-code in record cmd. by Yabin Cui · 3 years, 8 months ago
  37. 5070c81 simpleperf: add doc for --proguard-mapping-file. by Yabin Cui · 3 years, 8 months ago
  38. 6f80f3f Merge "simpleperf: fix format in README.md." by Yabin Cui · 3 years, 8 months ago
  39. 28270fd simpleperf: fix format in README.md. by Yabin Cui · 3 years, 8 months ago
  40. a007603 Merge changes I7950b5b8,If6fdb8a4,I5fa84727,I3d926464 by Yabin Cui · 3 years, 8 months ago
  41. f7a64b8 simpleperf: warn branch count overflow in inject cmd. by Yabin Cui · 3 years, 8 months ago
  42. 04afffe simpleperf: support merging branch_list files in inject cmd. by Yabin Cui · 3 years, 8 months ago
  43. 4441e97 simpleperf: merge branch lists before converting them to autofdo. by Yabin Cui · 3 years, 8 months ago
  44. ba51cf4 simpleperf: split code doing different conversions in InjectCommand. by Yabin Cui · 3 years, 8 months ago
  45. 0e37740 Merge changes Iacf6b4df,I7a4b1a78,I33a7ab28 by Yabin Cui · 3 years, 8 months ago
  46. fe4af17 simpleperf: split InjectCommand code to BranchListToAutoFDOConverter. by Yabin Cui · 3 years, 8 months ago
  47. 89465ad simpleperf: split InjectCommand code to BranchListReader. by Yabin Cui · 3 years, 8 months ago
  48. f2fe9f0 simpleperf: split InjectCommand code to PerfDataReader. by Yabin Cui · 3 years, 8 months ago
  49. 226b9a7 Merge "profcollectd: Refactor for better code clarity" by Treehugger Robot · 3 years, 8 months ago
  50. c006585 profcollectd: Refactor for better code clarity by Yi Kong · 3 years, 8 months ago
  51. be1e683 Merge changes I4e6b26e8,I7980780a,Icdad51df am: 69419abcf5 by Yabin Cui · 3 years, 8 months ago
  52. 69419ab Merge changes I4e6b26e8,I7980780a,Icdad51df by Yabin Cui · 3 years, 8 months ago
  53. f82db74 Merge "simpleperf: make help msg of --sort option more explicit." am: 453a0c335b by Yabin Cui · 3 years, 8 months ago
  54. 453a0c3 Merge "simpleperf: make help msg of --sort option more explicit." by Yabin Cui · 3 years, 8 months ago
  55. 12277fa simpleperf: make help msg of --sort option more explicit. by Yabin Cui · 3 years, 8 months ago
  56. 1befd52 simpleperf: avoid overflow when adding counts in inject cmd. by Yabin Cui · 3 years, 8 months ago
  57. 9f7569b simpleperf: split InjectCommand code to BranchListWriter. by Yabin Cui · 3 years, 8 months ago
  58. a020822 simpleperf: split InjectCommand code to AutoFDOWriter. by Yabin Cui · 3 years, 8 months ago
  59. 3ef7bc6 Merge "simpleperf: support multiple input files in inject cmd." am: f7b67fdfeb by Yabin Cui · 3 years, 8 months ago
  60. f7b67fd Merge "simpleperf: support multiple input files in inject cmd." by Yabin Cui · 3 years, 8 months ago
  61. 78843fb Merge "profcollectd: include apex binaries in binary filter" am: bfb3e8b5fb by Treehugger Robot · 3 years, 8 months ago
  62. da89bf6 simpleperf: support multiple input files in inject cmd. by Yabin Cui · 3 years, 8 months ago
  63. bfb3e8b Merge "profcollectd: include apex binaries in binary filter" by Treehugger Robot · 3 years, 8 months ago
  64. e54e2ad Merge "simpleperf: fix unpadding build id in pprof_proto_generator.py." am: 09c8a12e18 by Yabin Cui · 3 years, 8 months ago
  65. 09c8a12 Merge "simpleperf: fix unpadding build id in pprof_proto_generator.py." by Yabin Cui · 3 years, 8 months ago
  66. aefd2ae simpleperf: fix unpadding build id in pprof_proto_generator.py. by Yabin Cui · 3 years, 8 months ago
  67. 87d0a17 profcollectd: include apex binaries in binary filter by Yi Kong · 3 years, 8 months ago
  68. 9eeef5b Merge "simpleperf: use 8 byte aligned stack size when resizing stack data." am: 3568829169 by Yabin Cui · 3 years, 8 months ago
  69. 3568829 Merge "simpleperf: use 8 byte aligned stack size when resizing stack data." by Yabin Cui · 3 years, 8 months ago
  70. 668b8de Merge "Add setuclamp vendor shell tool" am: e8a9793243 by Treehugger Robot · 3 years, 8 months ago
  71. e8a9793 Merge "Add setuclamp vendor shell tool" by Treehugger Robot · 3 years, 8 months ago
  72. 9290fc7 simpleperf: use 8 byte aligned stack size when resizing stack data. by Yabin Cui · 3 years, 8 months ago
  73. d37e0fa Add setuclamp vendor shell tool by Wei Wang · 3 years, 8 months ago
  74. 95695fc Merge "profcollectd: process reports on the main thread" am: ae72a2d2bb by Treehugger Robot · 3 years, 8 months ago
  75. ae72a2d Merge "profcollectd: process reports on the main thread" by Treehugger Robot · 3 years, 8 months ago
  76. fd24c6e profcollectd: process reports on the main thread by Yi Kong · 3 years, 8 months ago
  77. 129c7f1 Merge "simpleperf: a small fix of doc format." am: 62df5cf334 by Yabin Cui · 3 years, 8 months ago
  78. 62df5cf Merge "simpleperf: a small fix of doc format." by Yabin Cui · 3 years, 8 months ago
  79. 532ff09 Merge "Add a tool for setting uclamp for given PID" am: bc7338a253 by Treehugger Robot · 3 years, 8 months ago
  80. bc7338a Merge "Add a tool for setting uclamp for given PID" by Treehugger Robot · 3 years, 8 months ago
  81. 84020d7 simpleperf: a small fix of doc format. by Yabin Cui · 3 years, 8 months ago
  82. c733a91 Add a tool for setting uclamp for given PID by Wei Wang · 3 years, 8 months ago
  83. 02cd95b Merge "profcollectd: Clean up dead code" am: 4a9b548867 by Yi Kong · 3 years, 8 months ago
  84. 4a9b548 Merge "profcollectd: Clean up dead code" by Yi Kong · 3 years, 8 months ago
  85. 6e3fe96 profcollectd: Clean up dead code by Yi Kong · 3 years, 8 months ago
  86. b0eaf30 Merge "profcollectd: Remove local files once disabled" am: dbb2c44f8b by Yi Kong · 3 years, 8 months ago
  87. dbb2c44 Merge "profcollectd: Remove local files once disabled" by Yi Kong · 3 years, 8 months ago
  88. 2b1a3c0 Merge "simpleperf: update doc for --trace-offcpu." am: 55c90adf61 by Treehugger Robot · 3 years, 8 months ago
  89. 55c90ad Merge "simpleperf: update doc for --trace-offcpu." by Treehugger Robot · 3 years, 8 months ago
  90. cfa813a Merge "simpleperf: Fix get_android_version in simpleperf_utils.py." am: cd6be973da by Yabin Cui · 3 years, 8 months ago
  91. 647adcf Merge "Fix name errors in ANRdaemon documentation" am: 7ee36e1a35 by Treehugger Robot · 3 years, 8 months ago
  92. cd6be97 Merge "simpleperf: Fix get_android_version in simpleperf_utils.py." by Yabin Cui · 3 years, 8 months ago
  93. 66103fc simpleperf: update doc for --trace-offcpu. by Yabin Cui · 3 years, 8 months ago
  94. 7ee36e1 Merge "Fix name errors in ANRdaemon documentation" by Treehugger Robot · 3 years, 8 months ago
  95. 34ebf87 profcollectd: Remove local files once disabled by Yi Kong · 3 years, 8 months ago
  96. 99c043e Fix name errors in ANRdaemon documentation by hongzhu wang · 3 years, 8 months ago
  97. fc080f5 simpleperf: Fix get_android_version in simpleperf_utils.py. by Yabin Cui · 3 years, 8 months ago
  98. 88c935e Merge "profcollectd: Limit storage space used" am: 48aa243447 by Yi Kong · 3 years, 8 months ago
  99. 48aa243 Merge "profcollectd: Limit storage space used" by Yi Kong · 3 years, 8 months ago
  100. 3d29156 Merge "simpleperf: add --trace-offcpu option to scripts." am: 491b0c4e5a by Yabin Cui · 3 years, 8 months ago