mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
c3b81a500f
When the prefix suppresion/enabling logic was added, I forgot to add an extra %, which ended up chopping off the strings: Before: # perf trace -e *mmsg --map-dump syscalls [299] = 1, [307] = 1, DNS Res~ver #3/14587 sendmmsg(106<socket:[3462393]>, 0x7f252b0fcaf0, 2, MSG_) = 2 chronyd/1053 recvmmsg(4, 0x558542ca5740, 4, MSG_, NULL) = 1 DNS Res~ver #2/14445 sendmmsg(106<socket:[3461475]>, 0x7f252ab09af0, 2, MSG_) = 2 DNS Res~ver #2/14444 sendmmsg(146<socket:[3457863]>, 0x7f2521a7aaf0, 2, MSG_) = 2 DNS Res~ver #2/14445 sendmmsg(106<socket:[3461475]>, 0x7f252ab09af0, 2, MSG_) = 2 DNS Res~ver #3/14587 sendmmsg(148<socket:[3460636]>, 0x7f252b0fcaf0, 2, MSG_) = 2 DNS Res~ver #2/14444 sendmmsg(146<socket:[3457863]>, 0x7f2521a7aaf0, 2, MSG_) = 2 ^C# After: # perf trace -e *mmsg --map-dump syscalls [299] = 1, [307] = 1, NetworkManager/17467 sendmmsg(22<socket:[ |
||
---|---|---|
.. | ||
arch_errno_names.c | ||
arch_errno_names.sh | ||
arch_prctl.c | ||
beauty.h | ||
Build | ||
clone.c | ||
drm_ioctl.sh | ||
eventfd.c | ||
fadvise.sh | ||
fcntl.c | ||
flock.c | ||
futex_op.c | ||
futex_val3.c | ||
ioctl.c | ||
kcmp_type.sh | ||
kcmp.c | ||
kvm_ioctl.sh | ||
madvise_behavior.sh | ||
mmap_flags.sh | ||
mmap.c | ||
mode_t.c | ||
mount_flags.c | ||
mount_flags.sh | ||
msg_flags.c | ||
open_flags.c | ||
perf_event_open.c | ||
perf_ioctl.sh | ||
pid.c | ||
pkey_alloc_access_rights.sh | ||
pkey_alloc.c | ||
prctl_option.sh | ||
prctl.c | ||
rename_flags.sh | ||
renameat.c | ||
sched_policy.c | ||
seccomp.c | ||
signum.c | ||
sndrv_ctl_ioctl.sh | ||
sndrv_pcm_ioctl.sh | ||
sockaddr.c | ||
socket_ipproto.sh | ||
socket_type.c | ||
socket.c | ||
statx.c | ||
usbdevfs_ioctl.sh | ||
vhost_virtio_ioctl.sh | ||
waitid_options.c | ||
x86_arch_prctl.sh |