summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xlat: add BTRFS_COMPRESS_ZSTD to btrfs_compress_typesesyr/linux-5.7Eugene Syromyatnikov2020-04-192-1/+2
* xlat: annotate btrfs_compress_types with #enumEugene Syromyatnikov2020-04-192-3/+3
* xlat: annotate rtnl_ifla_xdp_attached_mode with #enumEugene Syromyatnikov2020-04-192-5/+7
* rtnl_link: support IFLA_XDP_EXPECTED_FD attribute decodingEugene Syromyatnikov2020-04-197-23/+31
* tests: support -y mode for sockfd printingEugene Syromyatnikov2020-04-191-1/+28
* rtnl_tc_action: implement TCA_ACT_HW_STATS and TCA_ACT_USED_HW_STATS decodingEugene Syromyatnikov2020-04-194-1/+43
* xlat: annotate rtnl_tca_stab_attrs with #enumEugene Syromyatnikov2020-04-192-2/+3
* xlat: annotate rtnl_tca_stats_attrs with #enumEugene Syromyatnikov2020-04-192-3/+2
* xlat: add #enum to v4l2 xlatsEugene Syromyatnikov2020-04-198-66/+35
* xlat: annotate rtnl_link_attrs with #enumEugene Syromyatnikov2020-04-192-11/+3
* xlat: annotate rtnl_tc_action_attrs with #enumEugene Syromyatnikov2020-04-192-6/+2
* xlat: annotate sysctl xlats with #enumEugene Syromyatnikov2020-04-1912-78/+33
* configure: annotate waitid_types with #enumEugene Syromyatnikov2020-04-192-12/+3
* xlat: mark loop_flags_options as #enumEugene Syromyatnikov2020-04-192-8/+2
* xlat: generate m4 checks for enumerationsEugene Syromyatnikov2020-04-193-11/+103
* tests: correct error message in io_uring_register testKemeng Shi2020-04-181-1/+1
* bpf: support new commands BPF_LINK_{CREATE,UPDATE}Paul Chaignon2020-04-185-0/+96
* types: do not generate TYPES_M4_FILES variableDmitry V. Levin2020-04-181-4/+0
* Add test for %clock trace classÁkos Uzonyi2020-04-173-0/+7
* Add %clock trace classÁkos Uzonyi2020-04-1733-207/+217
* sysent_shorthand_undefs.h: add missing undefsÁkos Uzonyi2020-04-171-0/+3
* tests: use create_tmpfileDmitry V. Levin2020-04-175-35/+7
* tests: introduce create_tmpfile functionDmitry V. Levin2020-04-173-0/+50
* Extend memory caching of umove* functionsDmitry V. Levin2020-04-166-37/+134
* filter_seccomp: implement on systems without <linux/seccomp.h>Dmitry V. Levin2020-04-151-62/+56
* x86_64: provide a fallback definition of __X32_SYSCALL_BITDmitry V. Levin2020-04-154-14/+3
* xlat: add UFFDIO_COPY_MODE_WP to uffd_copy_flagsEugene Syromyatnikov2020-04-152-1/+9
* xlat: update mremap_flagsEugene Syromyatnikov2020-04-151-2/+3
* xlat: update lwtunnel_encap_typesEugene Syromyatnikov2020-04-151-7/+9
* xlat: add XDP_FLAGS_REPLACE to xdp_flagsEugene Syromyatnikov2020-04-151-5/+6
* xlat: add FAN_DIR_MODIFY to fan_event_flagsEugene Syromyatnikov2020-04-152-2/+4
* xlat: update v4l2_pix_fmtsEugene Syromyatnikov2020-04-151-0/+5
* xlat: update uring_opsEugene Syromyatnikov2020-04-152-6/+9
* xlat: add SECCOMP_FILTER_FLAG_TSYNC_ESRCH to seccomp_filter_flagsEugene Syromyatnikov2020-04-153-8/+11
* xlat: add IORING_FEAT_FAST_POLL to uring_setup_featuresEugene Syromyatnikov2020-04-151-0/+1
* xlat: add V4L2_CID_USER_ATMEL_ISC_BASE to v4l2_control_id_basesEugene Syromyatnikov2020-04-151-0/+1
* xlat: add KVM_CAP_S390_PROTECTED and KVM_CAP_PPC_SECURE_GUEST to kvm_capEugene Syromyatnikov2020-04-151-0/+2
* xlat: add PERF_SAMPLE_BRANCH_HW_INDEX to perf_branch_sample_typeEugene Syromyatnikov2020-04-152-3/+5
* tests: allow passing arguments to netlink_sock_diag.testEugene Syromyatnikov2020-04-154-16/+2
* tests: use the FLAG macro instead of a locally defined one in clone3 testEugene Syromyatnikov2020-04-151-9/+5
* clone: add more elaborate comments for struct strace_clone_args fieldEugene Syromyatnikov2020-04-151-7/+7
* ptrace_syscall_info.c: fix build without forkFabrice Fontaine2020-04-141-2/+4
* bpf: update BPF_* constantsPaul Chaignon2020-04-135-10/+16
* Makefile.am: move almost all of strace_SOURCES to libstrace_a_SOURCESDmitry V. Levin2020-04-121-24/+21
* Rewrite decoders of getdents, getdents64, and readdir syscallsDmitry V. Levin2020-04-126-188/+287
* Guard against invalid return values of getdents/getdents64 syscallsDmitry V. Levin2020-04-112-2/+4
* Print the second argument of getdents/getdents64 syscalls in abbrev modeDmitry V. Levin2020-04-113-21/+28
* tests: check abbreviated decoding of getdents and getdents64 syscallsDmitry V. Levin2020-04-118-6/+48
* tests: refactor getdents and getdents64 testsDmitry V. Levin2020-04-114-194/+152
* Move kernel_dirent64 definition to kernel_dirent.hDmitry V. Levin2020-04-112-12/+13