android13/external/perfetto/test/trace_processor/common/oom_kill.textproto

26 lines
322 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
packet {
process_tree {
processes {
pid: 1000
ppid: 1
cmdline: "com.google.android.gm"
}
threads {
tid: 1001
tgid: 1000
}
}
}
packet {
ftrace_events {
cpu: 4
event {
timestamp: 1234
pid: 4321
mark_victim {
pid: 1001
}
}
}
}