1. 1cbd228 CPU utilization during startup and query performance improvements by Ioannis Ilkos · 5 years ago
  2. 05e211f Add heap profile metric output by Ioannis Ilkos · 5 years ago
  3. e0b993f Add zlib to buildtools by Hector Dearman · 5 years ago
  4. 4dac0ef Merge "Perfetto Client API (4): Add initial integration test" by Primiano Tucci · 5 years ago
  5. d532127 Merge "Simplify error and data loss stats" by Ioannis Ilkos · 5 years ago
  6. 6369934 Merge "Trace processor: add trace_metadata table" by Treehugger Robot · 5 years ago
  7. 5e79b8a Simplify error and data loss stats by Ioannis Ilkos · 5 years ago
  8. 94713b9 Add statistics as a proto by Ioannis Ilkos · 5 years ago
  9. e466c00 Trace processor: add trace_metadata table by Mikhail Khokhlov · 5 years ago
  10. 990b5fe Perfetto Client API (4): Add initial integration test by Primiano Tucci · 5 years ago
  11. e59293b metrics: add typechecking to metric result protos by Lalit Maganti · 5 years ago
  12. 9564d91 Perfetto Client API (1): initial refactorings by Primiano Tucci · 5 years ago
  13. 0f2f3b4 Stop generating data-source specific C++ classes in tracing/core by Primiano Tucci · 5 years ago
  14. 7142c7c Expose number of idle pages on heap dump. by Florian Mayer · 5 years ago
  15. 0c4f793 Merge "Refactor dumping to not be tied to bookkeeping." by Florian Mayer · 5 years ago
  16. 0b707fa Merge "Protos: A message to store benchmark metadata" by Mikhail Khokhlov · 5 years ago
  17. 7791fce Refactor dumping to not be tied to bookkeeping. by Florian Mayer · 5 years ago
  18. 20d5e8b Initial trace-based startup metric in AOSP by Ioannis Ilkos · 5 years ago
  19. 5b60af5 Protos: A message to store benchmark metadata by Mikhail Khokhlov · 5 years ago
  20. 6221107 trace_processor: add support for creating protos from SQL by Lalit Maganti · 5 years ago
  21. eb1bf21 trace_processor: add descriptor generation for metrics proto by Lalit Maganti · 5 years ago
  22. 5f3a018 trace_processor: add template substitution support for SQL metrics by Lalit Maganti · 5 years ago
  23. 9b2d52b trace_processor: add heap profiling tables by Lalit Maganti · 5 years ago
  24. 3fd4a33 Merge "Add ProfilePacket support to trace processor." by Treehugger Robot · 5 years ago
  25. 438b5ab Add ProfilePacket support to trace processor. by Florian Mayer · 5 years ago
  26. 697cc48 perfetto: fix building with bazel by Lalit Maganti · 5 years ago
  27. 7177c7f trace_processor: add RUN_METRIC to execute dependency files from SQL by Lalit Maganti · 5 years ago
  28. 622676a trace_processor: factor out metrics code into its own file by Lalit Maganti · 5 years ago
  29. 26f69bd trace_processor: implement first android mem metric! by Lalit Maganti · 5 years ago
  30. d57e133 Add parser for Fuchsia traces by Brian Hamrick · 5 years ago
  31. 696ff77 trigger_perfetto: Add trigger_perfetto binary by Hector Dearman · 5 years ago
  32. 3d46e0d Revert "Enable LTO in Android tree." by Florian Mayer · 5 years ago
  33. de4e887 trace_processor: remove proto API by Lalit Maganti · 5 years ago
  34. e823811 Add the ability for the command line client to activate triggers. by Stephen Nusko · 5 years ago
  35. 478c118 Introduce base::NoDestructor<T> to simplify static objects by Ryan Savitski · 5 years ago
  36. d2f997b Enable LTO in Android tree. by Florian Mayer · 5 years ago
  37. 096bbe3 Log histogram of unwind timing. by Florian Mayer · 5 years ago
  38. 12f0f8e Add data source parsing packages.list. by Florian Mayer · 5 years ago
  39. 70ea330 Add a new TrustedPacket for received triggers. by Stephen Nusko · 5 years ago
  40. f31a703 trace_processor: Improve support for syscalls by Hector Dearman · 5 years ago
  41. 8eba309 trace_processor: implement string pooling class by Lalit Maganti · 5 years ago
  42. fded4f6 trace_to_text: Remove a bunch of unused code from trace_to_text by Hector Dearman · 5 years ago
  43. f3edbfa Access atrace HAL to get available categories by Isabelle Taylor · 5 years ago
  44. 5984729 Add the ability to use the START_TRACE trigger mode. by Stephen Nusko · 5 years ago
  45. c167887 Improve ProtoZero decoders, introduce TypedProtoDecoder by Primiano Tucci · 5 years ago
  46. 7b0c945 service: Add support for ObservableEvents. by Eric Seckler · 5 years ago
  47. 3077d18 Add lazy startup producer class to traced. by Florian Mayer · 5 years ago
  48. 95ff4a7 Remove unused RecordReader. by Florian Mayer · 5 years ago
  49. 8320e6d trace_processor: split up counters table by Lalit Maganti · 5 years ago
  50. 2988579 introduce ThreadTaskRunner and use it in heapprofd's UnwindingWorker by Ryan Savitski · 5 years ago
  51. 85170a2 Rename service_impl_unittest to match src files by Hector Dearman · 5 years ago
  52. 685f752 traced: Add kernel version to trace by Hector Dearman · 5 years ago
  53. bf54ebb Implement a sqlite helper to split strings by Ioannis Ilkos · 5 years ago
  54. 5195059 Use the SharedRingBuffer for sending payload from client to service. by Florian Mayer · 5 years ago
  55. 60c4a2b Add find() and rfind() methods to base::StringView by Primiano Tucci · 5 years ago
  56. a502bde heapprofd client: shared sampler & client lifetime tracking by Ryan Savitski · 5 years ago
  57. c73ef06 protos: Add v0 of new TrackEvent protos by Eric Seckler · 5 years ago
  58. 89795fd Introduce base::CircularQueue and improve trace processor sorter by Primiano Tucci · 5 years ago
  59. 17aa273 trace_processor: add support for systrace output by Lalit Maganti · 6 years ago
  60. bd3fb82 perfetto: add string writer class for formatting strings by Lalit Maganti · 6 years ago
  61. c50bcc9 Add SharedRingBuffer by Florian Mayer · 6 years ago
  62. 7714cec Add power rails energy data to Perfetto traces by Esteban Talavera · 6 years ago
  63. a3da9be Android builds: add liblog only to dynlibs & executables + remove it from heapprofd_client by Ryan Savitski · 6 years ago
  64. e65beca heapprofd_client: non-allocating logging by Ryan Savitski · 6 years ago
  65. 1fecac9 Add ability to retrieve energy metrics for power rails by Esteban Talavera · 6 years ago
  66. a73a725 probes: add raw_syscall/sys_{enter,exit} format and generated protos by Lalit Maganti · 6 years ago
  67. 42777e5 trace writer: Add StartupTraceWriterRegistry. by Eric Seckler · 6 years ago
  68. eaf29ed service: Add GetTraceStats() to consumer endpoint by Eric Seckler · 6 years ago
  69. 10c19fb heapprofd: fork mode: pass cmdline as a flag to heapprofd by Ryan Savitski · 6 years ago
  70. 3bd67ef traced_probes: add mm_event/mm_event_record ftrace format file and protos by Lalit Maganti · 6 years ago
  71. f3e3dd3 profiling: Add some tests for proc_utils by Florian Mayer · 6 years ago
  72. 7c7f5f5 Perfetto: clean up PERFETTO_EMBEDDER_BUILD by Primiano Tucci · 6 years ago
  73. c65693d trace writer: Add a proxying StartupTraceWriter. by Eric Seckler · 6 years ago
  74. e0ea742 trace_to_text: remove inode handler code by Lalit Maganti · 6 years ago
  75. 106605c Add e2e cmdline tests and fix Flush with no producers by Primiano Tucci · 6 years ago
  76. 7631120 protozero: Make ScatteredStreamMemoryDelegate production-ready by Eric Seckler · 6 years ago
  77. 64df2ca Add logcat data source by Primiano Tucci · 6 years ago
  78. cfc8eba Generate ftrace event descriptors by Isabelle Taylor · 6 years ago
  79. aa45fe0 Non-functional changes for ftrace descriptor generation by Isabelle Taylor · 6 years ago
  80. c4b196e Update Android.bp. by Florian Mayer · 6 years ago
  81. 4280249 profiling: Add heapprofd end to end test. by Florian Mayer · 6 years ago
  82. 745aaf2 profiling: clean up /proc/<pid>/cmdline parsing. by Florian Mayer · 6 years ago
  83. 895efd9 profiling: Add matcher. by Florian Mayer · 6 years ago
  84. b86e9ca Add data source to poll IHealth (battery counters) service by Primiano Tucci · 6 years ago
  85. 676f0cc Add libperfetto_android_internal.so library to access HAL/VNDK by Primiano Tucci · 6 years ago
  86. 5edeafc perfetto_cmd: Add cmdline flags by Hector Dearman · 6 years ago
  87. c20ee51 ftrace: add PagePool for ftrace reader by Primiano Tucci · 6 years ago
  88. 78cb562 profiling: Add management for system properties. by Florian Mayer · 6 years ago
  89. 98e560d Add generic ftrace event by Isabelle Taylor · 6 years ago
  90. e0e5780 Collect ftrace protos into one file per group by Hector Dearman · 6 years ago
  91. 76499cd Extract base::Pipe by Primiano Tucci · 6 years ago
  92. f3e5b07 perfetto: introduce base::optional by Lalit Maganti · 6 years ago
  93. c84cde4 ftrace: Add oom_score_adj_update by Hector Dearman · 6 years ago
  94. 0ca7fb4 trace_to_text: add converter to profile proto. by Florian Mayer · 6 years ago
  95. 4afdd64 profiling: Write bookkeeping to trace by Florian Mayer · 6 years ago
  96. 22679eb trace_to_text: Remove summary and short_summary by Hector Dearman · 6 years ago
  97. b7fa544 perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs by Hector Dearman · 6 years ago
  98. e9f4686 profiling: Add heapprofd producer. by Florian Mayer · 6 years ago
  99. 8e7eac4 profiling: Add heapprofd config. by Florian Mayer · 6 years ago
  100. ccba4f0 Add signal_deliver ftrace events to ftrace parser by Isabelle Taylor · 6 years ago