commit 1371648c47324a835c9dc19ed63c13c739b01fd4 提交 1371648c47324a835c9dc19ed63c13c739b01fd4
Date: Tue Jul 30 14:59:22 2024 -0400 日期:2024 年 7 月 30 日星期二 14:59:22 -0400
Enable kgsl ftrace event capture 启用 kgsl ftrace 事件捕获
This include the events of 'adreno_cmdbatch_sync', 'adreno_cmdbatch_queued', 'adreno_cmdbatch_submitted', 'adreno_cmdbatch_retired'.
My question is: I have already add these ftrace on my perfetto config:
data_sources: {
config {
name: "linux.ftrace"
ftrace_config {
ftrace_events: "kgsl/adreno_cmdbatch_sync"
ftrace_events: "kgsl/adreno_cmdbatch_queued"
ftrace_events: "kgsl/adreno_cmdbatch_submitted"
ftrace_events: "kgsl/adreno_cmdbatch_retired"