1. dea6be5 Merge "traced_perf: trivial config proto (PerfEventConfig) for further development." by Ryan Savitski · 5 years ago
  2. e6fe8fd Merge "Add parser for proguard maps." by Treehugger Robot · 5 years ago
  3. 8237596 Add parser for proguard maps. by Florian Mayer · 5 years ago
  4. 09ff3b2 traced_perf: trivial config proto (PerfEventConfig) for further development. by Ryan Savitski · 5 years ago
  5. 58dfea1 Merge "Parse the gfp_flags field based on kernel version" by Isabelle Taylor · 5 years ago
  6. 13a7585 Parse the gfp_flags field based on kernel version by Isabelle Taylor · 5 years ago
  7. 10b270a TrackEvent: Rename track event context for readability by Sami Kyostila · 5 years ago
  8. 2ce3e2e Merge "Revert "Add statsd logging to perfetto_cmd"" by Hector Dearman · 5 years ago
  9. 6d2a11d Revert "Add statsd logging to perfetto_cmd" by Hector Dearman · 5 years ago
  10. 6e88ff6 Merge "Join with packages and align protos" by Ioannis Ilkos · 5 years ago
  11. cfcd7f8 Join with packages and align protos by Ioannis Ilkos · 5 years ago
  12. a14882c Merge "Add statsd logging to perfetto_cmd" by Hector Dearman · 5 years ago
  13. 3440c6d Merge "Remove unused process growth" by Ioannis Ilkos · 5 years ago
  14. ac8a348 Remove unused process growth by Ioannis Ilkos · 5 years ago
  15. b3e08d0 Use protozero in IPC framing protocol by Primiano Tucci · 5 years ago
  16. 6a7fa5f Switch TracingService to use protozero by Primiano Tucci · 5 years ago
  17. 6a7813d Use protozero in .gen.cc proto->C++ classes by Primiano Tucci · 5 years ago
  18. a5b9082 Add statsd logging to perfetto_cmd by Hector Dearman · 5 years ago
  19. 1a9b771 trace_processor: fix sqlvalue comparision by Lalit Maganti · 5 years ago
  20. ba784e5 Minor cleanups in preparation of protobuf -> zero migration by Primiano Tucci · 5 years ago
  21. 2c832dc Java heap stats metrics by Ioannis Ilkos · 5 years ago
  22. 716b109 Merge "Move CopyablePtr from base to protozero" by Treehugger Robot · 5 years ago
  23. e4144b7 Move CopyablePtr from base to protozero by Primiano Tucci · 5 years ago
  24. 809b2f9 trace_processor: move counter_definitions to new macro tables by Lalit Maganti · 5 years ago
  25. 03ac833 protozero: simplify packed field and allow heap growth by Primiano Tucci · 5 years ago
  26. c165b87 processor: Extract HeapGraph parsing into module by Eric Seckler · 5 years ago
  27. 5f25e48 Merge "Count retained and uniquely retained bytes." by Florian Mayer · 5 years ago
  28. 04a93f2 Count retained and uniquely retained bytes. by Florian Mayer · 5 years ago
  29. 9dd3e34 Merge "TrackEvent: Add support for arguments" by Sami Kyostila · 5 years ago
  30. 0c22984 TrackEvent: Add support for arguments by Sami Kyostila · 5 years ago
  31. a7870e6 processor: Make sql/sqlite layer optional at compile time by Eric Seckler · 5 years ago
  32. 6451758 trace_processor: Add boiler plate for binder events by Hector Dearman · 5 years ago
  33. 88d9a55 Merge "trace_processor: migrate callsite table to new macro tables" by Lalit Maganti · 5 years ago
  34. e663c7c Merge "TrackEvent: Add support for dynamically enabled tracing categories" by Sami Kyostila · 5 years ago
  35. aa0ff5b trace_processor: migrate callsite table to new macro tables by Lalit Maganti · 5 years ago
  36. ab0604c processor: Add ProtoImporterModules for android + system probes by Eric Seckler · 5 years ago
  37. 1eebf5e TrackEvent: Add support for dynamically enabled tracing categories by Sami Kyostila · 5 years ago
  38. 137a467 processor: Move proto_trace_parser/tokenizer to importers/proto/ by Eric Seckler · 5 years ago
  39. 9fb9a72 Merge "perfetto: change gen_andorid_bp to use static libs for host tools" by Treehugger Robot · 5 years ago
  40. 3d415ec perfetto: change gen_andorid_bp to use static libs for host tools by Lalit Maganti · 5 years ago
  41. 8528b9d Merge "processor: Extract graphics event parsing into an importer module" by Treehugger Robot · 5 years ago
  42. 63afd79 processor: Extract graphics event parsing into an importer module by Eric Seckler · 5 years ago
  43. 7fb1d23 processor: Expose a C++ API for ExportJson to chrome by Eric Seckler · 5 years ago
  44. 771960c processor: Move TrackEvent tokenizing & parsing into module by Eric Seckler · 5 years ago
  45. d379513 processor: Extract SchedEventTracker from EventTracker by Eric Seckler · 5 years ago
  46. acfe35b processor: Move ftrace parsing and descriptors to importers/ftrace by Eric Seckler · 5 years ago
  47. 87ede88 processor: Extract ftrace parsing into FtraceModule/Parser by Eric Seckler · 5 years ago
  48. 5c7866e processor: Extract ftrace tokenization into FtraceModule/Tokenizer by Eric Seckler · 5 years ago
  49. d8b5208 processor: Move json, fuchsia, systrace parsers to importers subdirs by Eric Seckler · 5 years ago
  50. 7ed308f trace_processor: add all bits iterator by Lalit Maganti · 5 years ago
  51. 57dd66b Remove checked-in generated files and use build-time gen ones by Primiano Tucci · 5 years ago
  52. 2a4f8e7 Merge "processor: extract a public ReadTrace() function from shell" by Eric Seckler · 5 years ago
  53. 547b457 Merge "Heap profile callsites metric" by Ioannis Ilkos · 5 years ago
  54. 8f70bbf processor: extract a public ReadTrace() function from shell by Eric Seckler · 5 years ago
  55. 73f2cd0 Heap profile callsites metric by Ioannis Ilkos · 5 years ago
  56. b958c12 Merge "Add message for logging GPU message" by Raymond Chiu · 5 years ago
  57. c612b7f Add message for logging GPU message by Raymond Chiu · 5 years ago
  58. a60a6b4 trace_to_text: Refactor in preparation of userspace events json export by Eric Seckler · 5 years ago
  59. f0d7ef8 gen_android_bp: use gn_utils by Primiano Tucci · 5 years ago
  60. 430734e Remove perfetto_src_tracing_ipc static lib target by Primiano Tucci · 5 years ago
  61. b06d185 Support memory tracker layer from Gapid in Perfetto by Mohammad Reza Zakerinasab · 5 years ago
  62. 25e013e Add heap_graph_object table. by Florian Mayer · 5 years ago
  63. 1fab224 Merge changes I442d4291,I239ea5e4 by Ryan Savitski · 5 years ago
  64. ca06498 android builds (incl. standalone): switch from Oz to O2 by Ryan Savitski · 5 years ago
  65. 0e2206f Merge "Enable libperfetto on host with Android intree build" by Hector Dearman · 5 years ago
  66. 04cfac7 Enable libperfetto on host with Android intree build by Hector Dearman · 5 years ago
  67. 3ce793c Use trace processor to convert to pprof. by Florian Mayer · 5 years ago
  68. ed80390 Get unsymbolized frames proto by Ioannis Ilkos · 5 years ago
  69. 4ea78d9 trace_processor: remove virtual track table and replace with async track table by Lalit Maganti · 5 years ago
  70. ef2db12 Merge "Use trace processor for `trace_to_text symbolize`." by Florian Mayer · 5 years ago
  71. 80de698 Use trace processor for `trace_to_text symbolize`. by Florian Mayer · 5 years ago
  72. b4ce888 Merge "Fix build rules in tools" by Ryan Savitski · 5 years ago
  73. fca300e Merge "Add testdata to Android.bp for perfetto_unittests." by Florian Mayer · 5 years ago
  74. 2bd536a Refactor parser for all graphics related event by Raymond Chiu · 5 years ago
  75. f33540e Fix build rules in tools by Primiano Tucci · 5 years ago
  76. 9933611 compact_sched: traced_probes writer by Ryan · 5 years ago
  77. 246c142 Add testdata to Android.bp for perfetto_unittests. by Florian Mayer · 5 years ago
  78. 813f1f5 Add header_libs to gen_android_bp. by Florian Mayer · 5 years ago
  79. 0d73796 Merge "Use bionic platform headers." by Christopher Ferris · 5 years ago
  80. e7a7577 Merge "Add producer for Perfetto Java Heap Profiler." by Florian Mayer · 5 years ago
  81. 3f0aaac Revert "[GPU TRACE] Add GPU scheduling trace events" by Yiwei Zhang · 5 years ago
  82. 677c162 Use bionic platform headers. by Christopher Ferris · 5 years ago
  83. 98965ba Add producer for Perfetto Java Heap Profiler. by Florian Mayer · 5 years ago
  84. 6b8d591 Add AppendedData to the trace protos by Ioannis Ilkos · 5 years ago
  85. ac68e9c trace_processor: migrate track table to new table macros by Lalit Maganti · 5 years ago
  86. 14e7dd6 generators: Remove dependency on protos strutil.h by Primiano Tucci · 5 years ago
  87. d0001c3 Make trace_processor a host-only target by Primiano Tucci · 5 years ago
  88. 879cafd Move wire_protocol.proto under protos/perfetto/ipc by Primiano Tucci · 5 years ago
  89. f955198 Fold perfetto_src_tracing_ipc into libperfetto_client by Primiano Tucci · 5 years ago
  90. 9ad16d5 proto: Add Tracks for TrackEvents by Eric Seckler · 5 years ago
  91. a72241f Merge "trace_processor: add host_supported label to trace_processor_shell" by Lalit Maganti · 5 years ago
  92. 262c998 trace_processor: add host_supported label to trace_processor_shell by Lalit Maganti · 5 years ago
  93. 85be7da Merge "Add track_event_descriptor to data_source_descriptor" by Treehugger Robot · 5 years ago
  94. 59e8751 trace_processor: add sqlite table class for db tables by Lalit Maganti · 5 years ago
  95. 51c3c95 Add track_event_descriptor to data_source_descriptor by Nicolò Mazzucato · 5 years ago
  96. ac002d3 Merge "trace_processor: add support for JSON metric output" by Lalit Maganti · 5 years ago
  97. 80bbdd8 Fix StringPool on 32-bit Android by Primiano Tucci · 5 years ago
  98. 4ce4c52 Merge "Major clean up build files, use flags-per-feature." by Primiano Tucci · 5 years ago
  99. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago
  100. 7f64c10 Added cpu_profile_stack_samples table to the trace_processor by Oystein Eftevaag · 5 years ago