1. f0824b8 Merge "Make syscall tables constexpr." by Treehugger Robot · 5 years ago
  2. b0999e5 Make syscall tables constexpr. by Florian Mayer · 5 years ago
  3. a40b420 Merge "Do not crash if we fail to open the output file." by Florian Mayer · 5 years ago
  4. 1ac4550 Do not crash if we fail to open the output file. by Florian Mayer · 5 years ago
  5. 1cae602 Merge "trace_processor: fix missing syscall headers in build files" by Lalit Maganti · 5 years ago
  6. 5e60c65 trace_processor: fix missing syscall headers in build files by Lalit Maganti · 5 years ago
  7. 5b2d700 heapprofd: when recovering from crash, do not unset heapprofd.userdebug.mode by Ryan Savitski · 5 years ago
  8. b8825fb Merge "Indicate in result if shared buffer was corrupted." by Florian Mayer · 5 years ago
  9. b2622a5 Merge "Batch unwinding tasks." by Florian Mayer · 5 years ago
  10. e32b4fd Indicate in result if shared buffer was corrupted. by Florian Mayer · 5 years ago
  11. 8ddbba1 Merge "Check if session is active before rejecting concurrent." by Florian Mayer · 5 years ago
  12. 15c0bcd Batch unwinding tasks. by Florian Mayer · 5 years ago
  13. 5fa91a3 Merge "Remove stale TODO." by Florian Mayer · 5 years ago
  14. 754b57f Check if session is active before rejecting concurrent. by Florian Mayer · 5 years ago
  15. 3d4c01d Remove stale TODO. by Florian Mayer · 5 years ago
  16. 81df6cb Reference docs about sampling interval in proto. by Florian Mayer · 5 years ago
  17. abe01b4 Merge "heapprofd: add heartbeat check to child mode" by Ryan Savitski · 5 years ago
  18. f30f609 Merge "heapprofd_client: proceed even if unable to read own cmdline + move std::string usage" by Ryan Savitski · 5 years ago
  19. 27acfdb Merge "heapprofd_client: fork mode: avoid atfork handlers and SIGCHILD by using clone(2)." by Ryan Savitski · 5 years ago
  20. 9fa59cb Add a field to the TraceConfig that allows users to activate triggers. by Stephen Nusko · 5 years ago
  21. 9cca3e8 heapprofd: add heartbeat check to child mode by Ryan Savitski · 5 years ago
  22. b305678 heapprofd_client: proceed even if unable to read own cmdline + move std::string usage by Ryan Savitski · 5 years ago
  23. e97322e heapprofd_client: fork mode: avoid atfork handlers and SIGCHILD by using clone(2). by Ryan Savitski · 5 years ago
  24. 81880ac Merge "traced_probes: Respect all wildcard groups" by Primiano Tucci · 5 years ago
  25. 0e3c24a Merge "Fix debug build." by Florian Mayer · 5 years ago
  26. 0312066 traced_probes: Respect all wildcard groups by Hector Dearman · 5 years ago
  27. 2f33d3f Fix debug build. by Florian Mayer · 5 years ago
  28. b782232 Fix fuzzer build error. by Florian Mayer · 5 years ago
  29. 1cfa43d Merge "Allow to specify shmem size in script." by Florian Mayer · 5 years ago
  30. 2072d9b Syscall tracing: improve syscall tables. by Primiano Tucci · 5 years ago
  31. de4e887 trace_processor: remove proto API by Lalit Maganti · 5 years ago
  32. 4fe2ce3 ui: make UI use the iterator API of trace processor by Lalit Maganti · 5 years ago
  33. 911b1a3 Merge "traced_probes: fix CpuReaders not waking up on non-first tracing session" by Primiano Tucci · 5 years ago
  34. 91b3c6d Allow to specify shmem size in script. by Florian Mayer · 5 years ago
  35. 73904e0 Merge "Show buffer overruns in ProfileProto." by Treehugger Robot · 5 years ago
  36. f668053 Show buffer overruns in ProfileProto. by Florian Mayer · 5 years ago
  37. 62566e3 Merge changes I2b573d3d,I7bebb59b by Hector Dearman · 5 years ago
  38. c065c72 traced_probes: fix CpuReaders not waking up on non-first tracing session by Lalit Maganti · 5 years ago
  39. 7efdd57 Merge "trace_processor: cleanup trace processor shell and API further" by Lalit Maganti · 5 years ago
  40. 9bbf1af Merge "Add the ability for the command line client to activate triggers." by Treehugger Robot · 5 years ago
  41. e823811 Add the ability for the command line client to activate triggers. by Stephen Nusko · 5 years ago
  42. 7ed01b7 Merge "Add start_ts to process and thread tables" by Ioannis Ilkos · 5 years ago
  43. e82336d Merge "trace_processor: properly handle nulls for ref_type enum" by Lalit Maganti · 5 years ago
  44. c602d93 trace_processor: properly handle nulls for ref_type enum by Lalit Maganti · 5 years ago
  45. 2545d07 Add start_ts to process and thread tables by Ioannis Ilkos · 5 years ago
  46. 86820d1 Add test that data source is exposed. by Florian Mayer · 5 years ago
  47. 71cac8b Merge "Add fuzzer for writing to shared memory buffer." by Florian Mayer · 5 years ago
  48. 0038918 Add fuzzer for writing to shared memory buffer. by Florian Mayer · 5 years ago
  49. fb43b37 Merge "trace_processor: eliminate more uses of the proto API" by Lalit Maganti · 5 years ago
  50. cb0a4cd Merge "Check return value of fnctl when sealing fds." by Florian Mayer · 5 years ago
  51. f45de62 Merge "no_destructor_unittest: assert flag setting instead of death tests" by Ryan Savitski · 5 years ago
  52. 41ce19b no_destructor_unittest: assert flag setting instead of death tests by Ryan Savitski · 5 years ago
  53. 73b1a0a trace_processor: cleanup trace processor shell and API further by Lalit Maganti · 5 years ago
  54. 08b3f9f Merge "trace_processor: replace vector<string> with StringPool in storage" by Lalit Maganti · 5 years ago
  55. fcbc5e2 trace_processor: Fix json tokenizer to handle nested {} by Hector Dearman · 5 years ago
  56. 8f15fb3 trace_processor: Show error message rather than crashing by Hector Dearman · 5 years ago
  57. 646d366 heapprofd_client: avoid destruction re-entrancy issues, and global destructor by Ryan Savitski · 5 years ago
  58. c72cea2 trace_processor: eliminate more uses of the proto API by Lalit Maganti · 5 years ago
  59. 5c45431 trace_processor: replace vector<string> with StringPool in storage by Lalit Maganti · 5 years ago
  60. 094a552 Merge "trace_processor: introduce API for computing metrics on trace processor" by Lalit Maganti · 5 years ago
  61. e64a869 Check return value of fnctl when sealing fds. by Florian Mayer · 5 years ago
  62. d9f86b6 trace_processor: introduce API for computing metrics on trace processor by Lalit Maganti · 5 years ago
  63. 008246e Merge changes I9e70b10f,I92894610 by Florian Mayer · 5 years ago
  64. d924ae3 Revert "Update to match libunwindstack changes." by David Srbecky · 5 years ago
  65. b524cbb Document normalization behaviour. by Florian Mayer · 5 years ago
  66. cc57bf7 no_destructor_unittest: skip death tests under chromium build by Ryan Savitski · 5 years ago
  67. 219f4c4 Normalize commandlines given in config. by Florian Mayer · 5 years ago
  68. 49ae901 trace_processor: print non-zero error stats and stop counter events from log spam by Lalit Maganti · 5 years ago
  69. 06acc02 trace_processor: improve trace processor's iterator API by Lalit Maganti · 5 years ago
  70. 478c118 Introduce base::NoDestructor<T> to simplify static objects by Ryan Savitski · 5 years ago
  71. 3c836b6 Merge "--help takes no argument." by Treehugger Robot · 5 years ago
  72. 7bf6b81 --help takes no argument. by Florian Mayer · 5 years ago
  73. 9fe278d Add total unwinding time to stats. by Florian Mayer · 5 years ago
  74. 086295b trace_processor: initialise trace_bounds table when creating it by Lalit Maganti · 5 years ago
  75. dbb4165 Merge "Do not start heapprofd in integrationtest." by Treehugger Robot · 5 years ago
  76. 9c3dfb7 Do not start heapprofd in integrationtest. by Florian Mayer · 5 years ago
  77. e764741 Improve error reporting of PackageList DS. by Florian Mayer · 5 years ago
  78. 822d66f heapprofd tests: skip all devices with an x86-like primary ABI by Ryan Savitski · 5 years ago
  79. 396f62d Merge "trace_processor: fix MSAN failure in EqualIndices" by Lalit Maganti · 5 years ago
  80. 83a316b Merge "Log histogram of unwind timing." by Florian Mayer · 5 years ago
  81. 415532f trace_processor: add stats for systrace events which failed parsing by Lalit Maganti · 5 years ago
  82. 9e6616e trace_processor: fix MSAN failure in EqualIndices by Lalit Maganti · 5 years ago
  83. 08ca56e trace_processor: protect against overflow in trace stats by Lalit Maganti · 5 years ago
  84. 7c95978 trace_processor: add initial support for running metrics using shell by Lalit Maganti · 5 years ago
  85. c6f2a9c Merge "trace_processor: hard fail trace processor when stacks are misleading" by Lalit Maganti · 5 years ago
  86. 096bbe3 Log histogram of unwind timing. by Florian Mayer · 5 years ago
  87. ab93ea0 Merge "Implement trace sorting for json traces." by Hector Dearman · 5 years ago
  88. 6cf3b0c trace_processor: hard fail trace processor when stacks are misleading by Lalit Maganti · 5 years ago
  89. 2ba54ce Merge "Update to match libunwindstack changes." by David Srbecky · 5 years ago
  90. a883e5f Attempt to fix chromium roll - take 2 by Eric Seckler · 5 years ago
  91. 01994ca Implement trace sorting for json traces. by Deepanjan Roy · 5 years ago
  92. 2080369 Merge "Attempt to fix chromium roll" by Treehugger Robot · 5 years ago
  93. fbd7bc4 Merge "trace_processor: ParsePowerRails: skip huge power rail indices" by Treehugger Robot · 5 years ago
  94. a59cff1 Merge "heapprofd: start task duration watchdog (default of 30s)" by Treehugger Robot · 5 years ago
  95. c4024b2 Attempt to fix chromium roll by Eric Seckler · 5 years ago
  96. 8526594 Merge "trace_processor: create metrics folders for trace processor" by Lalit Maganti · 5 years ago
  97. 2ee3f97 trace_processor: ParsePowerRails: skip huge power rail indices by Ryan Savitski · 5 years ago
  98. 6b4ece6 trace_processor: create metrics folders for trace processor by Lalit Maganti · 5 years ago
  99. 12f0f8e Add data source parsing packages.list. by Florian Mayer · 5 years ago
  100. 6bbc256 Update to match libunwindstack changes. by Florian Mayer · 5 years ago