aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/task_fd_query_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-13bpf: use canonical ftrace pathGravatar Ross Zwisler 1-2/+2
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Gravatar Rong Tao 1-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-1/+0
2021-05-12samples, bpf: Suppress compiler warningGravatar Hailong Liu 1-1/+1
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-6/+0
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfGravatar Daniel T. Lee 1-27/+74
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesGravatar Toke Høiland-Jørgensen 1-1/+1
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolGravatar Daniel T. Lee 1-1/+1
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-1/+1
2019-10-03samples/bpf: Fix build for task_fd_query_user.cGravatar Björn Töpel 1-0/+1
2019-05-21samples, bpf: suppress compiler warningGravatar Matteo Croce 1-1/+1
2019-02-27samples: bpf: fix: broken sample regarding removed functionGravatar Daniel T. Lee 1-1/+1
2018-05-24samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYGravatar Yonghong Song 1-0/+382