1. fdeb11f traced_perf: feed samples through libunwindstack by Ryan Savitski · 4 years, 6 months ago
  2. a7a60d4 traced_perf: use address-specific loads/stores for ring buffer pointers by Ryan Savitski · 4 years, 6 months ago
  3. 3686d29 remove off64_t wrappers + minor unwind class renaming by Ryan Savitski · 4 years, 6 months ago
  4. 33fd8b7 src/profiling: move proc-fd based unwinding helpers into src/p/common/ by Ryan Savitski · 4 years, 6 months ago
  5. c46d4dc traced_perf: rework reading granularity, add unwind queue by Ryan Savitski · 4 years, 6 months ago
  6. 349930e Merge "Client library: make code gc-sections friendly" by Primiano Tucci · 4 years, 6 months ago
  7. 32bee3c Merge "Get rid of UnixSocket::BlockingMode." by Florian Mayer · 4 years, 6 months ago
  8. 3feec55 Client library: make code gc-sections friendly by Primiano Tucci · 4 years, 6 months ago
  9. 8f2b5ba Merge "traced_probes: supply shmem size hints when connecting" by Treehugger Robot · 4 years, 6 months ago
  10. 6dfafca Merge "Re-enable service worker" by Treehugger Robot · 4 years, 6 months ago
  11. 6da4349 Merge "tp: make sql value accessors const" by Lalit Maganti · 4 years, 6 months ago
  12. e3235e8 traced_probes: supply shmem size hints when connecting by Ryan Savitski · 4 years, 6 months ago
  13. c50e3e2 Merge "processor: Allow fallback to tid/pid_overrides for new-style TrackEvents" by Treehugger Robot · 4 years, 6 months ago
  14. 4f138c6 tp: make sql value accessors const by Lalit Maganti · 4 years, 6 months ago
  15. 78f5b92 Merge "ipc: Add an option to require file seals when mapping shm." by Eric Seckler · 4 years, 6 months ago
  16. 258327b processor: Allow fallback to tid/pid_overrides for new-style TrackEvents by Eric Seckler · 4 years, 6 months ago
  17. 91f38e4 TrackEvent: Add support for ids, thread and timestamp overrides for legacy events by Sami Kyostila · 4 years, 6 months ago
  18. 14a22db ipc: Add an option to require file seals when mapping shm. by Eric Seckler · 4 years, 6 months ago
  19. ad2046a Re-enable service worker by Primiano Tucci · 4 years, 6 months ago
  20. 784967b Add a message for LatencyInfo.Flow by Andrew Shulaev · 4 years, 6 months ago
  21. 7b43004 Merge "Explain duration_ms is not walltime." by Treehugger Robot · 4 years, 6 months ago
  22. 387eb2e Merge "TrackEvent: Remove trace id mangling macros" by Treehugger Robot · 4 years, 6 months ago
  23. 5a69295 Merge "Use PERFETTO_WARN_UNUSED_RESULT in heapprofd client." by Treehugger Robot · 4 years, 6 months ago
  24. b9856e2 Merge "Update the HWUI sql to match the latest atrace name" by Treehugger Robot · 4 years, 6 months ago
  25. 50307e2 Merge "Remove TODO to make bionic pthread_getattr_np not enter malloc." by Treehugger Robot · 4 years, 6 months ago
  26. 63a162c Update Perfetto's TEST_MAPPING to include SF's FrameTracerTest by Alec Mouri · 4 years, 6 months ago
  27. 555e26b Merge "Client Library: temporarily re-link full library in Android" by Primiano Tucci · 4 years, 6 months ago
  28. d4073a3 Suppess ServiceWorker errors by Primiano Tucci · 4 years, 6 months ago
  29. c03e70b Client Library: temporarily re-link full library in Android by Primiano Tucci · 4 years, 6 months ago
  30. 22ab8b2 Merge "perfetto-ui: Stop selection marker overflowing" by Isabelle Taylor · 4 years, 6 months ago
  31. 631e938 Merge "perfetto-ui: Make track selection work with pinned tracks" by Isabelle Taylor · 4 years, 6 months ago
  32. 641993d Merge "Use correct self count for `objects`." by Florian Mayer · 4 years, 6 months ago
  33. 9b4a81d perfetto-ui: Make track selection work with pinned tracks by Isabelle Taylor · 4 years, 6 months ago
  34. 5f71663 Merge "tp: convert to index vector when filter is followed by sort" by Lalit Maganti · 4 years, 6 months ago
  35. cff550d Merge "trace_processor: delete old table code" by Lalit Maganti · 4 years, 6 months ago
  36. 187c411 Use correct self count for `objects`. by Florian Mayer · 4 years, 6 months ago
  37. 400e119 Merge "trace_processor: add benchmark for filter followed by sort" by Lalit Maganti · 4 years, 6 months ago
  38. 2ae9f3d trace_processor: delete old table code by Lalit Maganti · 4 years, 6 months ago
  39. fe37d1f Merge "trace_processor: migrate sched table to db tables" by Lalit Maganti · 4 years, 6 months ago
  40. c09b687 tp: convert to index vector when filter is followed by sort by Lalit Maganti · 4 years, 6 months ago
  41. 0fd0e72 Use PERFETTO_WARN_UNUSED_RESULT in heapprofd client. by Florian Mayer · 4 years, 6 months ago
  42. d536d53 trace_processor: add benchmark for filter followed by sort by Lalit Maganti · 4 years, 6 months ago
  43. b31cfbd TrackEvent: Remove trace id mangling macros by Sami Kyostila · 4 years, 6 months ago
  44. d1b176e Merge "CI: switch to E3 instances" by Primiano Tucci · 4 years, 6 months ago
  45. ccca94e CI: switch to E3 instances by Primiano Tucci · 4 years, 6 months ago
  46. 74e3fb4 Get rid of UnixSocket::BlockingMode. by Florian Mayer · 4 years, 6 months ago
  47. 385b474 Explain duration_ms is not walltime. by Florian Mayer · 4 years, 6 months ago
  48. 65b5de1 perfetto-ui: Stop selection marker overflowing by Isabelle Taylor · 4 years, 6 months ago
  49. 3ec2fa9 Remove TODO to make bionic pthread_getattr_np not enter malloc. by Florian Mayer · 4 years, 6 months ago
  50. 2cf58e5 Update the HWUI sql to match the latest atrace name by Yiwei Zhang · 4 years, 6 months ago
  51. 58ad982 Merge "service: Fix verification of SMB/page sizes" by Treehugger Robot · 4 years, 7 months ago
  52. 1b620a6 trace_processor: migrate sched table to db tables by Lalit Maganti · 4 years, 7 months ago
  53. ccfab08 Remove stale TODO. by Florian Mayer · 4 years, 7 months ago
  54. 8fb9c9c Merge "tp: return both the id and row index when inserting into tables" by Lalit Maganti · 4 years, 7 months ago
  55. 2a729b7 Merge "Disallow clicking on [merged]." by Florian Mayer · 4 years, 7 months ago
  56. 697e0c2 Disallow clicking on [merged]. by Florian Mayer · 4 years, 7 months ago
  57. a8e8a6b Check on type mismatch in pprof_builder. by Florian Mayer · 4 years, 7 months ago
  58. 8d770f7 tp: return both the id and row index when inserting into tables by Lalit Maganti · 4 years, 7 months ago
  59. 691480b Merge "tp: add very rudimentary caching support" by Lalit Maganti · 4 years, 7 months ago
  60. 55aa415 Merge "ui: Roll legacy trace viewer" by Hector Dearman · 4 years, 7 months ago
  61. 854ba91 Merge "tp: add support for strongly typed id columns" by Lalit Maganti · 4 years, 7 months ago
  62. 65800eb tp: add very rudimentary caching support by Lalit Maganti · 4 years, 7 months ago
  63. 6508079 startup writers: Release unique_ptr/lock correctly in ReturnTraceWriter by Eric Seckler · 4 years, 7 months ago
  64. 3b52d14 ui: Roll legacy trace viewer by Hector Dearman · 4 years, 7 months ago
  65. aea0ac9 startup writers: Add missing weak_ptr check by Eric Seckler · 4 years, 7 months ago
  66. 63f2448 service: Fix verification of SMB/page sizes by Eric Seckler · 4 years, 7 months ago
  67. b30d164 Merge "startup writers: Make sure ReturnToRegistry() runs on right thread" by Eric Seckler · 4 years, 7 months ago
  68. 3f37ad5 tp: add support for strongly typed id columns by Lalit Maganti · 4 years, 7 months ago
  69. 5fa1e90 Merge "perfetto-ui: Mark an area selection" by Isabelle Taylor · 4 years, 7 months ago
  70. ed68b20 Merge "perfetto-ui: Draw area selection as a box" by Isabelle Taylor · 4 years, 7 months ago
  71. 0e1d90a Merge "Make heap_graph_missing_packet kError." by Florian Mayer · 4 years, 7 months ago
  72. f8bf033 startup writers: Make sure ReturnToRegistry() runs on right thread by Eric Seckler · 4 years, 7 months ago
  73. 8d2b593 Fix incorrect comment about kError. by Florian Mayer · 4 years, 7 months ago
  74. 4dda5f7 Make heap_graph_missing_packet kError. by Florian Mayer · 4 years, 7 months ago
  75. f5303c9 Merge "Add name hash to chrome user action proto." by Treehugger Robot · 4 years, 7 months ago
  76. b1707de Merge "Correctly count heapprofd_missing_packet." by Florian Mayer · 4 years, 7 months ago
  77. c7507b8 Correctly count heapprofd_missing_packet. by Florian Mayer · 4 years, 7 months ago
  78. f50ec6a Merge "tp: fix db table sorting performance" by Lalit Maganti · 4 years, 7 months ago
  79. 3ed15e3 tp: fix db table sorting performance by Lalit Maganti · 4 years, 7 months ago
  80. 15c8c3e Merge "Add trace processor for VulkanApiEvent.VkQueueSubmit" by Treehugger Robot · 4 years, 7 months ago
  81. 9c98f7f Merge "Rather then InProcSharedShmemArbiter switch to MaybeSharedMemoryArbiter" by Stephen Nusko · 4 years, 7 months ago
  82. 21dfdf0 Correctly count heap_graph_missing_packet. by Florian Mayer · 4 years, 7 months ago
  83. 86cc961 Merge "tp: implement and use fast builder function when filtering ranges" by Lalit Maganti · 4 years, 7 months ago
  84. ac4d55f Merge "Relax deobfuscation symbol rules" by Ioannis Ilkos · 4 years, 7 months ago
  85. eeff9a6 Merge "TrackEvent: Reduce trace point binary size overhead" by Sami Kyostila · 4 years, 7 months ago
  86. 980ca0d tp: implement and use fast builder function when filtering ranges by Lalit Maganti · 4 years, 7 months ago
  87. 6a46537 Relax deobfuscation symbol rules by Ioannis Ilkos · 4 years, 7 months ago
  88. 55bd35c TrackEvent: Reduce trace point binary size overhead by Sami Kyostila · 4 years, 7 months ago
  89. 649eb15 ui: Add a WebComponentsV0 origin trial for localhost by Eric Seckler · 4 years, 7 months ago
  90. c6f9fe7 Make assertion explicit. by Florian Mayer · 4 years, 7 months ago
  91. 1e5630e tp: fix sqlite init failure in Chromium by Lalit Maganti · 4 years, 7 months ago
  92. 9cc3491 Merge "tp: refactor TypedColumn to increase code reuse and documentation" by Lalit Maganti · 4 years, 7 months ago
  93. a8e11e8 tp: refactor TypedColumn to increase code reuse and documentation by Lalit Maganti · 4 years, 7 months ago
  94. 1684d39 Merge "Add stat for client disconnection." by Florian Mayer · 4 years, 7 months ago
  95. f51a933 Merge "trace_processor: Add cache to ClockTracker" by Eric Seckler · 4 years, 7 months ago
  96. 9a829fc Rather then InProcSharedShmemArbiter switch to MaybeSharedMemoryArbiter by Stephen Nusko · 4 years, 7 months ago
  97. e191e6a Add name hash to chrome user action proto. by ssid · 4 years, 7 months ago
  98. 8c5b4dd Add stat for client disconnection. by Florian Mayer · 4 years, 7 months ago
  99. cb1978d Set stat if allocations at a callstack go backwards. by Florian Mayer · 4 years, 7 months ago
  100. 0529a08 Merge "processor: Export instant events on global/process tracks correctly" by Eric Seckler · 4 years, 7 months ago