Files
android_kernel_xiaomi_sm8450/kernel/bpf
Yonghong Song eaaacd2391 bpf: Add task and task/file iterator targets
Only the tasks belonging to "current" pid namespace
are enumerated.

For task/file target, the bpf program will have access to
  struct task_struct *task
  u32 fd
  struct file *file
where fd/file is an open file for the task.

Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200509175911.2476407-1-yhs@fb.com
2020-05-09 17:05:26 -07:00
..
2020-04-26 09:43:05 -07:00
2020-03-13 12:49:52 -07:00
2020-04-26 09:43:05 -07:00
2020-05-09 17:05:26 -07:00
2020-05-09 17:05:26 -07:00
2020-05-09 17:05:26 -07:00