1. 32eff22 trace_processor: delete unused tables by Lalit Maganti · 4 years, 6 months ago
  2. 0a29f6f trace_processor: migrate stack profile frames to db table by Lalit Maganti · 4 years, 6 months ago
  3. b0e11f6 trace_processor: add Id wrapper type returned by Insert in all db tables by Lalit Maganti · 4 years, 7 months ago
  4. 7449dc8 trace_processor: remove RowId type from trace_processor by Lalit Maganti · 4 years, 7 months ago
  5. 45980c9 trace_processor: migrate stack profile mapping to new db tables by Lalit Maganti · 4 years, 7 months ago
  6. 0fd14ef trace_processor: migrate cpu stack profile table to db tables by Lalit Maganti · 4 years, 7 months ago
  7. a5ffb20 trace_processor: migrate heap profile allocation table by Lalit Maganti · 4 years, 7 months ago
  8. 9ecfab3 trace_processor: move stringpool to new containers folder by Lalit Maganti · 4 years, 7 months ago
  9. b134d25 trace_processor: fix null dereference in ref_type mapping by Lalit Maganti · 4 years, 7 months ago
  10. 1308e3f trace_processor: migrate slice table to new database tables by Lalit Maganti · 4 years, 7 months ago
  11. 4b3b3ad trace_processor: migrate counter table to new database tables by Lalit Maganti · 4 years, 7 months ago
  12. b791706 trace_processor: expose set_name function by Lalit Maganti · 4 years, 8 months ago
  13. f93b8cf processor: Make it possible to configure the string pool block size. by Eric Seckler · 4 years, 8 months ago
  14. 13a7585 Parse the gfp_flags field based on kernel version by Isabelle Taylor · 4 years, 8 months ago
  15. fd554bc Add process uid to the trace processor by Ioannis Ilkos · 4 years, 8 months ago
  16. 5a76f10 Re-land "Stack profiles: Reuse existing frame/module rows rather than adding one per sequence" by Oystein Eftevaag · 4 years, 8 months ago
  17. 809b2f9 trace_processor: move counter_definitions to new macro tables by Lalit Maganti · 4 years, 8 months ago
  18. aa0ff5b trace_processor: migrate callsite table to new macro tables by Lalit Maganti · 4 years, 9 months ago
  19. 8320291 Correctly handle multiple mappings for symbols by Florian Mayer · 4 years, 9 months ago
  20. 9c01d16 Add heap graph references. by Florian Mayer · 4 years, 9 months ago
  21. b06d185 Support memory tracker layer from Gapid in Perfetto by Mohammad Reza Zakerinasab · 4 years, 10 months ago
  22. 25e013e Add heap_graph_object table. by Florian Mayer · 4 years, 10 months ago
  23. 21b2163 trace_processor: add track_id column to slice table by Lalit Maganti · 4 years, 10 months ago
  24. b32cacf processor: Parse TrackEvent track associations by Eric Seckler · 4 years, 10 months ago
  25. fedc15b trace_processor: add thread track table and interning code by Lalit Maganti · 4 years, 10 months ago
  26. 53bdbb2 trace_processor: refactor tracks to reflect final design by Lalit Maganti · 4 years, 10 months ago
  27. a480cd6 Read ModuleSymbols from trace. by Florian Mayer · 4 years, 10 months ago
  28. 4ea78d9 trace_processor: remove virtual track table and replace with async track table by Lalit Maganti · 4 years, 10 months ago
  29. 5145e50 Fix various typos by Hector Dearman · 4 years, 10 months ago
  30. e0b47f5 Parse appended data and add the symbols table by Ioannis Ilkos · 4 years, 10 months ago
  31. ac68e9c trace_processor: migrate track table to new table macros by Lalit Maganti · 4 years, 10 months ago
  32. 20539c2 trace_processor: migrate GPU tables to new macros by Lalit Maganti · 4 years, 11 months ago
  33. 1fc700f Merge "trace_processor: make StringPool::Id a POD" by Lalit Maganti · 4 years, 11 months ago
  34. 7f64c10 Added cpu_profile_stack_samples table to the trace_processor by Oystein Eftevaag · 4 years, 11 months ago
  35. 1a2936f trace_processor: make StringPool::Id a POD by Lalit Maganti · 4 years, 11 months ago
  36. ceb5c82 Adds the unit field to the counter definition table. by Pascal Muetschard · 4 years, 11 months ago
  37. 91d0789 Adds the description field to the counter definition table. by Pascal Muetschard · 4 years, 11 months ago
  38. 7160ccc Add trace parser for SurfaceFlinger graphics frame events by Mikael Pessa · 5 years ago
  39. 803090c Add tables for gpu specific traces by Mikael Pessa · 5 years ago
  40. d12acb1 Merge "client api: Introduce a bare-bones TrackEvent library" by Treehugger Robot · 5 years ago
  41. 5419c58 Separate out the parts of HeapProfiling that CPUProfiling will reuse into StackProfiling by Oystein Eftevaag · 5 years ago
  42. 83dcc8c client api: Introduce a bare-bones TrackEvent library by Eric Seckler · 5 years ago
  43. e672755 Allow remapping of frame symbols based on symbol packets by Ioannis Ilkos · 5 years ago
  44. d11d3e0 trace_processor: add tracks table by Lalit Maganti · 5 years ago
  45. 54f30a3 processor: Parse TrackEvent's thread instruction count fields by Eric Seckler · 5 years ago
  46. c3430c6 processor: Import thread timestamps for use_async_tts async events by Eric Seckler · 5 years ago
  47. 7db0491 Trace processor: export thread timestamps and durations in json format by Mikhail Khokhlov · 5 years ago
  48. 81a02cd trace_processor: cleanup category and general slice handling by Lalit Maganti · 5 years ago
  49. 369b057 trace_processor: properly handle and expose parent upids by Lalit Maganti · 5 years ago
  50. d3b89d5 processor: Add storage for thread_slices + TrackEvent tts support. by Eric Seckler · 5 years ago
  51. 5703ede processor: Add storage for virtual tracks by Eric Seckler · 5 years ago
  52. 0476ee9 trace_processor: support android packages list in proto trace parser by Ryan Savitski · 5 years ago
  53. 51413ad trace_processor: flatten metadata table to allow RowId indexing by Ryan Savitski · 5 years ago
  54. 637589a trace_processor: use sched_process_free instead of _exit by Lalit Maganti · 5 years ago
  55. 1265573 Log both elf_start_offset and exact_offset to profile. by Florian Mayer · 5 years ago
  56. 87fd11a processor: Support nestable async TrackEvents + ref_scope for slices by Eric Seckler · 5 years ago
  57. 1f5f93a Process GPU frequency info from ftrace if available by Sidath Senanayake · 5 years ago
  58. b5bd233 trace_processor: add support for sched_process_exit events by Lalit Maganti · 5 years ago
  59. 651ca31 processor: Parse TrackEvent instant events into instants table. by Eric Seckler · 5 years ago
  60. 2442d61 typo: the the -> the by Hector Dearman · 5 years ago
  61. c93823e processor: Parse TrackEvent arguments by Eric Seckler · 5 years ago
  62. 2c5488f Reshuffle include/ directory layout by Primiano Tucci · 5 years ago
  63. 70cc442 processor: Support arguments for nestable slices by Eric Seckler · 5 years ago
  64. b1fe42a Trace processor: parse ChromeBenchmarkMetadata proto message by Mikhail Khokhlov · 5 years ago
  65. e466c00 Trace processor: add trace_metadata table by Mikhail Khokhlov · 5 years ago
  66. 85a0dd0 Trace Processor: move Variadic class to a separate file by Mikhail Khokhlov · 5 years ago
  67. df1968c Use UPIDs for heap profiles. by Florian Mayer · 5 years ago
  68. 9b2d52b trace_processor: add heap profiling tables by Lalit Maganti · 5 years ago
  69. 736462c Merge "processor: Track stats for trace scanning / parsing durations" by Eric Seckler · 5 years ago
  70. 77b5278 processor: Track stats for trace scanning / parsing durations by Eric Seckler · 5 years ago
  71. bee5213 Add index for finding existing mappings. by Florian Mayer · 5 years ago
  72. 438b5ab Add ProfilePacket support to trace processor. by Florian Mayer · 5 years ago
  73. aac2f65 trace_processor: fix up sqlstats table (and time reported in shell) by Lalit Maganti · 5 years ago
  74. 521d97b trace_processor: eliminate kRefLookupUpidForUtid by Lalit Maganti · 5 years ago
  75. f129c26 Add counter_values by counter id index by Ioannis Ilkos · 5 years ago
  76. 972225e processor: Replace utid column with ref+type in slices table. by Eric Seckler · 5 years ago
  77. 5c45431 trace_processor: replace vector<string> with StringPool in storage by Lalit Maganti · 5 years ago
  78. 8320e6d trace_processor: split up counters table by Lalit Maganti · 5 years ago
  79. 9c03cbd Change deque to vector in the critical path by Ioannis Ilkos · 5 years ago
  80. 711de1f TraceProcessor: improve process tracking to follow fork()/clone() by Primiano Tucci · 5 years ago
  81. 1f46474 base: add hasher class for hashing data using FNV-1a by Lalit Maganti · 5 years ago
  82. 0888424 trace_processor: store parent pids when reading process packets by Lalit Maganti · 5 years ago
  83. 1c21d17 trace_processor: fix crash with instants table when adding args by Lalit Maganti · 5 years ago
  84. db6c54b trace_processor: remove duration column on counters table by Lalit Maganti · 5 years ago
  85. 4fa7c6c trace_processor: overhaul and reenable args and raw tables by Lalit Maganti · 5 years ago
  86. b9222c3 perfetto-ui: Show slice details on click by Isabelle Taylor · 5 years ago
  87. 5863893 trace_processor: reduce memory + ingestion time for utid map by Lalit Maganti · 5 years ago
  88. b8b1110 Add trace_bounds table by Ioannis Ilkos · 5 years ago
  89. b0b53ee trace_processor: surface priority and end state information in sched tables by Lalit Maganti · 5 years ago
  90. cc67422 trace_processor: don't parse sched_switch into raw or ingest args by Lalit Maganti · 5 years ago
  91. f0f09c3 trace_processor: make utid lookup in sched table fast by Lalit Maganti · 5 years ago
  92. 9c6395b trace_processor: improve best index for sched and fix thread/proc bug by Lalit Maganti · 5 years ago
  93. 66ed7ad trace_processor: fix parsing of kernel LMK events by Lalit Maganti · 6 years ago
  94. e87cc81 trace_processor: add cpu to raw table by Lalit Maganti · 6 years ago
  95. 0e38a14 TraceProcessor: Improve "stats" table by Primiano Tucci · 6 years ago
  96. 2c761ef TraceProcessor: Add table for logcat events by Primiano Tucci · 6 years ago
  97. 1d915a6 trace_processor: Add raw event storage by Lalit Maganti · 6 years ago
  98. 85ca4a8 trace_processor: remove all usages of uint64_t by Lalit Maganti · 6 years ago
  99. 79472be trace_processor: make args table a lot more efficient by Lalit Maganti · 6 years ago
  100. 5ea9e93 trace_processor: refactor to an ever present id approach by Lalit Maganti · 6 years ago