1. d410c82 ftrace_reader: Rename event_names to ftrace_events by Hector Dearman · 6 years ago
  2. 5013971 ftrace_reader: Add FtraceConfigMuxer by Hector Dearman · 6 years ago
  3. a89cc57 perfetto: Move FtraceConfig to own file by Hector Dearman · 6 years ago
  4. 19e0e04 Revert "Forward enable_extra_guardrails to Producer." by Florian Mayer · 6 years ago
  5. 7ca582f Forward enable_extra_guardrails to Producer. by Florian Mayer · 6 years ago
  6. 80b388e Set flag in TraceConfig if data is saved to dropbox. by Florian Mayer · 6 years ago
  7. 861aa3f Merge "Add PERFETTO_LIKELY macro" by Primiano Tucci · 6 years ago
  8. 19318a7 Add PERFETTO_LIKELY macro by Primiano Tucci · 6 years ago
  9. 16d1d63 Rename Chunk to Slice to avoid ambiguity by Primiano Tucci · 6 years ago
  10. 8bb00ed Merge "protozero: Remove protozero from the name of files" by Primiano Tucci · 6 years ago
  11. e1e56b6 protozero: Remove protozero from the name of files by Hector Dearman · 6 years ago
  12. a0ad8c1 SharedMemoryABI: Make ChunkID a uint32_t by Primiano Tucci · 6 years ago
  13. eef8b24 Propagate duration_ms from TraceConfig to DataSourceConfig. by Florian Mayer · 6 years ago
  14. aaa4c19 Rename protozero::ProtozeroX -> protozero::X by Hector Dearman · 6 years ago
  15. 40e9872 Fix include guards and add PRESUBMIT by Primiano Tucci · 6 years ago
  16. 40a5484 Merge "Improve ftrace scheduling" by Sami Kyostila · 6 years ago
  17. 71c29e9 perfetto: Fix gcc build by Hector Dearman · 6 years ago
  18. 247110b Improve ftrace scheduling by Sami Kyostila · 6 years ago
  19. 32e0b54 Annotate trace packets with a trusted producer uid by Sami Kyostila · 6 years ago
  20. 0134e7f ftrace_reader: Add code to reset ftrace state by Hector Dearman · 6 years ago
  21. ff72959 Added a PERFETTO_ prefix to the BUILDFLAG macros. by Oystein Eftevaag · 7 years ago
  22. 0e6e2f7 Fix incorrect comments. by Florian Mayer · 7 years ago
  23. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 7 years ago
  24. cb4ba32 Have ftrace_reader use the auto generated FtraceConfig.cc file by Hector Dearman · 7 years ago
  25. c96f71b Fix mac build by Primiano Tucci · 7 years ago
  26. 6a2a992 Merge "ftrace_reader: Kernel buffer size follow up" by Treehugger Robot · 7 years ago
  27. 6e45e48 Merge "Do not use WatchDog in Chrome." by Primiano Tucci · 7 years ago
  28. dbdec97 ftrace_reader: Kernel buffer size follow up by Hector Dearman · 7 years ago
  29. 7391c0f ftrace_reader: Add fuzzer for cpu_reader.cc by Hector Dearman · 7 years ago
  30. 232a30e Do not use WatchDog in Chrome. by Florian Mayer · 7 years ago
  31. 683ff6e Merge "Use watchdog in TaskRunners" by Treehugger Robot · 7 years ago
  32. 26ecb39 Use watchdog in TaskRunners by Florian Mayer · 7 years ago
  33. 6ea67b3 ftrace_reader: Plumb kernel buffer size and read period by Hector Dearman · 7 years ago
  34. b433400 Add WatchDog class to kill process after a timeout. by Florian Mayer · 7 years ago
  35. 0c45fa3 Reliability improvements for the demo by Primiano Tucci · 7 years ago
  36. 5b65c9f ipc: Fix dontreply logic when using derived Deferred messages by Primiano Tucci · 7 years ago
  37. 60d1e13 Add end-to-end fuzzer. by Florian Mayer · 7 years ago
  38. 3e98649 Merge "Remove static from kPageSize" by Anna Zappone · 7 years ago
  39. cf0420a Merge "protozero: Allow zero length strings and arrays" by Treehugger Robot · 7 years ago
  40. 8bf3e25 protozero: Allow zero length strings and arrays by Hector Dearman · 7 years ago
  41. 30ba304 Remove static from kPageSize by Anna Zappone · 7 years ago
  42. 9d4042b Fix incorrect reference to implementation file. by Florian Mayer · 7 years ago
  43. c61e883 ftrace_reader: Add atrace support by Hector Dearman · 7 years ago
  44. bba1941 Unify kPageSize constants across the code base by Anna Zappone · 7 years ago
  45. aab5355 Run clang-tidy by Florian Mayer · 7 years ago
  46. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  47. c501080 Generate merged trace config for use in the Android tree by Primiano Tucci · 7 years ago
  48. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  49. 2ab0d77 Use regex.h rather than <regex>. by Florian Mayer · 7 years ago
  50. b12cdaa Merge "ftrace_reader: Move some code for generating the protos into tools/" by Hector Dearman · 7 years ago
  51. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 7 years ago
  52. 135841c Add O_CLOEXEC flag to all ScopedFiles using OpenFile function by Anna Zappone · 7 years ago
  53. 20d441d Fix multi buffer support and add time-limited traces by Primiano Tucci · 7 years ago
  54. 26d5cdd Don't keep a named temporary file during tracing by Sami Kyostila · 7 years ago
  55. 6d0bc7f Created a basic public interface for SharedMemoryArbiter to allow public transport layers by Oystein Eftevaag · 7 years ago
  56. f7a0d7e Fixed NDK dependencies when building as part of Chrome+Android by Oystein Eftevaag · 7 years ago
  57. 680a28b ftrace_reader: Backport reading raw pipes on timer by Hector Dearman · 7 years ago
  58. 8a8044f Invalidate Handles for ProtoZeroMessage on calling Reset. by Florian Mayer · 7 years ago
  59. 5e8a4eb Added targets for linking Perfetto as an embedded library and fixed some include paths by Oystein Eftevaag · 7 years ago
  60. e4cc95d ftrace_reader: Add initial probes deamon code by Hector Dearman · 7 years ago
  61. 3b72910 Add skeleton of perfetto cmdline tool. by Primiano Tucci · 7 years ago
  62. 63b62c4 Fix include paths in generated headers by Sami Kyostila · 7 years ago
  63. 60a6347 perfetto: Make protos follow google3 best practice by Hector Dearman · 7 years ago
  64. 9b5d336 Allow to take a file descriptor for Service's sockets by Primiano Tucci · 7 years ago
  65. 05889d5 base/logging: log also to logcat on Android by Primiano Tucci · 7 years ago
  66. 3324dfc Add testing consumer_cmd executable by Primiano Tucci · 7 years ago
  67. a5ff2a8 Wire up traced binary by Primiano Tucci · 7 years ago
  68. bbaa58c Introduce base::PageAllocator to wrap mmap by Primiano Tucci · 7 years ago
  69. 3e712a0 Add skeleton of traced by Hector Dearman · 7 years ago
  70. 5358933 Add initial Tracing Service implementation by Primiano Tucci · 7 years ago
  71. af429f9 IPC plumbing for TraceWriter and service-side Consumer port. by Primiano Tucci · 7 years ago
  72. d7b59c4 Introduce TraceWriter and SharedMemoryArbiter for Producer(s) by Primiano Tucci · 7 years ago
  73. f5d6d53 Shared Memory Buffer: Binary Format by Primiano Tucci · 7 years ago
  74. 68323b0 Move WeakPtrFactory as last field: improves tests robustness. by Primiano Tucci · 7 years ago
  75. 3a91887 Remove callback from ProtoZeroMessage::OnFinalize by Primiano Tucci · 7 years ago
  76. 57e67e1 Add copy constructors to proto-generated structs. by Primiano Tucci · 7 years ago
  77. dcbbf13 Add IPC plumbing for consumer port by Primiano Tucci · 7 years ago
  78. 114b649 Introduce Consumer API by Primiano Tucci · 7 years ago
  79. 83d9803 ftrace_reader: Add dynamic parser (part 1) by Hector Dearman · 7 years ago
  80. 42e2de1 Introduce initial stubs for Consumer API by Primiano Tucci · 7 years ago
  81. 78816e0 Merge "ftrace_reader: Automatically start/stop tracing" by Hector Dearman · 7 years ago
  82. 5c87a75 ftrace_reader: Automatically start/stop tracing by Hector Dearman · 7 years ago
  83. 5aab758 Improve logging by Primiano Tucci · 7 years ago
  84. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago