aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/trace_output_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programGravatar Daniel T. Lee 1-1/+1
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesGravatar Andrii Nakryiko 1-3/+1
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfGravatar Daniel T. Lee 1-18/+37
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-1/+1
2019-07-23samples/bpf: switch trace_output sample to perf_buffer APIGravatar Andrii Nakryiko 1-29/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2018-05-11tools: bpf: move the event reading loop to libbpfGravatar Jakub Kicinski 1-3/+3
2018-04-29samples/bpf: move common-purpose trace functions to selftestsGravatar Yonghong Song 1-100/+10
2016-12-28samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeGravatar Arnaldo Carvalho de Melo 1-1/+0
2016-12-20samples/bpf: Remove perf_event_open() declarationGravatar Joe Stringer 1-1/+2
2016-12-20samples/bpf: Make perf_event_read() staticGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-12-15samples/bpf: Make samples more libbpf-centricGravatar Joe Stringer 1-1/+1
2015-10-22samples: bpf: add bpf_perf_event_output exampleGravatar Alexei Starovoitov 1-0/+196