forked from google/perfetto
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbackground.cfg
More file actions
59 lines (53 loc) · 1.2 KB
/
background.cfg
File metadata and controls
59 lines (53 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
buffers {
size_kb: 100024
fill_policy: RING_BUFFER
}
buffers {
size_kb: 100024
fill_policy: RING_BUFFER
}
data_sources {
config {
name: "linux.ftrace"
target_buffer: 0
ftrace_config {
buffer_size_kb: 4096
drain_period_ms: 200
ftrace_events: "print"
ftrace_events: "sched_blocked_reason"
ftrace_events: "sched_cpu_hotplug"
ftrace_events: "sched_process_exec"
ftrace_events: "sched_process_exit"
ftrace_events: "sched_process_fork"
ftrace_events: "sched_process_free"
ftrace_events: "sched_process_hang"
ftrace_events: "sched_process_wait"
ftrace_events: "sched_switch"
ftrace_events: "sched_wakeup_new"
ftrace_events: "sched_wakeup"
ftrace_events: "sched_waking"
ftrace_events: "task_newtask"
ftrace_events: "task_rename"
}
}
}
data_sources {
config {
target_buffer: 1
name: "android.log"
android_log_config {
log_ids: LID_DEFAULT
log_ids: LID_SYSTEM
log_ids: LID_EVENTS
log_ids: LID_CRASH
}
}
}
trigger_config {
triggers: {
name: "test-configs-trigger"
stop_delay_ms: 2000
}
trigger_mode: STOP_TRACING
trigger_timeout_ms: 300000
}