1. 4afdd64 profiling: Write bookkeeping to trace by Florian Mayer · 6 years ago
  2. 22679eb trace_to_text: Remove summary and short_summary by Hector Dearman · 6 years ago
  3. b7fa544 perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs by Hector Dearman · 6 years ago
  4. e9f4686 profiling: Add heapprofd producer. by Florian Mayer · 6 years ago
  5. 8e7eac4 profiling: Add heapprofd config. by Florian Mayer · 6 years ago
  6. ccba4f0 Add signal_deliver ftrace events to ftrace parser by Isabelle Taylor · 6 years ago
  7. c9d4a8b probes + trace_processor: Polling of /proc/[pid]/status mem counters by Primiano Tucci · 6 years ago
  8. 8d49fa0 Add support for more events by Isabelle Taylor · 6 years ago
  9. 57c89d9 perfetto: Make gn check succeed when building with chrome by Eric Seckler · 6 years ago
  10. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  11. f5d666d perfetto: change proto lite to proto full for Java Android host target by Lalit Maganti · 6 years ago
  12. 20dc8f7 trace_to_text: split out proto-full from proto-lite deps by Primiano Tucci · 6 years ago
  13. 7a5d83b profiling: Add heapprofd.rc. by Florian Mayer · 6 years ago
  14. b6a921f profiling: Add malloc hooks. by Florian Mayer · 6 years ago
  15. e01069f perfetto: switch sys stats counter to use proto lite not pzero by Lalit Maganti · 6 years ago
  16. 3cd3132 Add public API for Perfetto consumer by Primiano Tucci · 6 years ago
  17. bdb2a59 Rename libtraced_shared to libperfetto by Primiano Tucci · 6 years ago
  18. 2162130 ftrace: Add kmem trace events by Primiano Tucci · 6 years ago
  19. 6820cb6 perfetto: add Android-only target for merged proto for use in Java by Lalit Maganti · 6 years ago
  20. 9f7189c base: extract Event class for eventfd/pipe by Primiano Tucci · 6 years ago
  21. 7ad1275 profiling: Add unittest for wire_protocol by Florian Mayer · 6 years ago
  22. c6be21f profiling: Add sampler. by Florian Mayer · 6 years ago
  23. f7f0def Move unix socket to base. by Florian Mayer · 6 years ago
  24. b85a938 profiling: Add missing pieces to heapprofd. by Florian Mayer · 6 years ago
  25. 82a8bfd Add SysStats data source (/proc/{meminfo,stat,vmstat}) by Primiano Tucci · 6 years ago
  26. 824274d profiling: Add SocketPool. by Florian Mayer · 6 years ago
  27. f427a80 Refactor: add send/recv functions for raw sockets. by Florian Mayer · 6 years ago
  28. a2fae26 profiling: Add unwinding by Florian Mayer · 6 years ago
  29. b64d6b1 profiling: Add parts of heap profiler. by Florian Mayer · 6 years ago
  30. de2476b TraceProcessor: improve parsing performances to ~420 MB/s by Primiano Tucci · 6 years ago
  31. 2da5d2e Add StringView class and switch trace processor to use it by Primiano Tucci · 6 years ago
  32. 7f71d0e trace_processor: Add integration tests by Hector Dearman · 6 years ago
  33. 855f2f8 Add StringInterner for heapprofd. by Florian Mayer · 6 years ago
  34. c9b8423 Add record reader for heapprofd. by Florian Mayer · 6 years ago
  35. fd8240d Simplify ftrace architecture and integration with traced_probes by Primiano Tucci · 6 years ago
  36. b6de48b Non-functional refactorings of ftrace controller/sink/metadata by Primiano Tucci · 6 years ago
  37. eb11735 Get rid of multiple-definition of kInvalidInstance in protozero by Primiano Tucci · 6 years ago
  38. 6a1a4d5 Rename Service to TracingService. by Florian Mayer · 6 years ago
  39. de82dae Move ftrace_reader code into src/traced/probes/ftrace by Primiano Tucci · 6 years ago
  40. 45172a8 protozero: add proto decoder class for efficient in-place decoding by Lalit Maganti · 6 years ago
  41. d8b1a1d perfetto: add ability to override upload limit flag on debuggable builds by Lalit Maganti · 6 years ago
  42. 236ba47 Add metatracing to trace perfetto itself. by Florian Mayer · 6 years ago
  43. 75905df Add tool to analyze rate of events. by Florian Mayer · 6 years ago
  44. 4d0f6c8 Added .proto and targets for minimal 'lite' TracePacket for Chrome by Oystein Eftevaag · 6 years ago
  45. 5e33cad Add stats about dropped events to the trace by Primiano Tucci · 6 years ago
  46. 3afb1e0 Add ftrace per_cpu/stats to beginning/end of the trace by Hector Dearman · 6 years ago
  47. 7c9e3b2 Autogenerate protos and event_info. by Florian Mayer · 6 years ago
  48. bd0c02f traced_probes: fix tid/pid incremental mapping and reduce overhead by Primiano Tucci · 6 years ago
  49. 72daa6c Moved ScatteredStreamDelegateForTesting to protozero from ftrace_reader by Oystein Eftevaag · 6 years ago
  50. 1684856 ProcessStatsDataSource test by Isabelle Taylor · 6 years ago
  51. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  52. 1d8956a Add f2fs events. by Florian Mayer · 6 years ago
  53. dd88914 Add InodeFileDataSource unittests. by Florian Mayer · 6 years ago
  54. c29e0d3 Add env var for producer/consumer socket. by Florian Mayer · 6 years ago
  55. dca727d Refactor unit-testing of core/service_impl.cc by Primiano Tucci · 6 years ago
  56. aef0c53 Add unittests for file_scanner. Fix minor bug. by Florian Mayer · 6 years ago
  57. 07e104d Reduce binary size (1.6MB -> 600K) by removing protos/trace:lite dep by Primiano Tucci · 6 years ago
  58. 808d6df Support building most targets on mac by Primiano Tucci · 6 years ago
  59. c4c3ceb perfetto: refactor test code to consolidate pattern by Lalit Maganti · 6 years ago
  60. 1b9c58a Added process tree config. by Hector Dearman · 6 years ago
  61. dae3565 Allow to configure InodeFileDataSource. by Primiano Tucci · 6 years ago
  62. 21c19d8 Support building trace_to_text in the Android tree by Primiano Tucci · 6 years ago
  63. 6f9c342 Add stateful filesystem scanner. by Florian Mayer · 6 years ago
  64. 9a5a0e9 Add NullTraceWriter by Hector Dearman · 6 years ago
  65. 200bd2e Record incident details into the trace by Sami Kyostila · 6 years ago
  66. b21f4fb Add cache to hint where to look for inodes. by Florian Mayer · 6 years ago
  67. 86cfbe1 perfetto: Add guardrails to perfetto_cmd by Hector Dearman · 6 years ago
  68. fbccb3c Record a periodic clock snapshot by Sami Kyostila · 6 years ago
  69. 6aa7557 Add host target for perfetto protos on Android host builds by Primiano Tucci · 6 years ago
  70. 8934c6c Add base/time.h by Primiano Tucci · 6 years ago
  71. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 6 years ago
  72. 6168188 perfetto: try to fix CTS tests again by Lalit Maganti · 6 years ago
  73. 2a6f904 filesystem: Migrate from probes_producer and add mount points by Anna Zappone · 6 years ago
  74. 8a56b70 Add LRU cache. by Florian Mayer · 6 years ago
  75. ebf07c7 traced_probes: Add ProcessStatsDataSource by Hector Dearman · 6 years ago
  76. 825e6de Introduce base::StringSplitter by Primiano Tucci · 6 years ago
  77. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 6 years ago
  78. 3f5705c perfetto: refactor testing code to make benchmarks easier to write by Lalit Maganti · 6 years ago
  79. ab3b1b2 Added proto for ChromeTraceEvents, and a config string to the DataSourceConfig for Chrome tracing as well by Oystein Eftevaag · 6 years ago
  80. 09db827 TraceBuffer: minor cleanups by Primiano Tucci · 6 years ago
  81. c20f221 ftrace_reader: Mock code that runs atrace for testing by Hector Dearman · 6 years ago
  82. b34c7a2 perfetto: fix cts binary not running integration tests by Lalit Maganti · 6 years ago
  83. a88807d perfetto: add code for building/enabling cts tests by Lalit Maganti · 6 years ago
  84. 79f3f91 NotifySharedMemoryUpdate -> CommitData by Primiano Tucci · 6 years ago
  85. ed55ebf ftrace_reader: Add proto for inode metadata by Anna Zappone · 6 years ago
  86. 5c59901 TraceBuffer management by Primiano Tucci · 6 years ago
  87. c443a36 perfetto: Move perfetto_cmd out of traced by Hector Dearman · 6 years ago
  88. 3ea3888 ftrace_reader: Added more events for processes. by Isabelle Taylor · 6 years ago
  89. 6e4e038 ftrace_reader: Adding events for IO by Anna Zappone · 6 years ago
  90. 5013971 ftrace_reader: Add FtraceConfigMuxer by Hector Dearman · 6 years ago
  91. a89cc57 perfetto: Move FtraceConfig to own file by Hector Dearman · 6 years ago
  92. 16d1d63 Rename Chunk to Slice to avoid ambiguity by Primiano Tucci · 6 years ago
  93. e1e56b6 protozero: Remove protozero from the name of files by Hector Dearman · 6 years ago
  94. d404ea1 Dump process data in trace. by Isabelle Taylor · 6 years ago
  95. 0b9a6ac perfetto: fix dependencies for perfetto binary on standalone android by Lalit Maganti · 6 years ago
  96. 65b28a1 perfetto: add process tree proto by Lalit Maganti · 6 years ago
  97. 32e0b54 Annotate trace packets with a trusted producer uid by Sami Kyostila · 6 years ago
  98. 9bfaaf9 Fix PDK build by Logan Chien · 6 years ago
  99. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 6 years ago
  100. cb4ba32 Have ftrace_reader use the auto generated FtraceConfig.cc file by Hector Dearman · 6 years ago