Parse OOM reaper kills
Given we need the utid -> upid conversion that does not yet exist in
slices, I'll go for an instant event for now (we can migrate later)
Bug: 153097949
Change-Id: Ia8167fac6bf58da22c039df6af7694a33c483334
diff --git a/test/trace_processor/oom_kill.textproto b/test/trace_processor/oom_kill.textproto
new file mode 100644
index 0000000..5beccd8
--- /dev/null
+++ b/test/trace_processor/oom_kill.textproto
@@ -0,0 +1,25 @@
+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
+ }
+ }
+ }
+}