summaryrefslogtreecommitdiffstats
path: root/samples/bpf/task_fd_query_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao2022-09-201-1/+1
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* samples, bpf: Suppress compiler warningHailong Liu2021-05-121-1/+1
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-6/+0
* samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-261-27/+74
* samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-271-1/+1
* samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee2020-08-181-1/+1
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
* samples, bpf: suppress compiler warningMatteo Croce2019-05-211-1/+1
* samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-271-1/+1
* samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song2018-05-241-0/+382