1. a01e28a service: Scrape SMBs on flush, disable and producer disconnect by Eric Seckler · 6 years ago
  2. 8e348ce Remove polling mode from Android Log data source by Primiano Tucci · 6 years ago
  3. 7631120 protozero: Make ScatteredStreamMemoryDelegate production-ready by Eric Seckler · 6 years ago
  4. 594f1ea Merge "Add logcat data source" by Primiano Tucci · 6 years ago
  5. e1e1e01 Merge "trace writer: Fix chunk_id field size" by Treehugger Robot · 6 years ago
  6. d29d54f trace writer: Fix chunk_id field size by Eric Seckler · 6 years ago
  7. b428ef2 Bump flush timeout in client and service to 5s. by Florian Mayer · 6 years ago
  8. 64df2ca Add logcat data source by Primiano Tucci · 6 years ago
  9. 7bfb7b4 service: Flush file descriptor when disabling tracing by Eric Seckler · 6 years ago
  10. 6876dc2 Merge "Allow consumers to detach from tracing session" by Primiano Tucci · 6 years ago
  11. 9ba1d84 Allow consumers to detach from tracing session by Primiano Tucci · 6 years ago
  12. 957c3e4 base: Support flushing files. by Eric Seckler · 6 years ago
  13. 4f5eb98 Merge "perfetto: Support building on Fuchsia for Chrome" by Treehugger Robot · 6 years ago
  14. 201117a perfetto: Support building on Fuchsia for Chrome by Eric Seckler · 6 years ago
  15. b77b27e trace buffer: Support overriding chunks. by Eric Seckler · 6 years ago
  16. 6de52dc Merge "cleanup: CHECK(false) -> FATAL("blah")" by Hector Dearman · 6 years ago
  17. 17d05e6 Merge "trace writer: Prevent overflowing a chunk's packet count" by Eric Seckler · 6 years ago
  18. bd14fc6 cleanup: CHECK(false) -> FATAL("blah") by Hector Dearman · 6 years ago
  19. f8eb3a6 trace writer: Prevent overflowing a chunk's packet count by Eric Seckler · 6 years ago
  20. f3f524b service: Track writer registrations and target buffer associations. by Eric Seckler · 6 years ago
  21. 4998533 Merge "trace buffer: Fix some issues with reordered / missing chunks." by Eric Seckler · 6 years ago
  22. 1ec0856 Merge "trace writer: Send patches after completing fragmented packet" by Eric Seckler · 6 years ago
  23. 5727b9a trace buffer: Fix some issues with reordered / missing chunks. by Eric Seckler · 6 years ago
  24. 1569796 trace writer: Send patches after completing fragmented packet by Eric Seckler · 6 years ago
  25. 39236f3 perfetto: fix tracing test on Android ASAN by Lalit Maganti · 6 years ago
  26. eff9804 Fix build using system clang. by Florian Mayer · 6 years ago
  27. b5889df service: Check buffer exists before is_allowed_target_buffer check. by Lalit Maganti · 6 years ago
  28. 6aa9ece Fix TracingServiceImplTest.CommitToForbiddenBufferIsDiscarded on debug. by Eric Seckler · 6 years ago
  29. 2a833ed Merge "tracing service: Verify target buffers specified in commit requests" by Eric Seckler · 6 years ago
  30. 24b5e00 Merge "trace writer: Register/unregister on writer creation/destruction" by Eric Seckler · 6 years ago
  31. 3a9fd66 Merge "trace writer: Set the kChunkNeedsPatching flag when necessary" by Eric Seckler · 6 years ago
  32. dd0ad10 tracing service: Verify target buffers specified in commit requests by Eric Seckler · 6 years ago
  33. 58d81e7 trace writer: Set the kChunkNeedsPatching flag when necessary by Eric Seckler · 6 years ago
  34. 64bcc24 perfetto: fix proto lints in downstream users by Lalit Maganti · 6 years ago
  35. 86d3b10 trace writer: Register/unregister on writer creation/destruction by Eric Seckler · 6 years ago
  36. b86e9ca Add data source to poll IHealth (battery counters) service by Primiano Tucci · 6 years ago
  37. 2abd115 Fix chromium roll by Primiano Tucci · 6 years ago
  38. 6dc2359 perfetto: Keep track of allowed target buffers for producers. by Eric Seckler · 6 years ago
  39. 1c4e1ac perfetto: Add an IPC to associate trace writers with buffers by Eric Seckler · 6 years ago
  40. 5403e4f Roll clang and libcxx to match chromium revisions by Primiano Tucci · 6 years ago
  41. caa5780 Add support for periodic flushes by Primiano Tucci · 6 years ago
  42. 50e9eda Make flush async in probes producer by Primiano Tucci · 6 years ago
  43. fa3404e profiling: Allow to profile all running processes. by Florian Mayer · 6 years ago
  44. 7e07977 Add tools/gen_all by Hector Dearman · 6 years ago
  45. 790d085 profiling: Use cmdline instead of binary name. by Florian Mayer · 6 years ago
  46. 0b46de2 Merge "Deflake TracingServiceImplTest.WriteIntoFileAndStopOnMaxSize." by Primiano Tucci · 6 years ago
  47. aea019d Allow move ctor for Patch. by Fabrice de Gans-Riberi · 6 years ago
  48. cc28cbf Deflake TracingServiceImplTest.WriteIntoFileAndStopOnMaxSize. by Ryan Savitski · 6 years ago
  49. b7fa544 perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs by Hector Dearman · 6 years ago
  50. 8e7eac4 profiling: Add heapprofd config. by Florian Mayer · 6 years ago
  51. c9d4a8b probes + trace_processor: Polling of /proc/[pid]/status mem counters by Primiano Tucci · 6 years ago
  52. 57c89d9 perfetto: Make gn check succeed when building with chrome by Eric Seckler · 6 years ago
  53. 411b179 perfetto: Commit memory in chunks in TraceBuffer by Eric Seckler · 6 years ago
  54. edf3f7c perfetto: Make it possible to commit paged memory in chunks on Win by Eric Seckler · 6 years ago
  55. 6db99a9 Add PERFETTO_DFATAL. by Florian Mayer · 6 years ago
  56. 21e418f Correctly handle partial writes. by Florian Mayer · 6 years ago
  57. a80f9bc Merge "Fix -Wdefaulted-function-deleted warning in Patch" by Primiano Tucci · 6 years ago
  58. 3644e18 Fix -Wdefaulted-function-deleted warning in Patch by Hans Wennborg · 6 years ago
  59. 674076d Introduce support for deferred start (fast triggering) by Primiano Tucci · 6 years ago
  60. afb72b5 Rename producer methods to Start/StopDataSource by Primiano Tucci · 6 years ago
  61. 82a8bfd Add SysStats data source (/proc/{meminfo,stat,vmstat}) by Primiano Tucci · 6 years ago
  62. 9bdc7ce perfetto: fix Chromium build by Lalit Maganti · 6 years ago
  63. 9754d0d Add sync marker traces to allow fast parsing by Primiano Tucci · 6 years ago
  64. f250e1c Only start data sources on registration if the tracing session is enabled by Oystein Eftevaag · 6 years ago
  65. 03de28f Propagate tracing session to the producers by Primiano Tucci · 6 years ago
  66. baeecf1 Wait for producers to ACK the stop when disabling the trace. by Primiano Tucci · 6 years ago
  67. 6a1a4d5 Rename Service to TracingService. by Florian Mayer · 6 years ago
  68. d8b1a1d perfetto: add ability to override upload limit flag on debuggable builds by Lalit Maganti · 6 years ago
  69. 3467559 Re-enabled TraceWriter flushing on destruction by Oystein Eftevaag · 6 years ago
  70. 2211527 Merge "Disable features that fail in Chromium builds" by Treehugger Robot · 6 years ago
  71. 8549541 Disable features that fail in Chromium builds by Bruce Dawson · 6 years ago
  72. 21c1a0d Changes to get Perfetto tracing in Chrome for Windows by Bruce Dawson · 6 years ago
  73. c7b7c72 Clean up some TODOs and use PageAllocator in CpuReader by Primiano Tucci · 6 years ago
  74. 356d83f Limit concurrent traces to 5 to prevent stalls in traced_probes by Primiano Tucci · 6 years ago
  75. e8d7595 ps_tree: No scan on startup by default, make thread names optional by Primiano Tucci · 6 years ago
  76. 5e33cad Add stats about dropped events to the trace by Primiano Tucci · 6 years ago
  77. 72daa6c Moved ScatteredStreamDelegateForTesting to protozero from ftrace_reader by Oystein Eftevaag · 6 years ago
  78. c0af530 Merge "ProcessStatsDataSource test" by Isabelle Taylor · 6 years ago
  79. 1684856 ProcessStatsDataSource test by Isabelle Taylor · 6 years ago
  80. 36557d8 perfetto: further cleanup and consolidate test code by Lalit Maganti · 6 years ago
  81. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 6 years ago
  82. 5715f9a Deflake ServiceImplTest.BatchFlushes by Primiano Tucci · 6 years ago
  83. e7ca7c6 Fix test failure by reducing max shm size to 32 MB by Primiano Tucci · 6 years ago
  84. d52e627 Add Flush support to Producer and expose API to Consumer by Primiano Tucci · 6 years ago
  85. 7b14f65 Make the traced service robust against corrupted packets by Primiano Tucci · 6 years ago
  86. 1a1951d Fix logic to decide SMB page and size from config by Primiano Tucci · 6 years ago
  87. dca727d Refactor unit-testing of core/service_impl.cc by Primiano Tucci · 6 years ago
  88. 07e104d Reduce binary size (1.6MB -> 600K) by removing protos/trace:lite dep by Primiano Tucci · 6 years ago
  89. 1b9c58a Added process tree config. by Hector Dearman · 6 years ago
  90. 18614fe Allow to configure scan roots. by Florian Mayer · 6 years ago
  91. dae3565 Allow to configure InodeFileDataSource. by Primiano Tucci · 6 years ago
  92. 131b6e5 perfetto: add benchmark for fixed rate producer by Lalit Maganti · 6 years ago
  93. 62e7884 Add a preemptive legacy config field in DataSourceConfig by Primiano Tucci · 6 years ago
  94. 01c45f0 service: Fix trace write period drifting by Sami Kyostila · 6 years ago
  95. 9daa483 Remove DataSourceID and registration callback by Primiano Tucci · 6 years ago
  96. 1eb5dfc Merge "Add retry logic to SharedMemoryABI::TryAcquireChunk" by Treehugger Robot · 6 years ago
  97. 632bbbc Add retry logic to SharedMemoryABI::TryAcquireChunk by Primiano Tucci · 6 years ago
  98. 02f46be Filter producers for each data source. by Isabelle Taylor · 6 years ago
  99. d61b85f Fix TracePacket writing after splitting by Primiano Tucci · 6 years ago
  100. 4966fdc POSIX clock_gettime is only available on OS X >= 10.12, only log the monotonic clock for now by Oystein Eftevaag · 6 years ago