1. 6f9c342 Add stateful filesystem scanner. by Florian Mayer · 6 years ago
  2. 9a5a0e9 Add NullTraceWriter by Hector Dearman · 6 years ago
  3. 200bd2e Record incident details into the trace by Sami Kyostila · 6 years ago
  4. b21f4fb Add cache to hint where to look for inodes. by Florian Mayer · 6 years ago
  5. 86cfbe1 perfetto: Add guardrails to perfetto_cmd by Hector Dearman · 6 years ago
  6. fbccb3c Record a periodic clock snapshot by Sami Kyostila · 6 years ago
  7. 6aa7557 Add host target for perfetto protos on Android host builds by Primiano Tucci · 6 years ago
  8. 8934c6c Add base/time.h by Primiano Tucci · 6 years ago
  9. 941b221 Introduce base::TempFile / TempDir by Primiano Tucci · 6 years ago
  10. 6168188 perfetto: try to fix CTS tests again by Lalit Maganti · 6 years ago
  11. 2a6f904 filesystem: Migrate from probes_producer and add mount points by Anna Zappone · 6 years ago
  12. 8a56b70 Add LRU cache. by Florian Mayer · 6 years ago
  13. ebf07c7 traced_probes: Add ProcessStatsDataSource by Hector Dearman · 6 years ago
  14. 825e6de Introduce base::StringSplitter by Primiano Tucci · 6 years ago
  15. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 6 years ago
  16. 3f5705c perfetto: refactor testing code to make benchmarks easier to write by Lalit Maganti · 6 years ago
  17. ab3b1b2 Added proto for ChromeTraceEvents, and a config string to the DataSourceConfig for Chrome tracing as well by Oystein Eftevaag · 6 years ago
  18. 09db827 TraceBuffer: minor cleanups by Primiano Tucci · 6 years ago
  19. c20f221 ftrace_reader: Mock code that runs atrace for testing by Hector Dearman · 6 years ago
  20. b34c7a2 perfetto: fix cts binary not running integration tests by Lalit Maganti · 6 years ago
  21. a88807d perfetto: add code for building/enabling cts tests by Lalit Maganti · 6 years ago
  22. 79f3f91 NotifySharedMemoryUpdate -> CommitData by Primiano Tucci · 6 years ago
  23. ed55ebf ftrace_reader: Add proto for inode metadata by Anna Zappone · 6 years ago
  24. 5c59901 TraceBuffer management by Primiano Tucci · 6 years ago
  25. c443a36 perfetto: Move perfetto_cmd out of traced by Hector Dearman · 6 years ago
  26. 3ea3888 ftrace_reader: Added more events for processes. by Isabelle Taylor · 6 years ago
  27. 6e4e038 ftrace_reader: Adding events for IO by Anna Zappone · 6 years ago
  28. 5013971 ftrace_reader: Add FtraceConfigMuxer by Hector Dearman · 6 years ago
  29. a89cc57 perfetto: Move FtraceConfig to own file by Hector Dearman · 6 years ago
  30. 16d1d63 Rename Chunk to Slice to avoid ambiguity by Primiano Tucci · 6 years ago
  31. e1e56b6 protozero: Remove protozero from the name of files by Hector Dearman · 6 years ago
  32. d404ea1 Dump process data in trace. by Isabelle Taylor · 6 years ago
  33. 0b9a6ac perfetto: fix dependencies for perfetto binary on standalone android by Lalit Maganti · 6 years ago
  34. 65b28a1 perfetto: add process tree proto by Lalit Maganti · 6 years ago
  35. 32e0b54 Annotate trace packets with a trusted producer uid by Sami Kyostila · 6 years ago
  36. 9bfaaf9 Fix PDK build by Logan Chien · 6 years ago
  37. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 6 years ago
  38. cb4ba32 Have ftrace_reader use the auto generated FtraceConfig.cc file by Hector Dearman · 7 years ago
  39. be6e3e7 Adding ftrace_events for events useful for long running traces by Anna Zappone · 7 years ago
  40. 83e712a perfetto: add CTS tests and make integration tests run on CTS by Lalit Maganti · 7 years ago
  41. 8188f31 Add extra ftrace events required by Anna Zappone · 7 years ago
  42. 853467e Add ftrace event SchedWakeup by Anna Zappone · 7 years ago
  43. b433400 Add WatchDog class to kill process after a timeout. by Florian Mayer · 7 years ago
  44. bc8368e ftrace_reader: Add cpu_reader.cc micro benchmark by Hector Dearman · 7 years ago
  45. 7f37dc8 ftrace_reader: Add new ftrace events by Hector Dearman · 7 years ago
  46. c7255fd Split task_runnner_thread from end_to_end_integrationtest. by Florian Mayer · 7 years ago
  47. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  48. 35ddfe2 Do not link producer dependencies into perfetto binary. by Florian Mayer · 7 years ago
  49. 08882a4 Change the autogenerated config proto by Primiano Tucci · 7 years ago
  50. c501080 Generate merged trace config for use in the Android tree by Primiano Tucci · 7 years ago
  51. 3d5e7e6 Propagate defines to Android.pb by Florian Mayer · 7 years ago
  52. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  53. c2a38ea Set -Oz for all cc targets. by Florian Mayer · 7 years ago
  54. 6d84853 Move binder libraries into perfetto binary and save ~5 MB of ram by Primiano Tucci · 7 years ago
  55. 7e2b67a Changes for statsd integration by Primiano Tucci · 7 years ago
  56. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 7 years ago
  57. 20b3c1c Add trace_to_text by Hector Dearman · 7 years ago
  58. cc424fd Set fvisibility=hidden per default. by Florian Mayer · 7 years ago
  59. 6d0bc7f Created a basic public interface for SharedMemoryArbiter to allow public transport layers by Oystein Eftevaag · 7 years ago
  60. c5bcd79 perfetto: add support from blueprint generator to include extras by Lalit Maganti · 7 years ago
  61. 0b65b91 perfetto: split up FtraceProducer into its own file to allow reuse by Lalit Maganti · 7 years ago
  62. b5b7169 Implement DropBox uploading by Sami Kyostila · 7 years ago
  63. f3837d5 Add --background option to perfetto cmdline util by Primiano Tucci · 7 years ago
  64. 3dc757b perfetto: ensure that we don't finalize message when message is shared by Lalit Maganti · 7 years ago
  65. 6ea459c Split android_task_runner in its own target by Primiano Tucci · 7 years ago
  66. 5a30453 initrc file for Perfetto by Primiano Tucci · 7 years ago
  67. edf099c Add a way to use libraries from the Android tree by Primiano Tucci · 7 years ago
  68. 3b72910 Add skeleton of perfetto cmdline tool. by Primiano Tucci · 7 years ago
  69. 6067e73 Split executables and introduce common shared library by Primiano Tucci · 7 years ago
  70. 4e49c02 Make traced a top-level executable by Primiano Tucci · 7 years ago
  71. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  72. 3e712a0 Add skeleton of traced by Hector Dearman · 7 years ago
  73. ebba0fe Switch tracing source sets into static libraries by Sami Kyostila · 7 years ago
  74. 5358933 Add initial Tracing Service implementation by Primiano Tucci · 7 years ago
  75. af429f9 IPC plumbing for TraceWriter and service-side Consumer port. by Primiano Tucci · 7 years ago
  76. d7b59c4 Introduce TraceWriter and SharedMemoryArbiter for Producer(s) by Primiano Tucci · 7 years ago
  77. f5d6d53 Shared Memory Buffer: Binary Format by Primiano Tucci · 7 years ago
  78. 422caff Add IdAllocator class by Primiano Tucci · 7 years ago
  79. 71625d7 Use genrule instead of cc_genrule in Android.bp by Sami Kyostila · 7 years ago
  80. fc074d4 Disable usage of libunwind by Sami Kyostila · 7 years ago
  81. b27619f Add a presubmit check to keep Android.bp up-to-date by Sami Kyostila · 7 years ago
  82. cc6dcb0 ftrace_reader: Add dynamic parser (part 2) by Hector Dearman · 7 years ago
  83. dcbbf13 Add IPC plumbing for consumer port by Primiano Tucci · 7 years ago
  84. 114b649 Introduce Consumer API by Primiano Tucci · 7 years ago
  85. 83d9803 ftrace_reader: Add dynamic parser (part 1) by Hector Dearman · 7 years ago
  86. 2e36683 Enable missing-field-initializers warning by Sami Kyostila · 7 years ago
  87. 2357b03 Add an initial Android blueprint file by Sami Kyostila · 7 years ago