]> granicus.if.org Git - strace/history - bpf.c
tests: add support of multi-line diagnostics to check_h
[strace] / bpf.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2019-07-02 Dmitry V. Levinbpf: add support for new fields in BPF_PROG_TEST_RUN
2019-07-02 Dmitry V. Levinbpf: implement decoding of BPF_MAP_FREEZE command
2019-05-22 Eugene SyromyatnikovUse xzalloc(sz) instead of xcalloc(1, sz)
2019-05-21 Dmitry V. Levinbpf: add support for new fields in struct bpf_prog_info
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-03-14 Dmitry V. Levinbpf: add support for new seven fields in BPF_PROG_LOAD
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_TASK_FD_QUERY command
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_MAP_LOOKUP_AND_DELETE_EL...
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_BTF_GET_FD_BY_ID command
2019-03-13 Dmitry V. Levinbpf: implement decoding of BPF_BTF_LOAD command
2019-03-13 Dmitry V. Levinbpf: make decoders of BPF_*_GET_FD_BY_ID commands retur...
2019-03-12 Dmitry V. Levinbpf: add support for new twelve fields in struct bpf_pr...
2019-03-12 Dmitry V. Levinbpf: add support for *jited_ksyms and *jited_func_lens...
2019-03-12 Dmitry V. Levinbpf: add support for btf_* fields in struct bpf_map_info
2019-03-12 Dmitry V. Levinbpf: add support for btf_* fields in BPF_MAP_CREATE
2019-03-12 Dmitry V. Levinbpf: print struct bpf_prog_info.gpl_compatible
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-12-10 Shankara Pailoorbpf: honor xlat styles when printing kernel version
2018-06-04 Dmitry V. Levinbpf: enhance BPF_OBJ_GET_INFO_BY_FD decoder further
2018-06-02 Eugene Syromyatnikovbpf: enhance BPF_OBJ_GET_INFO_BY_FD decoder
2018-06-02 Eugene Syromyatnikovbpf: move handling of the saved state to BPF_OBJ_GET_IN...
2018-06-02 Eugene Syromyatnikovbpf: print log_buf field as a string
2018-06-02 Eugene Syromyatnikovbpf: print xlated_prog_insns only when xlated_prog_len...
2018-06-02 Eugene Syromyatnikovbpf: move print_big_u64_addr inside print_ebpf_prog
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-28 Eugene Syromyatnikovbpf: decode bpf_attr.info field used by BPF_OBJ_GET_INF...
2018-05-28 Dmitry V. Levinbpf: remove bpf_priv_data
2018-05-28 Eugene Syromyatnikovbpf: BPF_PROG_QUERY bpf_attr.query.prog_ids printing...
2018-05-28 Eugene Syromyatnikovbpf: add support for instruction decoding
2018-05-23 Eugene Syromyatnikovbpf: add support for BPF_RAW_TRACEPOINT_OPEN command...
2018-05-23 Eugene Syromyatnikovbpf: add support for decoding struct bpf_attr.expected_...
2018-05-16 Dmitry V. Levinbpf: use indexed lookups where appropriate
2018-05-15 Dmitry V. Levinbpf: use printxval_index lookup instead of printxval
2018-04-20 Eugene Syromyatnikovbpf: print fields that interpreted as pointers using...
2018-04-12 Dmitry V. Levinbpf: harmonize length checks
2018-04-12 Eugene Syromyatnikovbpf: add support for map_name and map_ifindex fields...
2018-04-12 Eugene Syromyatnikovbpf: improve handling of various sizes of BPF_MAP_CREAT...
2018-04-12 Eugene Syromyatnikovbpf: print numa_node using xlat
2018-04-10 Eugene Syromyatnikovbpf: decode BPF_PROG_QUERY command
2018-04-08 Eugene Syromyatnikovbpf: implement decoding of prog_name and prog_ifindex...
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-04-04 Eugene Syromyatnikovbpf: add a comment about bpf_attr decoding
2018-04-04 Eugene Syromyatnikovbpf: use print_big_u64_addr
2018-04-04 Eugene Syromyatnikovbpf: add support for file mode flags
2018-04-04 Dmitry V. Levinbpf: move definitions of bpf_attr structures to separat...
2018-04-01 Eugene Syromyatnikovbpf: print byte range for extra data
2018-03-21 Eugene Syromyatnikovbpf: improve handling of various sizes of bpf_prog_attr...
2018-03-09 Eugene Syromyatnikovbpf: remove page size caching
2018-03-07 Eugene Syromyatnikovbpf: print kern_version in the form of KERNEL_VERSION...
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. 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