1. 0783a8f Fixed gen_bazel running on Windows by Oystein Eftevaag · 12 months ago
  2. 87af606 tp: tag the no_resolvers target as avoid_dep by Lalit Maganti · 12 months ago
  3. 1884818 tp: add a Python target for depending on TP without resolvers by Lalit Maganti · 1 year, 1 month ago
  4. 1b076ac Build libperfetto_c with bazel by Colin Downs-Razouk · 1 year, 1 month ago
  5. 52151f7 Modify tools/gen_bazel to use globs for the Chrome stdlib by Rasika Navarange · 1 year, 5 months ago
  6. de3b25d tp: expose the rpc protos at the default visibility in Bazel by Lalit Maganti · 1 year, 6 months ago
  7. be79bb2 tp: move QueryResultSerializer header to include/ext by Lalit Maganti · 1 year, 6 months ago
  8. 7e5f68c perfetto: rename CTP -> BigTrace by Lalit Maganti · 1 year, 6 months ago
  9. 1041e07 add jspb proto library for trace by Weston Wei · 1 year, 9 months ago
  10. f68682b ctp: add bazel rules for cloud trace processor and ctp protos by Lalit Maganti · 1 year, 11 months ago
  11. 3df8a7e tp: migrate all table functions to use Python based tables by Lalit Maganti · 1 year, 11 months ago
  12. 7d41871 perfetto: make config and metrics proto truly publicly visible by Lalit Maganti · 2 years ago
  13. 744dbfe build: switch to using tools instead of exec_tools by Lalit Maganti · 2 years, 1 month ago
  14. 52f1336 base: add ability to override platform-level functionality in base by Lalit Maganti · 2 years, 2 months ago
  15. 9380b0a tp: fix metrics and stdlib on Android builds by Lalit Maganti · 2 years, 3 months ago
  16. 779c02e tp: fix compilation of Python tables in G3 by Lalit Maganti · 2 years, 3 months ago
  17. 3361985 tp: properly fix transitive propogation for SQL amalgamation by Lalit Maganti · 2 years, 3 months ago
  18. 01f9b05 tools: overhaul and simplify transitive dep propogation by Lalit Maganti · 2 years, 3 months ago
  19. 921a3d6 tools: add some type annotations and cleanup bp/bazel generators by Lalit Maganti · 2 years, 3 months ago
  20. 2048c9c tp: fix SQL amalgamation deps withou depfile by Lalit Maganti · 2 years, 3 months ago
  21. 3dc8e30 tp: introduce build rules for Python C++ tables by Lalit Maganti · 2 years, 4 months ago
  22. 220f7f6 tp: introduce Python-generated C++ tables by Lalit Maganti · 2 years, 4 months ago
  23. f18b616 tp: fix Bazel visibility of trace processor python libraries by Lalit Maganti · 2 years, 4 months ago
  24. 88e64de tp: generate python BUILD file from GN by Lalit Maganti · 2 years, 4 months ago
  25. e277dcb tp: tidy up amalgamated SQL header generation by Lalit Maganti · 2 years, 5 months ago
  26. b417ff2 tp: use custom action type for cc_proto_descriptor generation by Lalit Maganti · 2 years, 5 months ago
  27. b7ec94f tp: migrate metrics to new SQL amalgamation by Lalit Maganti · 2 years, 5 months ago
  28. 358a7e4 tp: improve build rules for amalgamating SQL files by Lalit Maganti · 2 years, 5 months ago
  29. cc18bfd tp: Create stdlib stub by Anna Mayzner · 2 years, 5 months ago
  30. 2483893 trace_processor: Import statsd atom trace events by Hector Dearman · 2 years, 9 months ago
  31. 225ae65 bazel: add rules for protos for Go by Lalit Maganti · 2 years, 9 months ago
  32. a9545e5 mv tools/trace_to_text src/traceconv by Hector Dearman · 2 years, 11 months ago
  33. 772a7e0 Move C++ tools from tools/ to src/tools/ by Hector Dearman · 2 years, 11 months ago
  34. 0fe132c tp: remove gensignature from the repo by Lalit Maganti · 2 years, 11 months ago
  35. 06f638c bazel: expose Python targets for protos by Lalit Maganti · 3 years ago
  36. 5d6592d bazel build: enable llvm-based demangling (mostly for rust support) by Ryan Savitski · 3 years ago
  37. 833f3cb Add cc proto library for Chrome metrics by Igor Kraskevich · 3 years ago
  38. d7afbb1 bp: include all proto files in Java trace Android.bp module by Lalit Maganti · 3 years ago
  39. e65c405 trace_processor: use llvm frame demangling in standalone builds by Ryan Savitski · 3 years ago
  40. 7d37c75 bazel: remove public visibility for intermediate proto targets by Lalit Maganti · 3 years, 1 month ago
  41. 3a7d753 bazel: publish metrics and chromium protos by Lalit Maganti · 3 years, 1 month ago
  42. e69b1dc perfetto: make trace and config root protos depend on every target by Lalit Maganti · 3 years, 1 month ago
  43. 8d6d7c1 perfetto: remove merged protos from Bazel and reduce usage elsewhere by Lalit Maganti · 3 years, 1 month ago
  44. 9ebd358 perfetto: add a couple more missing targets by Lalit Maganti · 3 years, 1 month ago
  45. 16c28ca perfetto: readd missing proto targets by Lalit Maganti · 3 years, 1 month ago
  46. ba364ec perfetto: add exports for targets with import public decls by Lalit Maganti · 3 years, 1 month ago
  47. 79d70fe perfetto: improve bazel BUILD file generation with protos by Lalit Maganti · 3 years, 1 month ago
  48. 4c328e3 tp: move SQL metric files into 'sql' folder by Lalit Maganti · 3 years, 5 months ago
  49. b18ff98 Merge "bazel: allow overriding filegroup and genrule" by Primiano Tucci · 3 years, 5 months ago
  50. 321c4fc bazel: allow overriding filegroup and genrule by Harvey Yang · 3 years, 5 months ago
  51. 44729e0 Disable watchdog in bazel, disable crash-log on Android < 21 by Primiano Tucci · 3 years, 5 months ago
  52. 66a71ad Disable DCHECKs in bazel builds by Daniel Nicoara · 3 years, 6 months ago
  53. dade39c Reland: "tools: allow building merger tool on Bazel" by Lalit Maganti · 3 years, 9 months ago
  54. 5bcd176 Revert "tools: allow building merger tool on Bazel" by Ioannis Ilkos · 3 years, 9 months ago
  55. 3778cca tools: allow building merger tool on Bazel by Lalit Maganti · 3 years, 9 months ago
  56. ff9b326 tools: expose proto_filter target to bazel by Lalit Maganti · 3 years, 9 months ago
  57. 3d81d4d Generate chrome track event proto cc lite by ssid · 3 years, 9 months ago
  58. 890cfbe heapprofd: split main() in a seprate target by Primiano Tucci · 3 years, 10 months ago
  59. 0331ac0 build generators: basic support for 'public' on static library targets by Ryan · 4 years ago
  60. 25b5973 perfetto: fix build in G3 by Lalit Maganti · 4 years ago
  61. 129c37c Support arbitrary number of TRACE_EVENT arguments. by Alexander Timin · 4 years ago
  62. 2939c08 perfetto: migrate all descriptor header generation to build time by Lalit Maganti · 4 years, 1 month ago
  63. 34bc559 Move scripts to python3 by Primiano Tucci · 4 years, 1 month ago
  64. e72d1a3 Migrate kTrackEventDescriptor to build time by Andrew Shulaev · 4 years, 3 months ago
  65. ba0a5d1 Use Chrome's TrackEvent extensions in trace processor by Andrew Shulaev · 4 years, 3 months ago
  66. 042931b Update gen_bazel to set $(location CHANGELOG) by Joshua Gilpatrick · 4 years, 4 months ago
  67. f0ed1d4 build: pass explicitly --changelog to write_version_header.py by Primiano Tucci · 4 years, 4 months ago
  68. ec59013 Reland "Add version consistently in all build configs and UI" by Primiano Tucci · 4 years, 4 months ago
  69. bb4bfb0 Revert "Add version consistently in all build configs and UI" by Colin Cross · 4 years, 5 months ago
  70. 85a1a12 Add version consistently in all build configs and UI by Primiano Tucci · 4 years, 5 months ago
  71. 916f4e5 Remove ODR violations from Bazel builds by Primiano Tucci · 4 years, 5 months ago
  72. a1d7524 Insert trace_config as pbtxt in metadata table by Hector Dearman · 4 years, 6 months ago
  73. 64cd1f6 bazel: cleanup duplicate proto deps by Lalit Maganti · 4 years, 7 months ago
  74. 3b09a3f tp: migrate chrome metrics descriptor generation to build time by Lalit Maganti · 4 years, 7 months ago
  75. 117272f tp: move metrics descriptor generation to build time by Lalit Maganti · 4 years, 7 months ago
  76. 9d9e56b tp: migrate sql metrics bazel script to use exec_tools by Lalit Maganti · 4 years, 8 months ago
  77. 66b08c3 Docs: fix typos by Primiano Tucci · 4 years, 8 months ago
  78. 237a776 Add Python binary and library configuarations to BUILD.extras by Anindita Ghosh · 4 years, 9 months ago
  79. 46e2bda perfetto: add proto lite java config to bazel build by Lalit Maganti · 5 years ago
  80. e5aad3b bazel: add indirection layer for public visibility by Lalit Maganti · 5 years ago
  81. f9c004d perfetto: force linkstatic for all cc_library targets by Lalit Maganti · 5 years ago
  82. 91d223e perfetto: expose tracing header publically in bazel client library by Lalit Maganti · 5 years ago
  83. 01deefa build: add example api target by Lalit Maganti · 5 years ago
  84. e8020f9 Remove libprotobuf from IPC layer by Primiano Tucci · 5 years ago
  85. d78606d perfetto: expose non minimal protos as public in bazel by Lalit Maganti · 5 years ago
  86. 613f97b gn: ensure that highest proto visibility is preserved when merging by Lalit Maganti · 5 years ago
  87. e88d939 Bazel: allow embedder to depend on intermediate proto targets by Primiano Tucci · 5 years ago
  88. f0d63af Fix bazel build: Remove dep on wire_protocol by Primiano Tucci · 5 years ago
  89. 70fc6ca Fix gen_bazel for new plugin by Hector Dearman · 5 years ago
  90. 57dd66b Remove checked-in generated files and use build-time gen ones by Primiano Tucci · 5 years ago
  91. 63028d6 tools: format Python scripts by Matthew Clarkson · 5 years ago
  92. 9a5dfa5 build: python3 support by Matthew Clarkson · 5 years ago
  93. e0897c5 Merge changes I60f7fc3b,I99786210,I45008d53,I1c07ced9 by Pascal Muetschard · 6 years ago
  94. b4966c5 Expose the client library in bazel and make it work. by Pascal Muetschard · 6 years ago
  95. 692a818 Merge changes I16462479,Iaac37fff,Ic0bc28b9 by Pascal Muetschard · 6 years ago
  96. b7cdea0 Expose the merged config proto in the bazel build. by Pascal Muetschard · 6 years ago
  97. bb037f7 perfetto: remove license comment by Lalit Maganti · 6 years ago
  98. a48710d perfetto: fix bazel formatting by Lalit Maganti · 6 years ago
  99. c3187f8 bazel: expose merged proto to Bazel by Lalit Maganti · 6 years ago
  100. a4244e4 bazel: some more small fixes by Lalit Maganti · 6 years ago