1packet { 2 process_tree { 3 processes { 4 pid: 1000 5 ppid: 1 6 cmdline: "com.google.android.gm" 7 } 8 threads { 9 tid: 1001 10 tgid: 1000 11 } 12 } 13} 14packet { 15 ftrace_events { 16 cpu: 4 17 event { 18 timestamp: 1234 19 pid: 4321 20 mark_victim { 21 pid: 1001 22 } 23 } 24 } 25} 26