1. 3ced8f9 Fix clang build with use_custom_libcxx=false. by Florian Mayer · 8 years ago
  2. 33d3b6d Include test_event protozero in fake_consumer by Florian Mayer · 8 years ago
  3. bc8368e ftrace_reader: Add cpu_reader.cc micro benchmark by Hector Dearman · 8 years ago
  4. 60d1e13 Add end-to-end fuzzer. by Florian Mayer · 8 years ago
  5. 3e98649 Merge "Remove static from kPageSize" by Anna Zappone · 8 years ago
  6. e102b4e Merge "Comment out OS X CI." by Florian Mayer · 8 years ago
  7. b112e9f Comment out OS X CI. by Florian Mayer · 8 years ago
  8. cf0420a Merge "protozero: Allow zero length strings and arrays" by Treehugger Robot · 8 years ago
  9. 932d1ff Merge "Fix incorrect reference to implementation file." by Treehugger Robot · 8 years ago
  10. 045ce3e Merge "ftrace_reader: Add new ftrace events" by Hector Dearman · 8 years ago
  11. 8bf3e25 protozero: Allow zero length strings and arrays by Hector Dearman · 8 years ago
  12. 30ba304 Remove static from kPageSize by Anna Zappone · 8 years ago
  13. e01d64d Merge "IPC: introduce dont_reply flag to avoid useless empty replies" by Primiano Tucci · 8 years ago
  14. 9d4042b Fix incorrect reference to implementation file. by Florian Mayer · 8 years ago
  15. 6d2f0ed Merge "Simply test BUILD file structure." by Treehugger Robot · 8 years ago
  16. e50e453 traced_probes: Retry connecting to service by Hector Dearman · 8 years ago
  17. 970e851 Merge "Rename system property to persist.traced.enable" by Primiano Tucci · 8 years ago
  18. 7175882 Rename system property to persist.traced.enable by Primiano Tucci · 8 years ago
  19. 2d0b225 IPC: introduce dont_reply flag to avoid useless empty replies by Primiano Tucci · 8 years ago
  20. 0825517 Merge "Add fuzzer target to build_all_configs." by Treehugger Robot · 8 years ago
  21. d8bd81b Simply test BUILD file structure. by Florian Mayer · 8 years ago
  22. 7f37dc8 ftrace_reader: Add new ftrace events by Hector Dearman · 8 years ago
  23. ca2858e Merge "Split task_runnner_thread from end_to_end_integrationtest." by Florian Mayer · 8 years ago
  24. c61e883 ftrace_reader: Add atrace support by Hector Dearman · 8 years ago
  25. bba1941 Unify kPageSize constants across the code base by Anna Zappone · 8 years ago
  26. c7255fd Split task_runnner_thread from end_to_end_integrationtest. by Florian Mayer · 8 years ago
  27. 8c2ef92 Merge "Remove unneeded header." by Treehugger Robot · 8 years ago
  28. 3990b71 Merge "trace_to_text: Update proto paths" by Treehugger Robot · 8 years ago
  29. 2445030 Remove unneeded header. by Florian Mayer · 8 years ago
  30. 0b32c72 trace_to_text: Update proto paths by Sami Kyostila · 8 years ago
  31. 4a0a116 Merge "Run clang-tidy" by Treehugger Robot · 8 years ago
  32. aab5355 Run clang-tidy by Florian Mayer · 8 years ago
  33. 900046c Merge "Add config for fuzzer targets." by Florian Mayer · 8 years ago
  34. 3a3974e Add config for fuzzer targets. by Florian Mayer · 8 years ago
  35. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 8 years ago
  36. b792312 Merge "Do not link producer dependencies into perfetto binary." by Florian Mayer · 8 years ago
  37. 39270ac Merge "perfetto: add docs for running tests" by Lalit Maganti · 8 years ago
  38. 35ddfe2 Do not link producer dependencies into perfetto binary. by Florian Mayer · 8 years ago
  39. 73904b9 Add fuzzer target to build_all_configs. by Florian Mayer · 8 years ago
  40. c31a431 Added fallback logic for the tracing path. by Isabelle Taylor · 8 years ago
  41. 87d0ead perfetto: add docs for running tests by Lalit Maganti · 8 years ago
  42. 00b6db5 Add fuzzer for buffered_frame_deserializer. by Florian Mayer · 8 years ago
  43. 25ac939 Remove newlines from logging statements by Sami Kyostila · 8 years ago
  44. 08882a4 Change the autogenerated config proto by Primiano Tucci · 8 years ago
  45. c501080 Generate merged trace config for use in the Android tree by Primiano Tucci · 8 years ago
  46. 3d5e7e6 Propagate defines to Android.pb by Florian Mayer · 8 years ago
  47. a65d75c Merge "Default to hermetic clang on Linux." by Treehugger Robot · 8 years ago
  48. 08622fc Merge "Update hermetic clang to match CLANG_REVISION." by Florian Mayer · 8 years ago
  49. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 8 years ago
  50. 4b3b13b Update hermetic clang to match CLANG_REVISION. by Florian Mayer · 8 years ago
  51. c2a38ea Set -Oz for all cc targets. by Florian Mayer · 8 years ago
  52. 5dda02f Merge "Add test for malformed input in the ParsePage method" by Hector Dearman · 8 years ago
  53. 51e06e5 Enable embedders to include Perfetto protos by Oystein Eftevaag · 8 years ago
  54. 6bbffa4 Default to hermetic clang on Linux. by Florian Mayer · 8 years ago
  55. 7a472d9 Add test for malformed input in the ParsePage method by Hector Dearman · 8 years ago
  56. fcbafda Add protoc_helper by Hector Dearman · 8 years ago
  57. 562de6d Add fmayer@ to OWNERS. by Florian Mayer · 8 years ago
  58. e17ac54 Merge "Use regex.h rather than <regex>." by Treehugger Robot · 8 years ago
  59. 2ab0d77 Use regex.h rather than <regex>. by Florian Mayer · 8 years ago
  60. 32c40e8 Merge "Fix incorrect CHECK." by Treehugger Robot · 8 years ago
  61. ef20c88 Merge "Fix lint warnings in ftrace_producer." by Treehugger Robot · 8 years ago
  62. e07adcd Fix incorrect CHECK. by Florian Mayer · 8 years ago
  63. 970306d Merge "Move binder libraries into perfetto binary and save ~5 MB of ram" by Treehugger Robot · 8 years ago
  64. ec4b10e Fix lint warnings in ftrace_producer. by Florian Mayer · 8 years ago
  65. 6d84853 Move binder libraries into perfetto binary and save ~5 MB of ram by Primiano Tucci · 8 years ago
  66. 23b7fc8 Merge "ftrace_reader: Remove proto full code" by Hector Dearman · 8 years ago
  67. 0b8803a Merge "Add doc on is_hermetic_clang" by Florian Mayer · 8 years ago
  68. 6b90156 Fix mac build by Primiano Tucci · 8 years ago
  69. 7e2b67a Changes for statsd integration by Primiano Tucci · 8 years ago
  70. aef49dd ftrace_reader: Remove proto full code by Hector Dearman · 8 years ago
  71. b12cdaa Merge "ftrace_reader: Move some code for generating the protos into tools/" by Hector Dearman · 8 years ago
  72. 218c8f5 Merge "Create a simple debian package with systemd service units" by Sami Kyostila · 8 years ago
  73. ea4fcdb Add doc on is_hermetic_clang by Florian Mayer · 8 years ago
  74. 1025b31 Create a simple debian package with systemd service units by Sami Kyostila · 8 years ago
  75. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 8 years ago
  76. 135841c Add O_CLOEXEC flag to all ScopedFiles using OpenFile function by Anna Zappone · 8 years ago
  77. 507519c Merge "perfetto-ci: Grey out merged CL" by Primiano Tucci · 8 years ago
  78. d64e78d Merge "Fix multi buffer support and add time-limited traces" by Primiano Tucci · 8 years ago
  79. fbc61d5 Add CI docs by Primiano Tucci · 8 years ago
  80. b594795 perfetto-ci: Grey out merged CL by Primiano Tucci · 8 years ago
  81. 20d441d Fix multi buffer support and add time-limited traces by Primiano Tucci · 8 years ago
  82. bebc70a Merge "Fix trace_to_text host binary generation" by Treehugger Robot · 8 years ago
  83. e8a7760 Fix trace_to_text host binary generation by Primiano Tucci · 8 years ago
  84. b47cbfd Merge "Reduce binary size by 44 KiB (STL streams -> std::string)" by Primiano Tucci · 8 years ago
  85. f76b522 Merge "Don't keep a named temporary file during tracing" by Treehugger Robot · 8 years ago
  86. 0898ab9 Reduce binary size by 44 KiB (STL streams -> std::string) by Primiano Tucci · 8 years ago
  87. 8f266ad Update docs with instructions for perfetto cli by Primiano Tucci · 8 years ago
  88. 26d5cdd Don't keep a named temporary file during tracing by Sami Kyostila · 8 years ago
  89. 20b3c1c Add trace_to_text by Hector Dearman · 8 years ago
  90. cc424fd Set fvisibility=hidden per default. by Florian Mayer · 8 years ago
  91. 6d0bc7f Created a basic public interface for SharedMemoryArbiter to allow public transport layers by Oystein Eftevaag · 8 years ago
  92. f7a0d7e Fixed NDK dependencies when building as part of Chrome+Android by Oystein Eftevaag · 8 years ago
  93. 9dae210 perfetto: add empty files to prevent Android tree finding our ndk by Lalit Maganti · 8 years ago
  94. c5bcd79 perfetto: add support from blueprint generator to include extras by Lalit Maganti · 8 years ago
  95. 0b65b91 perfetto: split up FtraceProducer into its own file to allow reuse by Lalit Maganti · 8 years ago
  96. 1278142 Merge "Implement DropBox uploading" by Treehugger Robot · 8 years ago
  97. b5b7169 Implement DropBox uploading by Sami Kyostila · 8 years ago
  98. 74a9322 Open all ftrace_reader files with O_CLOEXEC. by Anna Zappone · 8 years ago
  99. 69a6479 Add temporary workaround by Hector Dearman · 8 years ago
  100. 680a28b ftrace_reader: Backport reading raw pipes on timer by Hector Dearman · 8 years ago