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