mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-08-02 23:16:13 -04:00
[misc] (profiling): add full trace config file
This commit is contained in:
parent
40709ce56d
commit
1aab5931ba
71
mg_full.pbtx
Normal file
71
mg_full.pbtx
Normal file
@ -0,0 +1,71 @@
|
||||
buffers: {
|
||||
size_kb: 522240
|
||||
fill_policy: RING_BUFFER
|
||||
}
|
||||
buffers: {
|
||||
size_kb: 2048
|
||||
fill_policy: RING_BUFFER
|
||||
}
|
||||
data_sources {
|
||||
config {
|
||||
name: "track_event"
|
||||
track_event_config {
|
||||
enabled_categories: "glcalls"
|
||||
disabled_categories: "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
data_sources: {
|
||||
config {
|
||||
name: "android.packages_list"
|
||||
target_buffer: 1
|
||||
}
|
||||
}
|
||||
data_sources: {
|
||||
config {
|
||||
name: "linux.system_info"
|
||||
target_buffer: 1
|
||||
}
|
||||
}
|
||||
data_sources: {
|
||||
config {
|
||||
name: "linux.process_stats"
|
||||
target_buffer: 1
|
||||
process_stats_config {
|
||||
scan_all_processes_on_start: true
|
||||
}
|
||||
}
|
||||
}
|
||||
data_sources: {
|
||||
config {
|
||||
name: "android.surfaceflinger.frametimeline"
|
||||
}
|
||||
}
|
||||
data_sources: {
|
||||
config {
|
||||
name: "linux.ftrace"
|
||||
ftrace_config {
|
||||
ftrace_events: "sched/sched_switch"
|
||||
ftrace_events: "power/suspend_resume"
|
||||
ftrace_events: "sched/sched_wakeup"
|
||||
ftrace_events: "sched/sched_wakeup_new"
|
||||
ftrace_events: "sched/sched_waking"
|
||||
ftrace_events: "power/cpu_frequency"
|
||||
ftrace_events: "power/cpu_idle"
|
||||
ftrace_events: "power/gpu_frequency"
|
||||
ftrace_events: "power/gpu_work_period"
|
||||
ftrace_events: "sched/sched_process_exit"
|
||||
ftrace_events: "sched/sched_process_free"
|
||||
ftrace_events: "task/task_newtask"
|
||||
ftrace_events: "task/task_rename"
|
||||
ftrace_events: "ftrace/print"
|
||||
atrace_categories: "gfx"
|
||||
atrace_apps: "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
duration_ms: 600000
|
||||
flush_period_ms: 30000
|
||||
incremental_state_config {
|
||||
clear_period_ms: 5000
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user