]> granicus.if.org Git - strace/history - tests/bpf.c
bpf: print byte range for extra data
[strace] / tests / bpf.c
2018-04-01 Eugene Syromyatnikovbpf: print byte range for extra data
2018-03-22 Eugene Syromyatnikovtests/bpf.c: convert TEST_BPF_ macro to a function
2018-03-21 Eugene Syromyatnikovbpf: improve handling of various sizes of bpf_prog_attr...
2018-03-07 Eugene Syromyatnikovbpf: print kern_version in the form of KERNEL_VERSION...
2017-11-22 Dmitry V. Levintests: simplify bpf test a bit
2017-11-21 Dmitry V. LevinImplement decoding of BPF_OBJ_GET_INFO_BY_FD command...
2017-11-21 Dmitry V. LevinImplement decoding of BPF_*_GET_*_ID commands of bpf...
2017-11-20 Dmitry V. LevinImplement decoding of BPF_PROG_TEST_RUN command of...
2017-11-20 Dmitry V. Levinbpf: update BPF_MAP_CREATE decoding
2017-07-27 Dmitry V. Levinbpf: enhance decoding of BPF_MAP_LOOKUP_ELEM and BPF_MA...
2017-07-27 Dmitry V. Levinbpf: update BPF_MAP_CREATE decoding
2017-07-27 Dmitry V. Levinbpf: update BPF_PROG_LOAD decoding
2017-07-26 Dmitry V. Levintests: enhance test coverage of bpf syscall parser
2017-07-26 Dmitry V. Levinbpf: print unused fields of union bpf_attr if one of...
2017-02-17 Dmitry V. Levinbpf: update BPF_PROG_ATTACH decoding
2017-02-08 Dmitry V. Levintests: fix typo in bpf.test
2017-01-31 Dmitry V. Levintests: check decoding of bpf corner cases
2017-01-29 Dmitry V. Levintests: rewrite bpf.test from match_grep to match_diff
2017-01-29 Quentin MonnetUpdate bpf syscall decoding
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-01-06 Dmitry V. Levintests/bpf.c: use libtests
2016-01-05 Dmitry V. Levintests: include tests.h instead of config.h
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-29 Dmitry V. Levintests/bpf: fix build with incompatibly old linux/bpf...
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding