commit | e6d973399b5a2c24f11e751ae9d03caa58dde229 | [log] [tgz] |
---|---|---|
author | Etienne Pierre-doray <etiennep@chromium.org> | Tue May 13 16:17:36 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 16:17:36 2025 |
tree | 40ee991feb433f02e3be8eb1caaafd533d1fb472 | |
parent | ae9af25ea51e8fc842492677b81ee38ff17d1fd7 [diff] |
[tracing] Migrate away from chrome_config_string in field tracing This CL stops filling chrome_config_string in field tracing config, which is no longer used by any of the data source. This uses `event_package_name_filter_enabled` proto field instead of IsEventPackageNameFilterEnabled() from trace_config string. chrome_config_string is still used locally by a few data sources - java heap profiler - arc/system data source on ChromeOs - memory instrumentation - kMetaDataSourceName Change-Id: I26bcd376e854ca06248b455a6126e9bd44cbbee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6530108 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1459492}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.