1. ae3d792 tracing: Fix potential track confusion by Sami Kyostila · 3 years, 8 months ago
  2. 57144c8 Merge changes I9f4c2738,Ic66051c4 by Primiano Tucci · 3 years, 8 months ago
  3. 8a689af TraceProcessor RPC: Allow Serialize into protozero by Primiano Tucci · 3 years, 8 months ago
  4. 6dee29e Merge "tracing: Distinguish between global and per-thread default track" by Treehugger Robot · 3 years, 8 months ago
  5. 0140761 tracing: Distinguish between global and per-thread default track by Sami Kyostila · 3 years, 8 months ago
  6. ab5cba1 TracedValue: add dchecks that the scope is always correct. by Alexander Timin · 3 years, 8 months ago
  7. 16edb3f Merge "TracedValue." by Alexander Timin · 3 years, 8 months ago
  8. 02d7985 TracedValue. by Alexander Timin · 3 years, 8 months ago
  9. 8ba3442 base: fix base::Hash type guard for numerics by Lalit Maganti · 3 years, 8 months ago
  10. 19e28c8 tracing: Log more user-friendly warning when tracing is uninitialized by Sami Kyostila · 3 years, 8 months ago
  11. 51e1fea Merge "tracing: Allow tracing category names to contain spaces" by Sami Kyostila · 3 years, 8 months ago
  12. 002c03c Merge "Remove legacy flow event macros" by Treehugger Robot · 3 years, 8 months ago
  13. b3cac8f Remove legacy flow event macros by Alexander Timin · 3 years, 8 months ago
  14. b6c5c2a tracing: Allow passing custom timestamp types into TRACE_EVENT by Sami Kyostila · 3 years, 8 months ago
  15. 3bf3659 tracing: Support enum class annotations by Sami Kyostila · 3 years, 8 months ago
  16. 2f6810c Merge "tracing: Disable Clang thread safety analysis for trace lambdas" by Treehugger Robot · 3 years, 8 months ago
  17. 987a49e Merge "tracing: Minor compatibility changes to legacy trace macros" by Sami Kyostila · 3 years, 8 months ago
  18. 34a4847 Merge "Minor changes to IPC layer in preparation for Win port." by Primiano Tucci · 3 years, 8 months ago
  19. 6112541 Merge "tracing: Add macro for retrieving category group name from state pointer" by Treehugger Robot · 3 years, 8 months ago
  20. ddbb7ac tracing: Disable Clang thread safety analysis for trace lambdas by Sami Kyostila · 3 years, 8 months ago
  21. d013292 Merge "tracing: Allow dynamically computed categories with TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED" by Treehugger Robot · 3 years, 8 months ago
  22. 5a4080e tracing: Add macro for retrieving category group name from state pointer by Sami Kyostila · 3 years, 8 months ago
  23. c356649b tracing: Allow dynamically computed categories with TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED by Sami Kyostila · 3 years, 8 months ago
  24. 507e541 tracing: Minor compatibility changes to legacy trace macros by Sami Kyostila · 3 years, 8 months ago
  25. be937a9 tracing: Avoid clash with variables called |trace_id| by Sami Kyostila · 3 years, 8 months ago
  26. 0dfe9ac tracing: Allow tracing category names to contain spaces by Sami Kyostila · 3 years, 8 months ago
  27. 10c9e9e Minor changes to IPC layer in preparation for Win port. by Primiano Tucci · 3 years, 8 months ago
  28. 8d9f1ed Merge "sdk: Make the tracing SDK compatible with MSVC" by Sami Kyostila · 3 years, 8 months ago
  29. 3ce4e8e Enable enable_perfetto_trace_processor_httpd on Windows by Primiano Tucci · 3 years, 8 months ago
  30. eb7e366 base: port UnixSocket to Windows by Primiano Tucci · 3 years, 8 months ago
  31. 5ff758d Win port: Build {Thread,Test}TaskRunner on Windows by Primiano Tucci · 3 years, 8 months ago
  32. ccaf6db Win port: add base::getopt_compat by Primiano Tucci · 3 years, 8 months ago
  33. c9d7c13 Remove AHeapProfile_initSession from public header. by Florian Mayer · 3 years, 8 months ago
  34. f43e650 sdk: Make the tracing SDK compatible with MSVC by Sami Kyostila · 3 years, 8 months ago
  35. 1bc10c6 Win port: Introduce //base/ctrl_c_handler.h by Primiano Tucci · 3 years, 8 months ago
  36. 59a00fe Windows port: LITTLE_ENDIAN, ENTRYPOINT and minor test fixes by Primiano Tucci · 3 years, 8 months ago
  37. 6aa3b75 base: Port subprocess to Windows by Primiano Tucci · 3 years, 8 months ago
  38. 0859522 Merge "Minimal edits to heap_profile.h comments" by Treehugger Robot · 3 years, 8 months ago
  39. bc80409 Merge "Move deobfuscate.h out of include." by Florian Mayer · 3 years, 8 months ago
  40. fba9955 Minimal edits to heap_profile.h comments by Ryan Savitski · 3 years, 8 months ago
  41. ecce47e Merge "Fix std::abs undefined behavior in string_writer.h" by Arthur Eubanks · 3 years, 9 months ago
  42. badf716 Fix std::abs undefined behavior in string_writer.h by Arthur Eubanks · 3 years, 9 months ago
  43. 9a68309 Move deobfuscate.h out of include. by Florian Mayer · 3 years, 9 months ago
  44. d9171ce Merge "tracing: Add a way to observe track event sessions" by Sami Kyostila · 3 years, 9 months ago
  45. 92d95dd base::Pipe: Use HANDLE on Windows by Primiano Tucci · 3 years, 9 months ago
  46. 2778ac8 tracing: Add a way to observe track event sessions by Sami Kyostila · 3 years, 9 months ago
  47. b82a213 base::CircularQueue give up on const correctness for MSVC by Primiano Tucci · 3 years, 9 months ago
  48. 0da7da7 Merge "trace_to_text: add an option to convert perf profiles to pprof" by Treehugger Robot · 3 years, 9 months ago
  49. 822ff95 trace_to_text: add an option to convert perf profiles to pprof by Ryan Savitski · 3 years, 9 months ago
  50. df1712b Merge "tracing: Fix interceptor build on GCC and Windows" by Sami Kyostila · 3 years, 9 months ago
  51. 6c15126 tracing: Fix interceptor build on GCC and Windows by Sami Kyostila · 3 years, 9 months ago
  52. 08b03bc deobfuscation: Set ambigious method names to [ambigious]. by Florian Mayer · 3 years, 9 months ago
  53. ca6ce04 Merge "Add deobfuscation to trace_to_text profile and tp shell." by Florian Mayer · 3 years, 9 months ago
  54. 99bf23e Merge "tracing: Add optional constructor arguments for data sources and interceptors" by Sami Kyostila · 3 years, 9 months ago
  55. f4255a4 Add deobfuscation to trace_to_text profile and tp shell. by Florian Mayer · 3 years, 9 months ago
  56. 2dcea53 Merge "Add console interceptor" by Sami Kyostila · 3 years, 9 months ago
  57. ca26f5f Merge "Move symbolization out of pprof converter." by Florian Mayer · 3 years, 9 months ago
  58. dd1cfd7 Add console interceptor by Sami Kyostila · 3 years, 9 months ago
  59. 54174ae Merge "Get rid of LookupSet." by Treehugger Robot · 3 years, 9 months ago
  60. 31ae1d7 tracing: Add optional constructor arguments for data sources and interceptors by Sami Kyostila · 3 years, 9 months ago
  61. 98f7a93 Move symbolization out of pprof converter. by Florian Mayer · 3 years, 9 months ago
  62. d5c1ed8 Default symbolizer to nullptr. by Florian Mayer · 3 years, 9 months ago
  63. a6daa43 Get rid of LookupSet. by Florian Mayer · 3 years, 9 months ago
  64. bc2b244 base: Make UnixTaskRunner work on Windows by Primiano Tucci · 3 years, 9 months ago
  65. f9460fa Introduce PlatformHandle by Primiano Tucci · 3 years, 9 months ago
  66. c369bf9 Merge "Deflake KernelAddressSymbolization and MetaTrace tests" by Primiano Tucci · 3 years, 9 months ago
  67. 26a24ee Add PERFETTO_EXPORT to CloseFile fwd declaration by Primiano Tucci · 3 years, 9 months ago
  68. d4d08d3 Fix chromium roll by Primiano Tucci · 3 years, 9 months ago
  69. 967b76b Deflake KernelAddressSymbolization and MetaTrace tests by Primiano Tucci · 3 years, 9 months ago
  70. ab293f5 base: Move OpenFile to file_utils.h and fix IWYU by Primiano Tucci · 3 years, 9 months ago
  71. 52f0026 MSVC + clang-cl: logging, VA_ARGS, popcount by Primiano Tucci · 3 years, 9 months ago
  72. 0bf3517 Merge "Small changes to make the codebase more Win friendly" by Treehugger Robot · 3 years, 9 months ago
  73. c56ea91 Merge "service: Add MaybeSaveTraceForBugreport()" by Primiano Tucci · 3 years, 9 months ago
  74. 6320170 Small changes to make the codebase more Win friendly by Primiano Tucci · 3 years, 9 months ago
  75. 40207fe service: Add MaybeSaveTraceForBugreport() by Primiano Tucci · 3 years, 9 months ago
  76. 1366dd0 Make base::Pipe windows friendly by Primiano Tucci · 3 years, 9 months ago
  77. b7c7845 Merge "tracing: Add interceptor support" by Treehugger Robot · 3 years, 9 months ago
  78. cb0ad31 Merge "base: GCC compatibility fix" by Treehugger Robot · 3 years, 9 months ago
  79. 927cd76 tracing: Add interceptor support by Sami Kyostila · 3 years, 9 months ago
  80. 9712b96 base: GCC compatibility fix by Sami Kyostila · 3 years, 9 months ago
  81. b730b11 Make /tools a bit more Win friendly by Primiano Tucci · 3 years, 9 months ago
  82. 42433ab Cleanup for Windows standalone support by Primiano Tucci · 3 years, 9 months ago
  83. 5d298ab Merge "tracing: Fix potentially dropped events with stopped data source" by Sami Kyostila · 3 years, 10 months ago
  84. 3fa32ef tracing: Fix potentially dropped events with stopped data source by Sami Kyostila · 3 years, 10 months ago
  85. f7df293 trace_processor: Escape and quote text and byte fields by Hector Dearman · 3 years, 10 months ago
  86. 5a4b403 Merge "producer ipc: Support adopting a connected socket file descriptor" by Ching-lin Yu · 3 years, 10 months ago
  87. 96ac536 producer ipc: Support adopting a connected socket file descriptor by Chinglin Yu · 3 years, 10 months ago
  88. c83ccf9 SDK: Expose Flush to the SDK by Primiano Tucci · 3 years, 10 months ago
  89. 9978b80 Add support for changing trace configs by Witold Fijalkowski · 3 years, 10 months ago
  90. d30ef00 Merge "traced_probes: Parse printk formats ftrace fields" by Hector Dearman · 3 years, 10 months ago
  91. f056695 traced_probes: Parse printk formats ftrace fields by Hector Dearman · 3 years, 10 months ago
  92. 021b77e Merge "Prevent traced from blocking on a unresponsive producer." by Treehugger Robot · 3 years, 10 months ago
  93. 1af720e Prevent traced from blocking on a unresponsive producer. by Stephen Nusko · 3 years, 10 months ago
  94. 5a2cba0 Skip reading peer credentials from IPC clients by Primiano Tucci · 3 years, 10 months ago
  95. ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 3 years, 10 months ago
  96. bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 3 years, 10 months ago
  97. 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 3 years, 10 months ago
  98. cd34994 Update local symbolizer to support Windows. by Joshua Gilpatrick · 3 years, 10 months ago
  99. 295acad Make EventContext::event() template method by Andrew Shulaev · 3 years, 10 months ago
  100. ac59b0e Merge "Add support for surfacing failures to perfetto::TracingSession." by Treehugger Robot · 3 years, 10 months ago