1. e23653a trace_processor: add parsing of power rail events by Lalit Maganti · 6 years ago
  2. bb31461 Merge "perfetto-ui: Make thread states readable" by Isabelle Taylor · 6 years ago
  3. e5f1168 TraceProcessor: use protozero typed decoders by Primiano Tucci · 6 years ago
  4. 533141d perfetto-ui: Make thread states readable by Isabelle Taylor · 6 years ago
  5. ad42c4e heapprofd tests: pretend cuttlefish works (and re-enable cts everywhere) by Ryan Savitski · 6 years ago
  6. 7b0c945 service: Add support for ObservableEvents. by Eric Seckler · 6 years ago
  7. 544eb78 trace_processor: support span left join for mixed partitioned tables by Lalit Maganti · 6 years ago
  8. eb4482b trace_processor: add support for left joins in no partition mode by Lalit Maganti · 6 years ago
  9. 8320e6d trace_processor: split up counters table by Lalit Maganti · 6 years ago
  10. 6308627 trace_processor: handle mixed partitioning span join without swapping by Lalit Maganti · 6 years ago
  11. 127479a trace_processor: implement span left join by Lalit Maganti · 6 years ago
  12. 69fb3be trace_processor: make mismatched sched events duration 0 by Lalit Maganti · 6 years ago
  13. 685f752 traced: Add kernel version to trace by Hector Dearman · 6 years ago
  14. 369ea3c trace_processor: ingest sched_wakeup into trace processor by Lalit Maganti · 6 years ago
  15. 711de1f TraceProcessor: improve process tracking to follow fork()/clone() by Primiano Tucci · 6 years ago
  16. 77f1dbe trace_processor: don't print extra new line in print events by Lalit Maganti · 6 years ago
  17. 16ff217 trace_processor: ui: remove cpu from window table and all throughout by Lalit Maganti · 6 years ago
  18. efb4bbb trace_processor: allow out of order columns in span join by Lalit Maganti · 6 years ago
  19. 640a292 Disable heapprofd cts tests due to flakes. by Ryan Savitski · 6 years ago
  20. bd6cd47 trace_processor: add support for ingesting raw_syscall events by Hector Dearman · 6 years ago
  21. 79e32bb heapprofd cts test: add profileable and release apps by Ryan Savitski · 6 years ago
  22. 56445ec Merge "initial heapprofd cts test for debuggable java apps" by Ryan Savitski · 6 years ago
  23. 0feb2c8 initial heapprofd cts test for debuggable java apps by Ryan Savitski · 6 years ago
  24. fc5de6a Convert Android.mk file to Android.bp by Sasha Smundak · 6 years ago
  25. 4f25ac7 trace_processor: improve trace processor testing infra by Lalit Maganti · 6 years ago
  26. 6cf6edb trace_processor: improve test framework and add kernel LMK tests by Lalit Maganti · 6 years ago
  27. db6c54b trace_processor: remove duration column on counters table by Lalit Maganti · 6 years ago
  28. 10ef8b3 Merge "perfetto: update AndroidTest for new test configurations" by Treehugger Robot · 6 years ago
  29. 4fa7c6c trace_processor: overhaul and reenable args and raw tables by Lalit Maganti · 6 years ago
  30. b881c83 perfetto: update AndroidTest for new test configurations by Lalit Maganti · 6 years ago
  31. b9222c3 perfetto-ui: Show slice details on click by Isabelle Taylor · 6 years ago
  32. 05a87c9 Create new TraceHelper for each tracing session. by Florian Mayer · 6 years ago
  33. d2e7ef9 trace_processor: fix dcheck failure with sched state by Lalit Maganti · 6 years ago
  34. b0b53ee trace_processor: surface priority and end state information in sched tables by Lalit Maganti · 6 years ago
  35. 41c9892 trace_processor: add support for polled oom_score_adj by Lalit Maganti · 6 years ago
  36. a824c33 trace_processor: add mm_event ingestion in trace processor by Lalit Maganti · 6 years ago
  37. cc67422 trace_processor: don't parse sched_switch into raw or ingest args by Lalit Maganti · 6 years ago
  38. eaf29ed service: Add GetTraceStats() to consumer endpoint by Eric Seckler · 6 years ago
  39. af0ae9b trace_processor: cleanup filter operations by Lalit Maganti · 6 years ago
  40. 94c522b trace_processor: add userspace LMK events to the instants table by Lalit Maganti · 6 years ago
  41. f7793ef TraceProcessor: don't skip log events < first clock snapshot by Primiano Tucci · 6 years ago
  42. 106605c Add e2e cmdline tests and fix Flush with no producers by Primiano Tucci · 6 years ago
  43. df4435f Merge "TraceProcessor: Improve "stats" table" by Primiano Tucci · 6 years ago
  44. 70216c2 Merge "Remove polling mode from Android Log data source" by Primiano Tucci · 6 years ago
  45. 8e348ce Remove polling mode from Android Log data source by Primiano Tucci · 6 years ago
  46. 0e38a14 TraceProcessor: Improve "stats" table by Primiano Tucci · 6 years ago
  47. 2c761ef TraceProcessor: Add table for logcat events by Primiano Tucci · 6 years ago
  48. 1d915a6 trace_processor: Add raw event storage by Lalit Maganti · 6 years ago
  49. 64df2ca Add logcat data source by Primiano Tucci · 6 years ago
  50. 5a17545 Properly fix PerfettoTest.DetachAndReattach by Primiano Tucci · 6 years ago
  51. c054ef4 Speculativaly fix flakiness of DetachAndReattach test by Primiano Tucci · 6 years ago
  52. 9ba1d84 Allow consumers to detach from tracing session by Primiano Tucci · 6 years ago
  53. 61804c0 Remove charge counter assertions in tests by Primiano Tucci · 6 years ago
  54. 4280249 profiling: Add heapprofd end to end test. by Florian Mayer · 6 years ago
  55. b55c884 trace_processor: fix nulls in non-string columns by Lalit Maganti · 6 years ago
  56. 794a752 trace_processor: Regression test for counter is null by Hector Dearman · 6 years ago
  57. dd03df6 trace_processor: Regression test for negative ts_end by Hector Dearman · 6 years ago
  58. 17d8f68 trace_processor: add test for computing RSS for various oom_adj_states by Lalit Maganti · 6 years ago
  59. 62b8d13 Merge "trace_processor: Add regression test for span join two views" by Hector Dearman · 6 years ago
  60. c237450 trace_processor: Add regression test for span join two views by Hector Dearman · 6 years ago
  61. c185530 Implement ftrace flushing by Primiano Tucci · 6 years ago
  62. 85b46d5 Fix battery counter test by Primiano Tucci · 6 years ago
  63. 0ea9a37 Add test for Android battery data source by Primiano Tucci · 6 years ago
  64. a3c3e26 trace_processor: add tests for new args table by Lalit Maganti · 6 years ago
  65. 5ea9e93 trace_processor: refactor to an ever present id approach by Lalit Maganti · 6 years ago
  66. 6e9c55e trace_processor: initial implementation of the args table by Lalit Maganti · 6 years ago
  67. 05744b4 trace_processor: fix bugs with Chrome scoped slices by Lalit Maganti · 6 years ago
  68. df4ad0d trace_processor: fix bug with scoped slices in Chrome traces by Lalit Maganti · 6 years ago
  69. 7e01c25 trace_processor: fix multiple bugs with filtering and casting by Lalit Maganti · 6 years ago
  70. 790d085 profiling: Use cmdline instead of binary name. by Florian Mayer · 6 years ago
  71. 6fdb984 trace_processor: track number of rss stat and mem counters without upids by Lalit Maganti · 6 years ago
  72. 05e8c13 trace_processor: add stats table to expose parsed stats data by Lalit Maganti · 6 years ago
  73. 71eca27 trace_processor: allow integers to be compared against doubles by Lalit Maganti · 6 years ago
  74. 0f2a06d Merge "profiling: Add heapprofd config." by Florian Mayer · 6 years ago
  75. 95693bb trace_processor: SpanOperatorTable -> SpanJoinOperatorTable by Lalit Maganti · 6 years ago
  76. 8e7eac4 profiling: Add heapprofd config. by Florian Mayer · 6 years ago
  77. dd5c8ce Merge "Add signal events to t2t and trace processor" by Isabelle Taylor · 6 years ago
  78. fad78e6 trace_processor: further cleanup span join code by Lalit Maganti · 6 years ago
  79. c8c1120 Add signal events to t2t and trace processor by Isabelle Taylor · 6 years ago
  80. c9d4a8b probes + trace_processor: Polling of /proc/[pid]/status mem counters by Primiano Tucci · 6 years ago
  81. dfe69ca trace_processor: add support for python synthesised e2e tests by Lalit Maganti · 6 years ago
  82. fda761e Merge "trace_processor: fix bug with span join" by Lalit Maganti · 6 years ago
  83. 2966c3c trace_processor: add ts_end column to counters and sched tables by Lalit Maganti · 6 years ago
  84. ea99f70 trace_processor: fix bug with span join by Lalit Maganti · 6 years ago
  85. 4c5efa4 Build changes to support other embedders other than chromium by Primiano Tucci · 6 years ago
  86. f7b9660 trace_processor: fix handling of hidden columns by Lalit Maganti · 6 years ago
  87. f1f51a3 trace_processor: Add smoke tests for json importer by Hector Dearman · 6 years ago
  88. 14160fc trace_processor: fix failing diff test and start running on travis by Lalit Maganti · 6 years ago
  89. 21160e8 trace_processor: add diff testing for trace processor by Lalit Maganti · 6 years ago
  90. d0201d0 Fix fuzzer build. by Florian Mayer · 6 years ago
  91. 674076d Introduce support for deferred start (fast triggering) by Primiano Tucci · 6 years ago
  92. a65497e Roll clang and switch to fsanitize=fuzzer-no-link by Primiano Tucci · 6 years ago
  93. afb72b5 Rename producer methods to Start/StopDataSource by Primiano Tucci · 6 years ago
  94. 82a8bfd Add SysStats data source (/proc/{meminfo,stat,vmstat}) by Primiano Tucci · 6 years ago
  95. 9754d0d Add sync marker traces to allow fast parsing by Primiano Tucci · 6 years ago
  96. bc48dbe Add atrace_categories to atrace.cfg by Hector Dearman · 6 years ago
  97. 1dc067f Docs: add long-trace docs. by Primiano Tucci · 6 years ago
  98. 7f71d0e trace_processor: Add integration tests by Hector Dearman · 6 years ago
  99. b75dcee TraceProcessor: add support for complete JSON events by Primiano Tucci · 6 years ago
  100. 6a1a4d5 Rename Service to TracingService. by Florian Mayer · 6 years ago