android13/external/perfetto/test/trace_processor/power/suspend_resume.textproto

57 lines
752 B
Plaintext

packet {
ftrace_events {
cpu: 0
event {
timestamp: 10000
pid: 0
suspend_resume {
action: "suspend_enter"
val: 3
start: 1
}
}
}
}
packet {
ftrace_events {
cpu: 0
event {
timestamp: 20000
pid: 0
suspend_resume {
action: "suspend_enter"
val: 3
start: 0
}
}
}
}
packet {
ftrace_events {
cpu: 0
event {
timestamp: 30000
pid: 0
suspend_resume {
action: "CPU"
val: 0
start: 1
}
}
}
}
packet {
ftrace_events {
cpu: 0
event {
timestamp: 40000
pid: 0
suspend_resume {
action: "CPU"
val: 0
start: 0
}
}
}
}