summaryrefslogtreecommitdiffstats
path: root/chromium/base/trace_event/builtin_categories.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-02 12:21:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-12 08:13:00 +0000
commit606d85f2a5386472314d39923da28c70c60dc8e7 (patch)
treea8f4d7bf997f349f45605e6058259fba0630e4d7 /chromium/base/trace_event/builtin_categories.h
parent5786336dda477d04fb98483dca1a5426eebde2d7 (diff)
BASELINE: Update Chromium to 96.0.4664.181
Change-Id: I762cd1da89d73aa6313b4a753fe126c34833f046 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/base/trace_event/builtin_categories.h')
-rw-r--r--chromium/base/trace_event/builtin_categories.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/base/trace_event/builtin_categories.h b/chromium/base/trace_event/builtin_categories.h
index 81dea0e4a02..60bba6a85d3 100644
--- a/chromium/base/trace_event/builtin_categories.h
+++ b/chromium/base/trace_event/builtin_categories.h
@@ -173,6 +173,7 @@
X("WebCore") \
X("webrtc") \
X("xr") \
+ X(TRACE_DISABLED_BY_DEFAULT("android_view_hierarchy")) \
X(TRACE_DISABLED_BY_DEFAULT("animation-worklet")) \
X(TRACE_DISABLED_BY_DEFAULT("audio")) \
X(TRACE_DISABLED_BY_DEFAULT("audio-worklet")) \
@@ -268,6 +269,7 @@
X(TRACE_DISABLED_BY_DEFAULT("xr.debug"))
#define INTERNAL_TRACE_LIST_BUILTIN_CATEGORY_GROUPS(X) \
+ X("android_webview,toplevel") \
X("base,toplevel") \
X("benchmark,drm") \
X("benchmark,latencyInfo,rail") \
@@ -291,16 +293,21 @@
X("browser,startup") \
X("category1,category2") \
X("cc,benchmark") \
+ X("cc,benchmark," TRACE_DISABLED_BY_DEFAULT("devtools.timeline.frame")) \
X("cc,input") \
X("cc," TRACE_DISABLED_BY_DEFAULT("devtools.timeline")) \
+ X("cc,benchmark," TRACE_DISABLED_BY_DEFAULT("devtools.timeline.frame")) \
X("content,navigation") \
X("devtools.timeline,rail") \
X("drm,hwoverlays") \
X("dwrite,fonts") \
X("fonts,ui") \
X("gpu,benchmark") \
+ X("gpu,benchmark,android_webview") \
+ X("gpu,benchmark,webview") \
X("gpu,startup") \
X("gpu,toplevel.flow") \
+ X("gpu.angle,startup") \
X("inc2,inc") \
X("inc,inc2") \
X("input,benchmark") \
@@ -310,6 +317,7 @@
X("input,views") \
X("ipc,security") \
X("ipc,toplevel") \
+ X("Java,devtools," TRACE_DISABLED_BY_DEFAULT("devtools.timeline")) \
X("loading,rail") \
X("loading,rail,devtools.timeline") \
X("media,gpu") \
@@ -325,6 +333,7 @@
X("startup,rail") \
X("ui,input") \
X("ui,latency") \
+ X("v8," TRACE_DISABLED_BY_DEFAULT("v8.compile")) \
X("v8,devtools.timeline") \
X("v8,devtools.timeline," TRACE_DISABLED_BY_DEFAULT("v8.compile")) \
X("viz,benchmark") \