1. 41844ed perfetto: add ability to override upload limit flag on debuggable builds by Lalit Maganti · 7 years ago
  2. 567a511 traced_probes: fix tid/pid incremental mapping and reduce overhead by Primiano Tucci · 7 years ago
  3. c27975c trace_to_text: add raw output mode for compact summaries by Lalit Maganti · 7 years ago
  4. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 7 years ago
  5. 1d8956a Add f2fs events. by Florian Mayer · 7 years ago
  6. e7ca7c6 Fix test failure by reducing max shm size to 32 MB by Primiano Tucci · 7 years ago
  7. 238c550 Add tool to find scan roots. by Florian Mayer · 7 years ago
  8. b0f0071 Use separate unix socket for tools/tmx. by Florian Mayer · 7 years ago
  9. aef0c53 Add unittests for file_scanner. Fix minor bug. by Florian Mayer · 7 years ago
  10. b249947 Fix bug in summary trace to text. by Isabelle Taylor · 7 years ago
  11. 38faa6f Improve stacktraces on Linux/Android standalone debug builds by Primiano Tucci · 7 years ago
  12. 1b9c58a Added process tree config. by Hector Dearman · 7 years ago
  13. dae3565 Allow to configure InodeFileDataSource. by Primiano Tucci · 7 years ago
  14. 7187df1 Merge "perfetto: fix android Travis build" by Primiano Tucci · 7 years ago
  15. 131b6e5 perfetto: add benchmark for fixed rate producer by Lalit Maganti · 7 years ago
  16. e832289 perfetto: fix android Travis build by Lalit Maganti · 7 years ago
  17. 45c9b18 Introduce "json" and "systrace" output in trace_to_text by Primiano Tucci · 7 years ago
  18. 3c4e5c2 traced_probes: Support on demand proccess info by Hector Dearman · 7 years ago
  19. a7c04f8 traced_probes: Fix pid snapshot by Hector Dearman · 7 years ago
  20. 5e8fa4b trace_to_text: Verify filesystem scanning numbers by Anna Zappone · 7 years ago
  21. 21c19d8 Support building trace_to_text in the Android tree by Primiano Tucci · 7 years ago
  22. ea56fd3 Fix msan and mac build by Primiano Tucci · 7 years ago
  23. 7c10462 trace_to_text: Add I/O sanity checks by Anna Zappone · 7 years ago
  24. 910852d perfetto: fix gcc build by Lalit Maganti · 7 years ago
  25. d496ea5 Added process tree data to the trace to text summary. by Isabelle Taylor · 7 years ago
  26. 85ef536 trace_to_text: Add summary mode by Hector Dearman · 7 years ago
  27. f4bc1d1 Replace PERFETTO_CHECK(false) with PERFETTO_FATAL by Hector Dearman · 7 years ago
  28. 2ffd1a5 Add support for long running traces by Primiano Tucci · 7 years ago
  29. a812a94 In Chrome, build as shared library rather than directly linked sources by Oystein Eftevaag · 7 years ago
  30. 26a54d3 Use const reference instead of value. by Florian Mayer · 7 years ago
  31. bfc3d3e perfetto: add end to end benchmarking by Lalit Maganti · 7 years ago
  32. c99d93c perfetto: update benchmark dep by Lalit Maganti · 7 years ago
  33. 6aa7557 Add host target for perfetto protos on Android host builds by Primiano Tucci · 7 years ago
  34. 96928ab Merge "perfetto: Add a testing program" by Treehugger Robot · 7 years ago
  35. dbd0878 make constants constexpr. by Florian Mayer · 7 years ago
  36. 3639700 perfetto: Add a testing program by Hector Dearman · 7 years ago
  37. 1cfb312 Merge "ftrace_reader: Update for uint64 block device ids" by Anna Zappone · 7 years ago
  38. 8ce3087 ftrace_reader: Update for uint64 block device ids by Anna Zappone · 7 years ago
  39. c067d41 perfetto: Add linux support to tools/tmux by Hector Dearman · 7 years ago
  40. 2166b71 Fix JSON error and add I/O events by Anna Zappone · 7 years ago
  41. 0ff07c7 probe_producer: Post metadata to helper sources by Hector Dearman · 7 years ago
  42. 3bc8438 Merge "perfetto: foo:foo_unittests -> foo:unittests" by Primiano Tucci · 7 years ago
  43. 599e3e2 perfetto: All tests should end in 'Test' by Hector Dearman · 7 years ago
  44. 6cfec8a perfetto: foo:foo_unittests -> foo:unittests by Hector Dearman · 7 years ago
  45. 74b73a9 Add utility function to get block device -> mountpoints. by Florian Mayer · 7 years ago
  46. 3f5705c perfetto: refactor testing code to make benchmarks easier to write by Lalit Maganti · 7 years ago
  47. ab3b1b2 Added proto for ChromeTraceEvents, and a config string to the DataSourceConfig for Chrome tracing as well by Oystein Eftevaag · 7 years ago
  48. 09db827 TraceBuffer: minor cleanups by Primiano Tucci · 7 years ago
  49. 27ac99c probes_producer: Add initial code to put inodes into their own trace packet by Anna Zappone · 7 years ago
  50. 79f3f91 NotifySharedMemoryUpdate -> CommitData by Primiano Tucci · 7 years ago
  51. 954d8ed Add "protos" package to the ipc/*.proto files by Primiano Tucci · 7 years ago
  52. 4acbb20 Merge "perfetto: Use push --sync where possible in tools/tmux" by Hector Dearman · 7 years ago
  53. 9b89d47 perfetto: Use push --sync where possible in tools/tmux by Hector Dearman · 7 years ago
  54. 3ea3888 ftrace_reader: Added more events for processes. by Isabelle Taylor · 7 years ago
  55. 6e4e038 ftrace_reader: Adding events for IO by Anna Zappone · 7 years ago
  56. e350497 Added support to read multiple fields from cmdline. by Isabelle Taylor · 7 years ago
  57. a89cc57 perfetto: Move FtraceConfig to own file by Hector Dearman · 7 years ago
  58. d404ea1 Dump process data in trace. by Isabelle Taylor · 7 years ago
  59. 6325426 Merge "Save inode numbers in cpu_reader to get inode to filename mappings" by Anna Zappone · 7 years ago
  60. 503f6c4 perfetto: make include guards file also run on test folder by Lalit Maganti · 7 years ago
  61. 74b1f2a Save inode numbers in cpu_reader to get inode to filename mappings by Anna Zappone · 7 years ago
  62. 40e9872 Fix include guards and add PRESUBMIT by Primiano Tucci · 7 years ago
  63. 9bfaaf9 Fix PDK build by Logan Chien · 7 years ago
  64. d15631b Dumps data about processes and threads. by Isabelle Taylor · 7 years ago
  65. 627978a Merge "Use asan-use-private-alias for ASAN to prevent ODR violation." by Florian Mayer · 7 years ago
  66. 2198b07 Use asan-use-private-alias for ASAN to prevent ODR violation. by Florian Mayer · 7 years ago
  67. 917983c Merge "ftrace_reader: Adjust formatting of autogen code" by Hector Dearman · 7 years ago
  68. 1ea1149 trace_to_text: Fix seg fault by Hector Dearman · 7 years ago
  69. 22d4c57 ftrace_reader: Adjust formatting of autogen code by Hector Dearman · 7 years ago
  70. 322227b Merge "Make tools/tmux do the right thing for non-mono builds" by Hector Dearman · 7 years ago
  71. c9c183a Make tools/tmux do the right thing for non-mono builds by Hector Dearman · 7 years ago
  72. be6e3e7 Adding ftrace_events for events useful for long running traces by Anna Zappone · 7 years ago
  73. 6498fcf Autogenerate event_info.cc based on the event whitelist. by Isabelle Taylor · 7 years ago
  74. 367fcd5 perfetto: switch arm/arm64 emulators over to x64 by Lalit Maganti · 7 years ago
  75. 8188f31 Add extra ftrace events required by Anna Zappone · 7 years ago
  76. 8ec62a8 Merge "Update tmux script to take optional config variable" by Hector Dearman · 8 years ago
  77. c88a66d Update tmux script to take optional config variable by Hector Dearman · 8 years ago
  78. 853467e Add ftrace event SchedWakeup by Anna Zappone · 8 years ago
  79. bfc8e60 Use use_custom_libcxx to fuzzer by Florian Mayer · 8 years ago
  80. b7cca20 Improve logging and add tmux script by Primiano Tucci · 8 years ago
  81. 045ce3e Merge "ftrace_reader: Add new ftrace events" by Hector Dearman · 8 years ago
  82. 0825517 Merge "Add fuzzer target to build_all_configs." by Treehugger Robot · 8 years ago
  83. 7f37dc8 ftrace_reader: Add new ftrace events by Hector Dearman · 8 years ago
  84. 3990b71 Merge "trace_to_text: Update proto paths" by Treehugger Robot · 8 years ago
  85. 0b32c72 trace_to_text: Update proto paths by Sami Kyostila · 8 years ago
  86. 79f2d7b perfetto: add end to end integration tests by Lalit Maganti · 8 years ago
  87. 73904b9 Add fuzzer target to build_all_configs. by Florian Mayer · 8 years ago
  88. 08882a4 Change the autogenerated config proto by Primiano Tucci · 8 years ago
  89. c501080 Generate merged trace config for use in the Android tree by Primiano Tucci · 8 years ago
  90. 3d5e7e6 Propagate defines to Android.pb by Florian Mayer · 8 years ago
  91. 08622fc Merge "Update hermetic clang to match CLANG_REVISION." by Florian Mayer · 8 years ago
  92. 20b760c Reshuffle .proto files under /proto by Primiano Tucci · 8 years ago
  93. 4b3b13b Update hermetic clang to match CLANG_REVISION. by Florian Mayer · 8 years ago
  94. c2a38ea Set -Oz for all cc targets. by Florian Mayer · 8 years ago
  95. fcbafda Add protoc_helper by Hector Dearman · 8 years ago
  96. 7e2b67a Changes for statsd integration by Primiano Tucci · 8 years ago
  97. 39071ba ftrace_reader: Move some code for generating the protos into tools/ by Hector Dearman · 8 years ago
  98. e8a7760 Fix trace_to_text host binary generation by Primiano Tucci · 8 years ago
  99. 20b3c1c Add trace_to_text by Hector Dearman · 8 years ago
  100. cc424fd Set fvisibility=hidden per default. by Florian Mayer · 8 years ago