summaryrefslogtreecommitdiffstats
path: root/chromium/base/trace_event/builtin_categories.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/trace_event/builtin_categories.h')
-rw-r--r--chromium/base/trace_event/builtin_categories.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/base/trace_event/builtin_categories.h b/chromium/base/trace_event/builtin_categories.h
index 6717a2bd93b..1ac3513eb4f 100644
--- a/chromium/base/trace_event/builtin_categories.h
+++ b/chromium/base/trace_event/builtin_categories.h
@@ -15,6 +15,9 @@
// your code and you get a static assert, this is the right place to register
// the name. If the name is going to be used only for testing, please add it to
// |kIgnoredCategoriesForTesting| instead.
+//
+// Prefer to use '_' to separate word of category name, like content_capture.
+//
// Parameter |X| must be a *macro* that takes a single |name| string argument,
// denoting a category name.
#define INTERNAL_TRACE_LIST_BUILTIN_CATEGORIES(X) \
@@ -52,6 +55,7 @@
X("cma") \
X("compositor") \
X("content") \
+ X("content_capture") \
X("devtools") \
X("devtools.timeline") \
X("devtools.timeline.async") \
@@ -139,6 +143,7 @@
X("vk") \
X("wayland") \
X("webaudio") \
+ X("weblayer") \
X("WebCore") \
X("webrtc") \
X("xr") \
@@ -177,6 +182,7 @@
X(TRACE_DISABLED_BY_DEFAULT("gpu.device")) \
X(TRACE_DISABLED_BY_DEFAULT("gpu.service")) \
X(TRACE_DISABLED_BY_DEFAULT("ipc.flow")) \
+ X(TRACE_DISABLED_BY_DEFAULT("java-heap-profiler")) \
X(TRACE_DISABLED_BY_DEFAULT("layer-element")) \
X(TRACE_DISABLED_BY_DEFAULT("lifecycles")) \
X(TRACE_DISABLED_BY_DEFAULT("loading")) \