linux-stable/tools/perf/trace/beauty
Arnaldo Carvalho de Melo 155ed9f1b5 perf beauty: Cover more flags in the move_mount syscall argument beautifier
Previously the regext expected MOVE_MOUNT_[FT]_*, but in the next patch
a flag that doesn't match that expression will be added, MOVE_MOUNT_SET_GROUP

To make this more future proof, take advantage of the fact that the only
one we don't need to cover is MOVE_MOUNT__MASK and use MOVE_MOUNT_[^_]+_*_.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-09-10 18:15:22 -03:00
..
include/linux perf beauty: Update copy of linux/socket.h with the kernel sources 2021-09-10 10:42:49 -03:00
tracepoints x86: Remove duplicate TSC DEADLINE MSR definitions 2021-03-08 11:05:20 +01:00
arch_errno_names.c
arch_errno_names.sh perf beauty: Reuse the generic arch errno switch 2021-08-02 09:56:18 -03:00
arch_prctl.c
beauty.h
Build
clone.c
drm_ioctl.sh
eventfd.c
fadvise.sh
fcntl.c
flock.c
fsconfig.sh perf beauty: Fix fsconfig generator 2021-04-15 16:34:11 -03:00
fsmount.c
fsmount.sh
fspick.c
fspick.sh
futex_op.c
futex_val3.c
ioctl.c
kcmp.c
kcmp_type.sh
kvm_ioctl.sh
madvise_behavior.sh
mmap.c
mmap_flags.sh
mmap_prot.sh
mode_t.c
mount_flags.c
mount_flags.sh
move_mount.c
move_mount_flags.sh perf beauty: Cover more flags in the move_mount syscall argument beautifier 2021-09-10 18:15:22 -03:00
mremap_flags.sh
msg_flags.c
open_flags.c
perf_event_open.c
perf_ioctl.sh
pid.c
pkey_alloc.c
pkey_alloc_access_rights.sh
prctl.c
prctl_option.sh
rename_flags.sh
renameat.c
sched_policy.c
seccomp.c
signum.c
sndrv_ctl_ioctl.sh
sndrv_pcm_ioctl.sh
sockaddr.c
socket.c
socket.sh
socket_ipproto.sh
socket_type.c
statx.c
sync_file_range.c
sync_file_range.sh
usbdevfs_ioctl.sh
vhost_virtio_ioctl.sh
waitid_options.c
x86_arch_prctl.sh