1. 6e51379 tp diff tests: keep compatibility with older python pb versions by Ryan Savitski · 1 year, 1 month ago
  2. 0048534 tp: simplify Table API by Lalit Maganti · 1 year, 1 month ago
  3. 2418cd1 Add jank severity type for actual frame timeline. by Ying Wei · 1 year, 3 months ago
  4. 5953aa3 Update thread_slice and process_slice by Alexander Timin · 1 year, 9 months ago
  5. 87e98e7 Check if the startup process is debuggable for slow start reasons. by Haiping Yang · 2 years ago
  6. 597706e Check blocking I/O for slow_start_reason. by Haiping Yang · 2 years, 6 months ago
  7. 39fd25c Support new startup tracepoint format by Ioannis Ilkos · 3 years ago
  8. 82dc2de perfetto: add support for parsing instants from systrace by Lalit Maganti · 3 years, 1 month ago
  9. 15780ab metrics: Add touch_flow_event.sql by Dan Elphick · 3 years, 6 months ago
  10. 08baa10 metrics: Add touch_jank.sql by Dan Elphick · 3 years, 6 months ago
  11. 8865a49 Exclude events not getting to GPU from scroll_jank metric by Andrew Shulaev · 3 years, 7 months ago
  12. 0e513b8 tp: don't parse gpu_mem_total events after process end by Lalit Maganti · 3 years, 8 months ago
  13. 0856d6e Enrich binder transactions data with info on destination and parameters. by Anton Urusov · 3 years, 9 months ago
  14. e60a908 Add PredictionState to frametimeline protos by Adithya Srinivasan · 4 years ago
  15. a97e05a metrics: Add mojo interface name to names in jank metric by Dan Elphick · 4 years, 1 month ago
  16. 94d1bf2 Add a trace processor test for extensions by Andrew Shulaev · 4 years, 2 months ago
  17. 526a34e Trace Processor for FrameTimeline events by Adithya Srinivasan · 4 years, 4 months ago
  18. 3d98990 tp: stop using magic constants in tests by Lalit Maganti · 4 years, 2 months ago
  19. 2607b45 metrics: Add tests for modified_rail_slices table by Dan Elphick · 4 years, 3 months ago
  20. 73ce8b4 metrics: Clean up actual_power_by_combined_rail_mode test by Dan Elphick · 4 years, 3 months ago
  21. 1eaa2f4 metrics: Add test for cpu_by_combined_rail_mode table by Dan Elphick · 4 years, 3 months ago
  22. 0e16e3e metrics: Add test for combined_overall_rail_slices table by Dan Elphick · 4 years, 3 months ago
  23. 8f951c5 Add trace metric to root cause jank in SysUI CUJs by Marcin Oczeretko · 4 years, 4 months ago
  24. 0142c6a tp: parse sched blocked reason from proto and systrace by Lalit Maganti · 4 years, 7 months ago
  25. c6098ed Perfetto: parse GpuMemTotalEvent in trace processor by Yiwei Zhang · 4 years, 7 months ago
  26. df50009 test: update diff testing script to Python3 by Lalit Maganti · 4 years, 8 months ago
  27. 6122101 Trace processor changes for GPU Memory ftrace event by Adithya Srinivasan · 4 years, 8 months ago
  28. 9718a75 Add vulkan render_subpass_index_mask to GpuRenderStageEvent by Raymond Chiu · 4 years, 9 months ago
  29. 213968b Fix time-in-state annotations. by Simon MacMullen · 4 years, 9 months ago
  30. d8ebbbb Add total ion allocation growth by Ioannis Ilkos · 5 years ago
  31. f2c48a1 Add trace processor for VulkanApiEvent.VkQueueSubmit by Raymond Chiu · 5 years ago
  32. 70f3b31 trace_processor: fix mm ids in rss stat during vfork by Lalit Maganti · 5 years ago
  33. 697894f trace_processor: add parsing and ingestion of mm_id of rss_stat by Lalit Maganti · 5 years ago
  34. 1fad9e6 trace_processor: revamp Android CPU metric by Lalit Maganti · 5 years ago
  35. de6b380 Add object type to vulkan debug marker event by Raymond Chiu · 5 years ago
  36. 6353cea Add track and stage description to GPU render stage slice by Raymond Chiu · 5 years ago
  37. 5d526b8 Reland: Add proto for recording VkDebugMarkerSetObjectNameEXT by Raymond Chiu · 5 years ago
  38. e1e8ff4 proto/processor: Add typed TrackEvent args for three chrome messages. by Eric Seckler · 5 years ago
  39. 20d6dea Revert "Add proto for recording VkDebugMarkerSetObjectNameEXT" by Raman Tenneti · 5 years ago
  40. 22116d4 Add proto for recording VkDebugMarkerSetObjectNameEXT by Raymond Chiu · 5 years ago
  41. fd554bc Add process uid to the trace processor by Ioannis Ilkos · 5 years ago
  42. 9d48adc processor: Update thread names using utids for TrackEvent traces by Eric Seckler · 5 years ago
  43. c612b7f Add message for logging GPU message by Raymond Chiu · 5 years ago
  44. 834fdc7 Add yapf python formatter and format all files by Primiano Tucci · 5 years ago
  45. 98df254 Update the GPU counters test to use descriptions and units. by Pascal Muetschard · 6 years ago
  46. 7160ccc Add trace parser for SurfaceFlinger graphics frame events by Mikael Pessa · 6 years ago
  47. 6756fb0 TraceProcessor: add clock-sync support at import time by Primiano Tucci · 6 years ago
  48. 94de58c Enhance heap profiler metrics by Ioannis Ilkos · 6 years ago
  49. 261473a trace_processor: ftrace decoder: propagate signedness of ints when writing to storage by Ryan Savitski · 6 years ago
  50. f1835e3 Add android package list proto by Ioannis Ilkos · 6 years ago
  51. 637589a trace_processor: use sched_process_free instead of _exit by Lalit Maganti · 6 years ago
  52. 6c3d48d Merge "trace_processor: fix process names for new short lived processes" by Lalit Maganti · 6 years ago
  53. db8b1cb add ion memory metric by Ioannis Ilkos · 6 years ago
  54. 161d1e6 trace_processor: fix process names for new short lived processes by Lalit Maganti · 6 years ago
  55. 3e5b915 Split out LMK metric from android_mem by Ioannis Ilkos · 6 years ago
  56. 37bddf4 Add extractor for Power Rails. by Silvia Vinyes · 6 years ago
  57. b39c77f Add extractor for battery counters. by Silvia Vinyes · 6 years ago
  58. 38255f4 Support multiple process starts per activity start by Ioannis Ilkos · 6 years ago
  59. 20d5e8b Initial trace-based startup metric in AOSP by Ioannis Ilkos · 6 years ago
  60. 6160962 Move synth_common to the upper level directory by Ioannis Ilkos · 6 years ago[Renamed from test/trace_processor/synth_common.py]
  61. f31a703 trace_processor: Improve support for syscalls by Hector Dearman · 6 years ago
  62. 711de1f TraceProcessor: improve process tracking to follow fork()/clone() by Primiano Tucci · 6 years ago
  63. bd6cd47 trace_processor: add support for ingesting raw_syscall events by Hector Dearman · 6 years ago
  64. 6cf6edb trace_processor: improve test framework and add kernel LMK tests by Lalit Maganti · 6 years ago
  65. 17d8f68 trace_processor: add test for computing RSS for various oom_adj_states by Lalit Maganti · 6 years ago
  66. dfe69ca trace_processor: add support for python synthesised e2e tests by Lalit Maganti · 6 years ago