aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/trace_event_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee1-6/+3
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee1-46/+93
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2019-12-11samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee1-0/+5
2018-07-05samples/bpf: Check the result of system()Taeung Song1-3/+24
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song1-0/+1
2018-03-08samples/bpf: add example to test reading addressTeng Qin1-0/+15
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song1-5/+8
2017-06-04samples/bpf: add tests for more perf event typesTeng Qin1-10/+63
2017-05-11samples/bpf: run cleanup routines when receiving SIGTERMAndy Gospodarek1-0/+1
2016-12-20samples/bpf: Remove perf_event_open() declarationJoe Stringer1-4/+5
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer1-7/+7
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov1-0/+213