]> granicus.if.org Git - strace/history - bpf.c
Update TCP_* constants
[strace] / bpf.c
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. Levinbpf: print unused fields of union bpf_attr if one of...
2017-07-26 Dmitry V. Levinbpf: change handling of big and unaccessible data to...
2017-07-25 Dmitry V. Levinbpf: replace big switch statement with a dispatch table
2017-07-25 Dmitry V. Levinbpf: use PRINT_FIELD_* macros
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-02-17 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2017-02-17 Dmitry V. Levinbpf: update BPF_PROG_ATTACH decoding
2017-01-29 Dmitry V. Levinbpf: move common code to a separate function
2017-01-29 Quentin MonnetUpdate bpf syscall decoding
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinbpf: change address argument type from long to kernel_u...
2016-05-16 Dmitry V. LevinFix decoding of BPF_MAP_UPDATE_ELEM flags
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding