summaryrefslogtreecommitdiffstats
path: root/samples/bpf/trace_output_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-291-1/+1
* samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko2021-12-021-3/+1
* samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-241-18/+37
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-1/+1
* samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko2019-07-231-29/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-141-1/+1
* tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-3/+3
* samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-291-100/+10
* samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
* samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-201-1/+2
* samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-201-1/+1
* samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-151-1/+1
* samples: bpf: add bpf_perf_event_output exampleAlexei Starovoitov2015-10-221-0/+196