1. fb920ac Modified symbolize_profile.cc to use BreakpadSymbolizer too. by Uwem Wilson · 3 years, 1 month ago
  2. c18d7fc traceconv: log error from zlib if decompression fails by Ryan · 3 years, 1 month ago
  3. 58d2dc6 inttypes.h -> cinttypes by Primiano Tucci · 3 years, 2 months ago
  4. 30e6f44 Merge "traceconv: switch from using hand-rolled proto parsing to ring buffer" by Lalit Maganti · 3 years, 3 months ago
  5. 89b8b0c Merge "Reland "Add IPC layer + Platform implementation for Windows"" by Primiano Tucci · 3 years, 3 months ago
  6. 5f3008e Reland "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 3 months ago
  7. 7ee6468 traceconv: switch from using hand-rolled proto parsing to ring buffer by Lalit Maganti · 3 years, 3 months ago
  8. 9c2318c traceconv: allow text mode from outside perfetto directory by Lalit Maganti · 3 years, 3 months ago
  9. 6a7031c fixit: tc: don't print out systemTraceEvents for Chrome-only trace by Lalit Maganti · 3 years, 3 months ago
  10. 0331ac0 build generators: basic support for 'public' on static library targets by Ryan · 3 years, 4 months ago
  11. 7ad6b7d Reland "traceconv: produce less redundant pprofs, at the expense of more work" (commit 55f309a) by Ryan · 3 years, 4 months ago
  12. 5a9af35 Revert "traceconv: produce less redundant pprofs, at the expense of more work" by Lalit Maganti · 3 years, 4 months ago
  13. 55f309a traceconv: produce less redundant pprofs, at the expense of more work by Ryan · 3 years, 4 months ago
  14. f272781 upkeep: Several small fixes by Hector Dearman · 3 years, 5 months ago
  15. 12c6f30 profiler_tables: make perf_sample.callsite_id optional by Ryan Savitski · 3 years, 5 months ago
  16. 512d978 tp: remove force sorting mode flag (and fix typo) by Lalit Maganti · 3 years, 6 months ago
  17. dfb2f96 Revert "Add IPC layer + Platform implementation for Windows" by Primiano Tucci · 3 years, 6 months ago
  18. 1c5c317 Add IPC layer + Platform implementation for Windows by Primiano Tucci · 3 years, 6 months ago
  19. 8357d78 upkeep: Remove extra return statment and unused using decl by Hector Dearman · 3 years, 7 months ago
  20. a25d50b Add random string to heap profile directory. by Florian Mayer · 3 years, 7 months ago
  21. d243412 Fix `trace_to_text profile` crash for empty trace. by Florian Mayer · 3 years, 7 months ago
  22. 741cb98 upkeep: Remove unused using decls by Hector Dearman · 3 years, 7 months ago
  23. 9a68309 Move deobfuscate.h out of include. by Florian Mayer · 3 years, 8 months ago
  24. 822ff95 trace_to_text: add an option to convert perf profiles to pprof by Ryan Savitski · 3 years, 8 months ago
  25. f4255a4 Add deobfuscation to trace_to_text profile and tp shell. by Florian Mayer · 3 years, 8 months ago
  26. 98f7a93 Move symbolization out of pprof converter. by Florian Mayer · 3 years, 8 months ago
  27. ab293f5 base: Move OpenFile to file_utils.h and fix IWYU by Primiano Tucci · 3 years, 8 months ago
  28. b730b11 Make /tools a bit more Win friendly by Primiano Tucci · 3 years, 9 months ago
  29. 42433ab Cleanup for Windows standalone support by Primiano Tucci · 3 years, 9 months ago
  30. ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 3 years, 9 months ago
  31. bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 3 years, 9 months ago
  32. 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 3 years, 9 months ago
  33. 6dc5cc8 HProf. Generates Strings and Load Class segments for HPROF form Heap dump data. by Dino Hughes · 3 years, 10 months ago
  34. abbc9fd trace_to_text: make endian functions portable by Primiano Tucci · 3 years, 10 months ago
  35. 96d16f8 hprof converter skeleton by Ioannis Ilkos · 3 years, 10 months ago
  36. 6fdda5f traceconv: add missing flush in output writer by Lalit Maganti · 4 years ago
  37. 6443836 Deobfuscation support for the ui / pprof layers by Ioannis Ilkos · 4 years ago
  38. c886169 Remove unused 'using' decelerations by Hector Dearman · 4 years ago
  39. 699711c Do not mix up callstacks in pprof output. by Florian Mayer · 4 years ago
  40. 54f0a77 Allow to specify multiple deobfuscation maps. by Florian Mayer · 4 years ago
  41. 64c1d8f Ingest deobfuscated methods. by Florian Mayer · 4 years ago
  42. c2d0996 Move deobfuscation proto to separate file. by Florian Mayer · 4 years ago
  43. 6d1f0ae Allow to index symbol files by build ID. by Florian Mayer · 4 years, 1 month ago
  44. 39e40d4 Build without -Wno-implicit-int-float-conversion. by Florian Mayer · 4 years, 1 month ago
  45. f0a98ee Merge "Produce one pprof file per heap." by Florian Mayer · 4 years, 2 months ago
  46. b5d9bdb Pass const parameter by reference. by Florian Mayer · 4 years, 2 months ago
  47. feb377f Produce one pprof file per heap. by Florian Mayer · 4 years, 2 months ago
  48. aaaaa9a Fix links to old docs page. by Florian Mayer · 4 years, 2 months ago
  49. 4e01f63 TraceProcessor: extract Iterator{,Impl} into their own classes by Primiano Tucci · 4 years, 2 months ago
  50. a90c155 traceconv: fix systrace + fix ctrace by Ryan Savitski · 4 years, 6 months ago
  51. 08c570b Avoid copy. by Florian Mayer · 4 years, 6 months ago
  52. aedcc71 Strip arrays in DeobfuscateDatabase by Florian Mayer · 4 years, 6 months ago
  53. a8e8a6b Check on type mismatch in pprof_builder. by Florian Mayer · 4 years, 7 months ago
  54. 3f37ad5 tp: add support for strongly typed id columns by Lalit Maganti · 4 years, 7 months ago
  55. c6f9fe7 Make assertion explicit. by Florian Mayer · 4 years, 7 months ago
  56. 2925e9d Update GN and mass reformat gn files by Primiano Tucci · 4 years, 7 months ago
  57. 1b5fdae Make zlib optional by Primiano Tucci · 4 years, 7 months ago
  58. 557f55b Handle NULL symbol_set_ids. by Florian Mayer · 4 years, 7 months ago
  59. 6cc8b1d Allow to use PERFETTO_BINARY_PATH in trace_processor_shell. by Florian Mayer · 4 years, 8 months ago
  60. bd88ff8 Move symbolizer to src/profiling/symbolizer. by Florian Mayer · 4 years, 8 months ago
  61. c64b05f Logging: don't emit ANSI color codes if !isatty() by Primiano Tucci · 4 years, 9 months ago
  62. 2d813fd Reduce entropy in tools/trace_to_text by Primiano Tucci · 4 years, 9 months ago
  63. 3be55fb Allow to produce DeobfuscationMapping from proguard map. by Florian Mayer · 4 years, 9 months ago
  64. 9b3a6c7 traceconv: add --full-sort option by Lalit Maganti · 4 years, 10 months ago
  65. e3ee345 Merge "Print usage to stderr." by Florian Mayer · 4 years, 10 months ago
  66. 1d00084 Print usage to stderr. by Florian Mayer · 4 years, 10 months ago
  67. d7c03a7 Fix invalid exit code for `trace_to_text symbolize.` by Florian Mayer · 4 years, 10 months ago
  68. 8f7359c protozero: Make RepeatedFieldIterator typed by Primiano Tucci · 4 years, 10 months ago
  69. c597f53 Fixing main.cc for support passing pid and timestamps to trace_to_profile by Neda Topoljanac · 4 years, 10 months ago
  70. 3238217 trace_to_text: Support JSON conversion of userspace events by Eric Seckler · 4 years, 11 months ago
  71. a60a6b4 trace_to_text: Refactor in preparation of userspace events json export by Eric Seckler · 4 years, 11 months ago
  72. 6e515f8 traceconv: add support for printing traces with compressed packets by Lalit Maganti · 4 years, 11 months ago
  73. b413702 Merge "Do not consider invalid callstacks" by Ioannis Ilkos · 4 years, 11 months ago
  74. 9540d7c Do not consider invalid callstacks by Ioannis Ilkos · 4 years, 11 months ago
  75. 5db5b6e Merge "Add buildflag for local symbolizer" by Treehugger Robot · 4 years, 11 months ago
  76. b48aa56 Merge "Print problems with profiles in new pprof converter." by Florian Mayer · 4 years, 11 months ago
  77. e7e2bfc Print problems with profiles in new pprof converter. by Florian Mayer · 4 years, 11 months ago
  78. 41af34f Add buildflag for local symbolizer by Primiano Tucci · 4 years, 11 months ago
  79. cc55bdc Merge "Demangle symbols." by Ioannis Ilkos · 4 years, 11 months ago
  80. 195b4fc Demangle symbols. by Florian Mayer · 4 years, 11 months ago
  81. f4f7fd9 Do not set the build ID on the converted profile by Ioannis Ilkos · 4 years, 11 months ago
  82. 7505235 Do not increment rel_pc by 1. by Florian Mayer · 5 years ago
  83. 4ca4523 Merge changes I262074ab,I2e91e757 by Hector Dearman · 5 years ago
  84. 566badf trace_to_text: Add support for producing ctrace files by Hector Dearman · 5 years ago
  85. d58b3ef Add API to generate pprof from TraceProcessor*. by Florian Mayer · 5 years ago
  86. e545db8 Merge "Fix slow pprof_builder." by Florian Mayer · 5 years ago
  87. a9cb217 Fix slow pprof_builder. by Florian Mayer · 5 years ago
  88. 3928801 Button to download heap profile by Neda Topoljanac · 5 years ago
  89. 3ce793c Use trace processor to convert to pprof. by Florian Mayer · 5 years ago
  90. 80de698 Use trace processor for `trace_to_text symbolize`. by Florian Mayer · 5 years ago
  91. f5e3375 Merge "bazel: some more small fixes" by Lalit Maganti · 5 years ago
  92. a4244e4 bazel: some more small fixes by Lalit Maganti · 5 years ago
  93. fdc86d6 Log Build ID when so was not found. by Florian Mayer · 5 years ago
  94. 5403ce9 Pull trace parsing to trace_to_text utils. by Florian Mayer · 5 years ago
  95. d23c352 Merge "Dedupe ToHex" by Hector Dearman · 5 years ago
  96. 5f06938 Dedupe ToHex by Hector Dearman · 5 years ago
  97. 27985ac Fix x86 build. by Florian Mayer · 5 years ago
  98. dc4cc09 Profile visitor to use the AppendedData symbol packets by Ioannis Ilkos · 5 years ago
  99. 3917919 Support standard format for looking up symbols by build-id. by Florian Mayer · 5 years ago
  100. 02c1176 Major clean up build files, use flags-per-feature. by Primiano Tucci · 5 years ago