1. bfc3d3e perfetto: add end to end benchmarking by Lalit Maganti · 6 years ago
  2. 86cfbe1 perfetto: Add guardrails to perfetto_cmd by Hector Dearman · 6 years ago
  3. 6aa7557 Add host target for perfetto protos on Android host builds by Primiano Tucci · 6 years ago
  4. 3639700 perfetto: Add a testing program by Hector Dearman · 6 years ago
  5. 9eba16c Don't build trace_to_text when building in Chrome by Oystein Eftevaag · 6 years ago
  6. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 6 years ago
  7. ebf07c7 traced_probes: Add ProcessStatsDataSource by Hector Dearman · 6 years ago
  8. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 6 years ago
  9. c443a36 perfetto: Move perfetto_cmd out of traced by Hector Dearman · 6 years ago
  10. d404ea1 Dump process data in trace. by Isabelle Taylor · 6 years ago
  11. a0d8051 Fix mac build by Primiano Tucci · 6 years ago
  12. 0b9a6ac perfetto: fix dependencies for perfetto binary on standalone android by Lalit Maganti · 6 years ago
  13. d15631b Dumps data about processes and threads. by Isabelle Taylor · 6 years ago
  14. d0e7679 perfetto: update tests to depend on new build flag by Lalit Maganti · 6 years ago
  15. c96f71b Fix mac build by Primiano Tucci · 7 years ago
  16. bc8368e ftrace_reader: Add cpu_reader.cc micro benchmark by Hector Dearman · 7 years ago
  17. d8bd81b Simply test BUILD file structure. by Florian Mayer · 7 years ago
  18. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 7 years ago
  19. c501080 Generate merged trace config for use in the Android tree by Primiano Tucci · 7 years ago
  20. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 7 years ago
  21. 51e06e5 Enable embedders to include Perfetto protos by Oystein Eftevaag · 7 years ago
  22. fcbafda Add protoc_helper by Hector Dearman · 7 years ago
  23. 6d84853 Move binder libraries into perfetto binary and save ~5 MB of ram by Primiano Tucci · 7 years ago
  24. 6b90156 Fix mac build by Primiano Tucci · 7 years ago
  25. 7e2b67a Changes for statsd integration by Primiano Tucci · 7 years ago
  26. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 7 years ago
  27. 20b3c1c Add trace_to_text by Hector Dearman · 7 years ago
  28. b5b7169 Implement DropBox uploading by Sami Kyostila · 7 years ago
  29. f3837d5 Add --background option to perfetto cmdline util by Primiano Tucci · 7 years ago
  30. 6ea459c Split android_task_runner in its own target by Primiano Tucci · 7 years ago
  31. 72dac26 Moved non-chrome targets out of build_with_chromium to fix embedded Chrome build by Oystein Eftevaag · 7 years ago
  32. 5e8a4eb Added targets for linking Perfetto as an embedded library and fixed some include paths by Oystein Eftevaag · 7 years ago
  33. edf099c Add a way to use libraries from the Android tree by Primiano Tucci · 7 years ago
  34. 3b72910 Add skeleton of perfetto cmdline tool. by Primiano Tucci · 7 years ago
  35. 6067e73 Split executables and introduce common shared library by Primiano Tucci · 7 years ago
  36. 4e49c02 Make traced a top-level executable by Primiano Tucci · 7 years ago
  37. 3324dfc Add testing consumer_cmd executable by Primiano Tucci · 7 years ago
  38. 3e712a0 Add skeleton of traced by Hector Dearman · 7 years ago
  39. 931284e Fix TSan flakiness by Primiano Tucci · 7 years ago
  40. 73f584f ftrace_reader: Remove ftrace_reader_demo by Hector Dearman · 7 years ago
  41. 5fec921 Introduce proto -> pure c++ code generator by Primiano Tucci · 7 years ago
  42. b03ba36 Unify test targets under perfetto_{tests,benchmarks} by Primiano Tucci · 7 years ago
  43. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago
  44. dd727e4 Support building Perfetto as part of Chrome by Oystein Eftevaag · 7 years ago
  45. 782374f Split proto zero/lite/full generation by Primiano Tucci · 7 years ago
  46. 91cc11d [IPC 6] Add code generator and end-to-end test by Primiano Tucci · 7 years ago
  47. e73ac93 [IPC 1] Add class to handle UNIX sockets and shared memory by Primiano Tucci · 7 years ago
  48. 2193ff4 Move format parser files from tools/ to ftrace_reader/ by Hector Dearman · 7 years ago
  49. 2c650f8 Add FtraceEventBundle and FtraceEvent protos by Hector Dearman · 7 years ago
  50. 650fb84 Add ftrace_controller by Hector Dearman · 7 years ago
  51. 3d8970f Rename libftrace to ftrace_reader by Hector Dearman · 7 years ago
  52. d7d1be0 Move cpp_common to base and its own namespace. by Primiano Tucci · 7 years ago
  53. ce72002 Introduce core tracing library pieces (Part 1) by Primiano Tucci · 7 years ago
  54. 1333134 Introduce RAII ScopedFile class to auto-close FDs by Primiano Tucci · 7 years ago
  55. fd48423 Introduce protozero protoc compiler plugin (Part 3) by Primiano Tucci · 7 years ago
  56. 97440f4 Introduce core ProtoZero support classes (Part 1) by Primiano Tucci · 7 years ago
  57. b06bc48 Move sanitizers_unittests under tools and add README by Primiano Tucci · 7 years ago
  58. 9b062df Add libftrace/ directory by Hector Dearman · 7 years ago
  59. be61adf Add format parser by Hector Dearman · 7 years ago
  60. 88a1011 Add benchmark library by Hector Dearman · 7 years ago
  61. 0825bc8 Add support for llvm-based sanitizers. by Primiano Tucci · 7 years ago
  62. ae2879e Perfetto: first commit. Introduce build files by Primiano Tucci · 7 years ago