- 1001983 perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA by Arnaldo Carvalho de Melo · 2 years, 11 months ago
- 66aee54 perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKET by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- ecf0a35 perf beauty socket: Add generator for socket level (SOL_*) string table by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- d3f8283 perf beauty socket: Sort the ipproto array entries by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- 82e3664 perf beauty socket: Rename 'regex' to 'ipproto_regex' by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- 1a1edf3 perf beauty socket: Prep to receive more input header files by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- 012e569 perf beauty socket: Rename header_dir to uapi_header_dir by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- 795f91d perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- fa020dd perf beauty: Make all sockaddr files use a common naming scheme by Arnaldo Carvalho de Melo · 3 years, 2 months ago
- 6da2a45 perf beauty: Update copy of linux/socket.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
- 155ed9f perf beauty: Cover more flags in the move_mount syscall argument beautifier by Arnaldo Carvalho de Melo · 3 years, 4 months ago
- bb91de4 perf beauty: Update copy of linux/socket.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
- f463ad7 perf beauty: Reuse the generic arch errno switch by Ian Rogers · 3 years, 8 months ago
- ef83f9e perf beauty: Update copy of linux/socket.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
- 10a3efd Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 8 months ago
- 2e1daee perf beauty: Fix fsconfig generator by Vitaly Chikunov · 3 years, 9 months ago
- 4d39c89 perf tools: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 09141ec x86: Remove duplicate TSC DEADLINE MSR definitions by Dave Hansen · 4 years, 10 months ago
- fde6682 tools arch x86: Sync the msr-index.h copy with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
- eb2842d perf trace beauty: Update copy of linux/socket.h with the kernel sources by Arnaldo Carvalho de Melo · 4 years ago
- c5e6bc2 perf trace beauty: Allow header files in a different path by Namhyung Kim · 4 years, 2 months ago
- 388968d perf trace: Use the autogenerated mmap 'prot' string/id table by Arnaldo Carvalho de Melo · 4 years, 3 months ago
- 08fc476 tools beauty: Add script to generate table of mmap's 'prot' argument by Arnaldo Carvalho de Melo · 4 years, 3 months ago
- 6169322 perf beauty mmap_flags: Conditionaly define the mmap flags by Arnaldo Carvalho de Melo · 4 years, 3 months ago
- 9012e3d perf trace beauty: Add script to autogenerate mremap's flags args string/id table by Arnaldo Carvalho de Melo · 4 years, 3 months ago
- f3cf7fa perf trace beauty: Use the autogenerated protocol family table by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 58277f5 perf trace beauty: Add script to autogenerate socket families table by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 5d33cbf perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument by Arnaldo Carvalho de Melo · 4 years, 7 months ago
- 6d1f916 perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGS by Ian Rogers · 4 years, 10 months ago
- 7597ce8 perf trace: Fix the selection for architectures to generate the errno name tables by Ian Rogers · 4 years, 10 months ago
- f60b387 tools headers UAPI: Sync linux/mman.h with the kernel by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- 027fa8f tools headers UAPI: Sync sched.h with the kernel by Arnaldo Carvalho de Melo · 4 years, 9 months ago
- c0134b3 perf beauty prctl: Export the 'options' strarray by Arnaldo Carvalho de Melo · 4 years, 11 months ago
- 49e0b6f perf beauty sockaddr: Fix augmented syscall format warning by Cengiz Can · 5 years ago
- f666112 perf beauty: Add CLEAR_SIGHAND support for clone's flags arg by Arnaldo Carvalho de Melo · 5 years ago
- e0712ba perf trace: Wire up strarray__strtoul_flags() by Arnaldo Carvalho de Melo · 5 years ago
- 154c978 libbeauty: Introduce strarray__strtoul_flags() by Arnaldo Carvalho de Melo · 5 years ago
- f77526b libbeauty: Make the mmap_flags strarray visible outside of its beautifier by Arnaldo Carvalho de Melo · 5 years ago
- 1a8a90b libbeauty: Introduce syscall_arg__strtoul_strarrays() by Arnaldo Carvalho de Melo · 5 years ago
- d066da9 libbeauty: Introduce syscall_arg__strtoul_strarray() by Arnaldo Carvalho de Melo · 5 years ago
- 573ed89 perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array by Arnaldo Carvalho de Melo · 5 years ago
- 97c2a78 libbeauty: Add a strarray__scnprintf_suffix() method by Arnaldo Carvalho de Melo · 5 years ago
- 5fa022a libbeauty: Add a generator for x86's IRQ vectors -> strings by Arnaldo Carvalho de Melo · 5 years ago
- c5e006c perf trace: Support tracepoint dynamic char arrays by Arnaldo Carvalho de Melo · 5 years ago
- 728db19 perf beauty: Introduce strtoul() for x86 MSRs by Arnaldo Carvalho de Melo · 5 years ago
- d0a3a10 perf trace: Introduce a strtoul() method for 'struct strarrays' by Arnaldo Carvalho de Melo · 5 years ago
- 646b3e2 perf trace beauty: Add the glue for the autogenerated MSR arrays by Arnaldo Carvalho de Melo · 5 years ago
- 693d345 perf trace beauty: Add a x86 MSR cmd id->str table generator by Arnaldo Carvalho de Melo · 5 years ago
- 8d6505b perf beauty: Make strarray's offset be u64 by Arnaldo Carvalho de Melo · 5 years ago
- 888ca854 perf trace: Add the syscall_arg_fmt pointer to syscall_arg by Arnaldo Carvalho de Melo · 5 years ago
- b92675f perf trace beauty ioctl: Fix off-by-one error in cmd->string table by Benjamin Peterson · 5 years ago
- 7ee5261 tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC() by Arnaldo Carvalho de Melo · 5 years ago
- a9a187a perf trace: Beautify 'sync_file_range' arguments by Arnaldo Carvalho de Melo · 6 years ago
- 8ef6d74 perf beauty: Add generator for sync_file_range's 'flags' arg values by Arnaldo Carvalho de Melo · 6 years ago
- ee364dc perf trace beauty clone: Handle CLONE_PIDFD by Arnaldo Carvalho de Melo · 6 years ago
- f6af095 perf trace: Beautify 'fsmount' arguments by Arnaldo Carvalho de Melo · 6 years ago
- f5b91db perf trace: Introduce syscall_arg__scnprintf_strarray_flags by Arnaldo Carvalho de Melo · 6 years ago
- 3637c64 perf beauty: Add generator for fsmount's 'attr_flags' arg values by Arnaldo Carvalho de Melo · 6 years ago
- d352930 perf beauty: Add generator for fsconfig's 'cmd' arg values by Arnaldo Carvalho de Melo · 6 years ago
- 693bd39 perf trace: Beautify 'fspick' arguments by Arnaldo Carvalho de Melo · 6 years ago
- a1c729a perf beauty: Add generator for fspick's 'flags' arg values by Arnaldo Carvalho de Melo · 6 years ago
- 566e302 perf trace: Beautify 'move_mount' arguments by Arnaldo Carvalho de Melo · 6 years ago
- eefa09b perf beauty: Add generator for 'move_mount' flags argument by Arnaldo Carvalho de Melo · 6 years ago
- b64f1cc perf trace beauty renameat: No need to include linux/fs.h by Arnaldo Carvalho de Melo · 6 years ago
- 2b64b2e perf trace: Add 'string' event alias to select syscalls with string args by Arnaldo Carvalho de Melo · 6 years ago
- be709d4 tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h by Arnaldo Carvalho de Melo · 6 years ago
- c3b81a5 perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic by Arnaldo Carvalho de Melo · 6 years ago
- 5ff3288 perf tools: Rename build libperf to perf by Jiri Olsa · 6 years ago
- 1da7e00 perf beauty waitid options: Fix up prefix showing logic by Arnaldo Carvalho de Melo · 6 years ago
- e1be4a5 perf beauty ioctl cmd: The 'fd' arg is signed by Arnaldo Carvalho de Melo · 6 years ago
- 1c23397 perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h by Arnaldo Carvalho de Melo · 6 years ago
- 805e4c8 tools beauty: Make the prctl option table generator catch all PR_ options by Arnaldo Carvalho de Melo · 6 years ago
- 38fc9da perf trace beauty ioctl: Beautify USBDEVFS_ commands by Arnaldo Carvalho de Melo · 6 years ago
- 2d47338 perf trace beauty: Export function to get the files for a thread by Arnaldo Carvalho de Melo · 6 years ago
- 870c3f4 perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands by Arnaldo Carvalho de Melo · 6 years ago
- fbe7e42 perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*" by Colin Ian King · 6 years ago
- 5ce29d5 perf beauty mmap: PROT_WRITE should come before PROT_EXEC by Arnaldo Carvalho de Melo · 6 years ago
- 069c1c6 perf beauty: Add generator for fadvise64's 'advice' arg constants by Arnaldo Carvalho de Melo · 6 years ago
- 1355e09 perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output by Arnaldo Carvalho de Melo · 6 years ago
- fb7068e perf trace beauty: Beautify arch_prctl()'s arguments by Arnaldo Carvalho de Melo · 6 years ago
- 1f2d085 perf trace: Move strarrays to beauty.h for further reuse by Arnaldo Carvalho de Melo · 6 years ago
- ff4cb76 perf beauty: Add a string table generator for x86's 'arch_prctl' codes by Arnaldo Carvalho de Melo · 6 years ago
- ce05539 perf trace: Show NULL when syscall pointer args are 0 by Arnaldo Carvalho de Melo · 6 years ago
- 601d66d perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0 by Arnaldo Carvalho de Melo · 6 years ago
- c65c83f perf trace: Allow asking for not suppressing common string prefixes by Arnaldo Carvalho de Melo · 6 years ago
- 2e3d7fac perf trace: Add a prefix member to the strarray class by Arnaldo Carvalho de Melo · 6 years ago
- ca7ff2c perf trace: Beautify renameat2's flags argument by Arnaldo Carvalho de Melo · 6 years ago
- bdc2a9d perf beauty: Add a string table generator for renameat2's flags constants by Arnaldo Carvalho de Melo · 6 years ago
- 0087976 perf beauty mmap_flags: Fixed syntax error Fixed missing ']' error by Sihyeon Jang · 6 years ago
- a1c8cf2 perf beauty mmap_flags: Check if the arch has a mmap.h file by Arnaldo Carvalho de Melo · 6 years ago
- a4243e1 perf tools beauty ioctl: Support new ISO7816 commands by Arnaldo Carvalho de Melo · 6 years ago
- 2f967f1 perf trace beauty: Use the mmap flags table generated from headers by Arnaldo Carvalho de Melo · 6 years ago
- 80ee566 perf beauty: Add a generator for MAP_ mmap's flag constants by Arnaldo Carvalho de Melo · 6 years ago
- 73d141a perf trace beauty: Beautify mount/umount's 'flags' argument by Arnaldo Carvalho de Melo · 6 years ago
- 579e5ff perf beauty: Introduce strarray__scnprintf_flags() by Arnaldo Carvalho de Melo · 6 years ago
- 794f594 perf beauty: Switch from GPL v2.0 to LGPL v2.1 by Arnaldo Carvalho de Melo · 6 years ago
- ceaf8e5 perf beauty: Add a generator for MS_ mount/umount's flag constants by Arnaldo Carvalho de Melo · 6 years ago
- b043cb5 perf trace beauty: Reorganize 'struct sockaddr *' beautifier by Arnaldo Carvalho de Melo · 6 years ago
- d5a7e66 perf trace augmented_syscalls: Augment connect's 'sockaddr' arg by Arnaldo Carvalho de Melo · 6 years ago
- 7a983a0 perf trace: Pass augmented args to the arg formatters when available by Arnaldo Carvalho de Melo · 6 years ago