1. 918fe7a trace_processor: add load tool test by Lalit Maganti · 5 years ago
  2. 82e3e61 perfetto-ui: Fix typo vibrartor -> vibrator by Hector Dearman · 5 years ago
  3. f0824b8 Merge "Make syscall tables constexpr." by Treehugger Robot · 5 years ago
  4. b0999e5 Make syscall tables constexpr. by Florian Mayer · 5 years ago
  5. a40b420 Merge "Do not crash if we fail to open the output file." by Florian Mayer · 5 years ago
  6. 8261046 Increase flush timeout in heap_profile script. by Florian Mayer · 5 years ago
  7. 1ac4550 Do not crash if we fail to open the output file. by Florian Mayer · 5 years ago
  8. 1cae602 Merge "trace_processor: fix missing syscall headers in build files" by Lalit Maganti · 5 years ago
  9. b072fa7 Merge "Ensure that the /data/misc/perfetto-traces directory exists." by Treehugger Robot · 5 years ago
  10. 5e60c65 trace_processor: fix missing syscall headers in build files by Lalit Maganti · 5 years ago
  11. 100ac91 Merge "Warn about buffer corruption in trace to profile." by Treehugger Robot · 5 years ago
  12. 5b2d700 heapprofd: when recovering from crash, do not unset heapprofd.userdebug.mode by Ryan Savitski · 5 years ago
  13. a08ca98 Warn about buffer corruption in trace to profile. by Florian Mayer · 5 years ago
  14. b8825fb Merge "Indicate in result if shared buffer was corrupted." by Florian Mayer · 5 years ago
  15. b2622a5 Merge "Batch unwinding tasks." by Florian Mayer · 5 years ago
  16. e46a57b Ensure that the /data/misc/perfetto-traces directory exists. by Stephen Nusko · 5 years ago
  17. e32b4fd Indicate in result if shared buffer was corrupted. by Florian Mayer · 5 years ago
  18. 8ddbba1 Merge "Check if session is active before rejecting concurrent." by Florian Mayer · 5 years ago
  19. 15c0bcd Batch unwinding tasks. by Florian Mayer · 5 years ago
  20. c970131 Fix misleading comment. by Florian Mayer · 5 years ago
  21. 5fa91a3 Merge "Remove stale TODO." by Florian Mayer · 5 years ago
  22. 754b57f Check if session is active before rejecting concurrent. by Florian Mayer · 5 years ago
  23. 3d4c01d Remove stale TODO. by Florian Mayer · 5 years ago
  24. 81df6cb Reference docs about sampling interval in proto. by Florian Mayer · 5 years ago
  25. abe01b4 Merge "heapprofd: add heartbeat check to child mode" by Ryan Savitski · 5 years ago
  26. f30f609 Merge "heapprofd_client: proceed even if unable to read own cmdline + move std::string usage" by Ryan Savitski · 5 years ago
  27. 27acfdb Merge "heapprofd_client: fork mode: avoid atfork handlers and SIGCHILD by using clone(2)." by Ryan Savitski · 5 years ago
  28. 9fa59cb Add a field to the TraceConfig that allows users to activate triggers. by Stephen Nusko · 5 years ago
  29. e7d286e Merge "Talk about sampling in docs." by Treehugger Robot · 5 years ago
  30. 9cca3e8 heapprofd: add heartbeat check to child mode by Ryan Savitski · 5 years ago
  31. 1203175 Talk about sampling in docs. by Florian Mayer · 5 years ago
  32. b305678 heapprofd_client: proceed even if unable to read own cmdline + move std::string usage by Ryan Savitski · 5 years ago
  33. e97322e heapprofd_client: fork mode: avoid atfork handlers and SIGCHILD by using clone(2). by Ryan Savitski · 5 years ago
  34. 81880ac Merge "traced_probes: Respect all wildcard groups" by Primiano Tucci · 5 years ago
  35. 0e3c24a Merge "Fix debug build." by Florian Mayer · 5 years ago
  36. 0312066 traced_probes: Respect all wildcard groups by Hector Dearman · 5 years ago
  37. 2f33d3f Fix debug build. by Florian Mayer · 5 years ago
  38. a527c39 Merge "Fix build error." by Treehugger Robot · 5 years ago
  39. b782232 Fix fuzzer build error. by Florian Mayer · 5 years ago
  40. 4d01245 Fix build error. by Florian Mayer · 5 years ago
  41. 1cfa43d Merge "Allow to specify shmem size in script." by Florian Mayer · 5 years ago
  42. 2072d9b Syscall tracing: improve syscall tables. by Primiano Tucci · 5 years ago
  43. 6785b20 Merge "tools/busy_threads: make busy/sleep period configurable" by Ryan Savitski · 5 years ago
  44. 9590bc4 tools/busy_threads: make busy/sleep period configurable by Ryan Savitski · 5 years ago
  45. 6a80f56 Merge "perfetto: add dump_ftrace_stats tool" by Lalit Maganti · 5 years ago
  46. 787418f perfetto: add dump_ftrace_stats tool by Lalit Maganti · 5 years ago
  47. de4e887 trace_processor: remove proto API by Lalit Maganti · 5 years ago
  48. 4fe2ce3 ui: make UI use the iterator API of trace processor by Lalit Maganti · 5 years ago
  49. 911b1a3 Merge "traced_probes: fix CpuReaders not waking up on non-first tracing session" by Primiano Tucci · 5 years ago
  50. 91b3c6d Allow to specify shmem size in script. by Florian Mayer · 5 years ago
  51. 73904e0 Merge "Show buffer overruns in ProfileProto." by Treehugger Robot · 5 years ago
  52. f668053 Show buffer overruns in ProfileProto. by Florian Mayer · 5 years ago
  53. 28fa257 Merge "Add tools/busy_threads for spawning N busy-wait threads for debugging" by Ryan Savitski · 5 years ago
  54. db7f1ae Add tools/busy_threads for spawning N busy-wait threads for debugging by Ryan Savitski · 5 years ago
  55. de1b4f0 Merge "Do not swallow trace_to_text stderr in heap_profile script." by Florian Mayer · 5 years ago
  56. 62566e3 Merge changes I2b573d3d,I7bebb59b by Hector Dearman · 5 years ago
  57. 6fc484e Do not swallow trace_to_text stderr in heap_profile script. by Florian Mayer · 5 years ago
  58. c065c72 traced_probes: fix CpuReaders not waking up on non-first tracing session by Lalit Maganti · 5 years ago
  59. 0d93012 Merge "Allow to disconnect device for heap profile script." by Florian Mayer · 5 years ago
  60. bd0a62a Allow to disconnect device for heap profile script. by Florian Mayer · 5 years ago
  61. 7efdd57 Merge "trace_processor: cleanup trace processor shell and API further" by Lalit Maganti · 5 years ago
  62. 9bbf1af Merge "Add the ability for the command line client to activate triggers." by Treehugger Robot · 5 years ago
  63. e823811 Add the ability for the command line client to activate triggers. by Stephen Nusko · 5 years ago
  64. 7ed01b7 Merge "Add start_ts to process and thread tables" by Ioannis Ilkos · 5 years ago
  65. e82336d Merge "trace_processor: properly handle nulls for ref_type enum" by Lalit Maganti · 5 years ago
  66. c602d93 trace_processor: properly handle nulls for ref_type enum by Lalit Maganti · 5 years ago
  67. 2545d07 Add start_ts to process and thread tables by Ioannis Ilkos · 5 years ago
  68. 86820d1 Add test that data source is exposed. by Florian Mayer · 5 years ago
  69. 71cac8b Merge "Add fuzzer for writing to shared memory buffer." by Florian Mayer · 5 years ago
  70. 0038918 Add fuzzer for writing to shared memory buffer. by Florian Mayer · 5 years ago
  71. fb43b37 Merge "trace_processor: eliminate more uses of the proto API" by Lalit Maganti · 5 years ago
  72. cb0a4cd Merge "Check return value of fnctl when sealing fds." by Florian Mayer · 5 years ago
  73. f45de62 Merge "no_destructor_unittest: assert flag setting instead of death tests" by Ryan Savitski · 5 years ago
  74. 41ce19b no_destructor_unittest: assert flag setting instead of death tests by Ryan Savitski · 5 years ago
  75. 73b1a0a trace_processor: cleanup trace processor shell and API further by Lalit Maganti · 5 years ago
  76. 08b3f9f Merge "trace_processor: replace vector<string> with StringPool in storage" by Lalit Maganti · 5 years ago
  77. 439ae2d Merge "perfetto-ui: Show slice wakeup info" by Hector Dearman · 5 years ago
  78. fcbc5e2 trace_processor: Fix json tokenizer to handle nested {} by Hector Dearman · 5 years ago
  79. 8f15fb3 trace_processor: Show error message rather than crashing by Hector Dearman · 5 years ago
  80. 646d366 heapprofd_client: avoid destruction re-entrancy issues, and global destructor by Ryan Savitski · 5 years ago
  81. c72cea2 trace_processor: eliminate more uses of the proto API by Lalit Maganti · 5 years ago
  82. 5c45431 trace_processor: replace vector<string> with StringPool in storage by Lalit Maganti · 5 years ago
  83. 094a552 Merge "trace_processor: introduce API for computing metrics on trace processor" by Lalit Maganti · 5 years ago
  84. e64a869 Check return value of fnctl when sealing fds. by Florian Mayer · 5 years ago
  85. d9f86b6 trace_processor: introduce API for computing metrics on trace processor by Lalit Maganti · 5 years ago
  86. 008246e Merge changes I9e70b10f,I92894610 by Florian Mayer · 5 years ago
  87. 766ef6c Merge "Revert "Update to match libunwindstack changes."" by Treehugger Robot · 5 years ago
  88. d924ae3 Revert "Update to match libunwindstack changes." by David Srbecky · 5 years ago
  89. fa07997 Merge "Fix comment pointing to internal URL." by Primiano Tucci · 5 years ago
  90. efcf934 Merge "Adding some missing dependencies in the build system" by Primiano Tucci · 5 years ago
  91. b524cbb Document normalization behaviour. by Florian Mayer · 5 years ago
  92. cc57bf7 no_destructor_unittest: skip death tests under chromium build by Ryan Savitski · 5 years ago
  93. 98b1753 Fix comment pointing to internal URL. by Florian Mayer · 5 years ago
  94. 219f4c4 Normalize commandlines given in config. by Florian Mayer · 5 years ago
  95. bbd0b1c perfetto-ui: Show slice wakeup info by Isabelle Taylor · 5 years ago
  96. 5df9bb2 Adding some missing dependencies in the build system by Daniel Bratell · 5 years ago
  97. ea32fa0 Merge "trace_processor: fix UI query for thread time by p-state" by Lalit Maganti · 5 years ago
  98. 49ae901 trace_processor: print non-zero error stats and stop counter events from log spam by Lalit Maganti · 5 years ago
  99. 06acc02 trace_processor: improve trace processor's iterator API by Lalit Maganti · 5 years ago
  100. 478c118 Introduce base::NoDestructor<T> to simplify static objects by Ryan Savitski · 5 years ago