1. dc45452 clock: Support specifying an authoritative trace clock in the config. by Eric Seckler · 4 years, 3 months ago
  2. 687a929 Fix battery aggregates. by Simon MacMullen · 4 years, 3 months ago
  3. d4eec8e TrackEvent: Make process/thread naming less of a footgun by Sami Kyostila · 4 years, 3 months ago
  4. 0c5fba6 Merge "Set apex_available property" by Treehugger Robot · 4 years, 3 months ago
  5. d5ea011 Set apex_available property by Jiyong Park · 4 years, 4 months ago
  6. 1f5319f Allow android.polled_state to... poll. by Simon MacMullen · 4 years, 3 months ago
  7. b5610ab trace_processor: Add a helper for finding Chrome processes and threads by Sami Kyostila · 4 years, 4 months ago
  8. 1817325 Merge "Add support for Netflix and maps HSC app latency metrics." by Treehugger Robot · 4 years, 4 months ago
  9. c5f436f Add support for Netflix and maps HSC app latency metrics. by Lalit Maganti · 4 years, 4 months ago
  10. 303f810 Merge "Parse ion_stat metric" by Treehugger Robot · 4 years, 4 months ago
  11. 7ea7d87 startup tracing: Remove old StartupTraceWriter/Registry code. by Eric Seckler · 4 years, 4 months ago
  12. e5ddb4a Parse ion_stat metric by Ioannis Ilkos · 4 years, 4 months ago
  13. 7eaddac Thread time_in_state metric by Rafal Slawik · 4 years, 4 months ago
  14. 3d4c54a Add a probe to read the display state at the start of a trace by Simon MacMullen · 4 years, 4 months ago
  15. b850491 Merge "Combine async slices in a single track" by Hector Dearman · 4 years, 4 months ago
  16. 5b52376 Combine async slices in a single track by Hector Dearman · 4 years, 4 months ago
  17. 60af4ef tp: move module code to importers by Lalit Maganti · 4 years, 4 months ago
  18. ccdcbae tp: add importers build file and create common target by Lalit Maganti · 4 years, 4 months ago
  19. e710740 tp: move util related sources to util build file by Lalit Maganti · 4 years, 4 months ago
  20. 3d9bbff tp: move descriptor pool, proto conv and status macros -> util by Lalit Maganti · 4 years, 4 months ago
  21. 8776527 Merge "tp: move event, clock, hprofile and slice trackers -> importers/common" by Lalit Maganti · 4 years, 4 months ago
  22. 56785a5 Merge "tp: move metadata, perf sample and stack trackers to improters/proto" by Lalit Maganti · 4 years, 4 months ago
  23. 15b573d Merge "tp: move remaining custom sqlite tables to sqlite/" by Lalit Maganti · 4 years, 4 months ago
  24. 2cc2453 Merge changes Ice9239a7,I92fe8218,I2df6401e by Lalit Maganti · 4 years, 4 months ago
  25. aa333ac Merge "trace_processor: Update ExtendWithColumn to use SharedPtr" by Hector Dearman · 4 years, 4 months ago
  26. d5c45f4 tp: move event, clock, hprofile and slice trackers -> importers/common by Lalit Maganti · 4 years, 4 months ago
  27. 05819e2 tp: move metadata, perf sample and stack trackers to improters/proto by Lalit Maganti · 4 years, 4 months ago
  28. 655adae tp: move remaining custom sqlite tables to sqlite/ by Lalit Maganti · 4 years, 4 months ago
  29. 1f4712b tp: move all dynamic tables to dynamic/ by Lalit Maganti · 4 years, 4 months ago
  30. cda6865 tp: move all syscall related code to importers/syscalls by Lalit Maganti · 4 years, 4 months ago
  31. 617deae tp: move args, process and track trackers -> importers/common by Lalit Maganti · 4 years, 4 months ago
  32. b8f6734 trace_processor: Update ExtendWithColumn to use SharedPtr by Hector Dearman · 4 years, 4 months ago
  33. 0faddc4 tp: move context to types by Lalit Maganti · 4 years, 4 months ago
  34. 616bc08 tp: move and rename ftrace_utils -> types/task_state by Lalit Maganti · 4 years, 4 months ago
  35. 7bc4b7d Merge "CPU frequency indexing function" by Treehugger Robot · 4 years, 4 months ago
  36. 8053a68 CPU frequency indexing function by Rafal Slawik · 4 years, 4 months ago
  37. 75024d7 Merge "Create proper table for packages list." by Florian Mayer · 4 years, 4 months ago
  38. 19ce395 Create proper table for packages list. by Florian Mayer · 4 years, 4 months ago
  39. 79e4dcb service: Emit a marker when all data source started by Primiano Tucci · 4 years, 4 months ago
  40. 97d7d47 tp: implement describe_event dynamic table by Lalit Maganti · 4 years, 4 months ago
  41. 633b444 Add proto for smaps. by Florian Mayer · 4 years, 4 months ago
  42. 7967999 Merge "Create linux.system_info probe reporting CpuInfo" by Rafal Slawik · 4 years, 4 months ago
  43. b013a11 Create linux.system_info probe reporting CpuInfo by Rafal Slawik · 4 years, 4 months ago
  44. f5a94cc Service: Add QueryCapabilities method by Primiano Tucci · 4 years, 5 months ago
  45. 49155ea tp: fix memory leak of table objects by Lalit Maganti · 4 years, 4 months ago
  46. 6aafd7e tp: stop including shell in dist and remove noop stripping by Lalit Maganti · 4 years, 5 months ago
  47. 20a8369 Merge "Add /proc/<pid>/smaps parser." by Treehugger Robot · 4 years, 5 months ago
  48. 497c2d7 Add /proc/<pid>/smaps parser. by Florian Mayer · 4 years, 5 months ago
  49. c87db89 perfetto: add script to strip binary in Android tree by Lalit Maganti · 4 years, 5 months ago
  50. b9d20d1 Merge changes Ibc7838ee,I3deb0245 by Primiano Tucci · 4 years, 5 months ago
  51. d90d7e2 tp: strip all info from release android trace processor by Lalit Maganti · 4 years, 5 months ago
  52. 6d7d254 base: introduce Subprocess by Primiano Tucci · 4 years, 5 months ago
  53. accd64b tp: strip trace processor on Android builds by Lalit Maganti · 4 years, 5 months ago
  54. 0bfeb97 tp: refactor JSON code to remove ifdefs, consolidate ingestion into args by Lalit Maganti · 4 years, 5 months ago
  55. c9ba129 Merge "tp: add API for decompressing compressed trace packets" by Treehugger Robot · 4 years, 5 months ago
  56. 9d538bd tp: add API for decompressing compressed trace packets by Lalit Maganti · 4 years, 5 months ago
  57. 75a3bde traced_perf: make read period configurable by Ryan Savitski · 4 years, 5 months ago
  58. 82e00fd Merge "tp: fix dynamic table lifetime scoping" by Lalit Maganti · 4 years, 5 months ago
  59. 0e96523 tp: fix dynamic table lifetime scoping by Lalit Maganti · 4 years, 5 months ago
  60. 5ed3202 Merge changes I3010621d,I4f59d1b4 by Treehugger Robot · 4 years, 5 months ago
  61. ccd8961 traced_perf: move unwinding to a dedicated thread by Ryan Savitski · 4 years, 5 months ago
  62. f3ae26f Merge "traced_perf: unwind queue type" by Treehugger Robot · 4 years, 5 months ago
  63. 95f126d traced_perf: unwind queue type by Ryan Savitski · 4 years, 5 months ago
  64. 0727045 Add task names metric by Ioannis Ilkos · 4 years, 5 months ago
  65. 0fd4f5c Merge "protos: Add support for counters in TrackEvent" by Eric Seckler · 4 years, 5 months ago
  66. 32975d2 Add duplicate frames counter metric by Edgar Arriaga · 4 years, 5 months ago
  67. 3955949 protos: Add support for counters in TrackEvent by Eric Seckler · 4 years, 5 months ago
  68. 1ae8a81 traced_perf: pid/cmdline target white/black-listing by Ryan Savitski · 4 years, 5 months ago
  69. ad710d5 Cleanup startup: remove CPU ratio by Ioannis Ilkos · 4 years, 5 months ago
  70. 0e413af Merge "tp: cleanup json and fuchsia trace flags" by Lalit Maganti · 4 years, 6 months ago
  71. 268e7dc Merge "Fill ChromeLatencyInfo args using proto descriptor" by Andrew Shulaev · 4 years, 6 months ago
  72. 2f0b41d tp: split systrace trace parser into pieces by Lalit Maganti · 4 years, 6 months ago
  73. b667838 Fill ChromeLatencyInfo args using proto descriptor by Andrew Shulaev · 4 years, 6 months ago
  74. 6d1f7b5 tp: cleanup json and fuchsia trace flags by Lalit Maganti · 4 years, 6 months ago
  75. f6b6aae Java heap stats and histogram by Ioannis Ilkos · 4 years, 6 months ago
  76. 3630f88 Merge "traced_probes: Auto discovery of vendor tracepoints" by Hector Dearman · 4 years, 6 months ago
  77. 98a97a8 traced_probes: Auto discovery of vendor tracepoints by Hector Dearman · 4 years, 6 months ago
  78. cbbe480 test: log gtest onto logcat by Primiano Tucci · 4 years, 6 months ago
  79. c92fd2e Merge "cts: add perf profiler e2e tests for apps" by Treehugger Robot · 4 years, 6 months ago
  80. 9fa7200 cts: add perf profiler e2e tests for apps by Ryan Savitski · 4 years, 6 months ago
  81. 920f4f9 tp: add support for dynamic tables and migrate flamegraph/counter dur by Lalit Maganti · 4 years, 6 months ago
  82. 483eadd traced_perf: basic metatracing by Ryan Savitski · 4 years, 6 months ago
  83. 651be62 Merge "processor: Parse StreamingProfilePacket timestamps during tokenization" by Eric Seckler · 4 years, 6 months ago
  84. f2de4db processor: Parse StreamingProfilePacket timestamps during tokenization by Eric Seckler · 4 years, 6 months ago
  85. 50446cb TraceProcessor: add ninja log parsing by Primiano Tucci · 4 years, 6 months ago
  86. a527aa3 perf sampling: minimal UI for stacks as slice columns by Ryan Savitski · 4 years, 6 months ago
  87. 38cd041 TrackEvent: Add configuration for TrackEvent by Sami Kyostila · 4 years, 6 months ago
  88. ab23713 Merge "traced_perf: add to android build by default (initially disabled)" by Treehugger Robot · 4 years, 6 months ago
  89. 29082bf traced_perf: add to android build by default (initially disabled) by Ryan Savitski · 4 years, 6 months ago
  90. b30edd4 tp: add helper virtual table for computing duration from counter by Lalit Maganti · 4 years, 6 months ago
  91. c41d5f8 Merge "profiling: reuse interning output tracker in traced_perf" by Treehugger Robot · 4 years, 6 months ago
  92. 01d1fac Merge "tp: move trace_storage and deps to storage folder" by Treehugger Robot · 4 years, 6 months ago
  93. 0154ba3 profiling: reuse interning output tracker in traced_perf by Ryan Savitski · 4 years, 6 months ago
  94. 7010b33 tp: move trace_storage and deps to storage folder by Lalit Maganti · 4 years, 6 months ago
  95. 598c64a traced_perf: add callstack trie, allow it to be purged manually by Ryan Savitski · 4 years, 6 months ago
  96. 683b57f profiling: factor callstack trie out into p/common/ by Ryan Savitski · 4 years, 6 months ago
  97. 989bb5e Merge "traced_perf: feed samples through libunwindstack" by Treehugger Robot · 4 years, 6 months ago
  98. fdeb11f traced_perf: feed samples through libunwindstack by Ryan Savitski · 4 years, 6 months ago
  99. f045c94 Merge "tp: move span join and window tables to sqlite folder" by Lalit Maganti · 4 years, 6 months ago
  100. 3686d29 remove off64_t wrappers + minor unwind class renaming by Ryan Savitski · 4 years, 6 months ago