Age | Commit message (Expand) | Author |
2024-12-18 | perf env: Move arch errno function to only use in env | Ian Rogers |
2024-12-04 | perf tools: Fix build error on generated/fs_at_flags_array.c | Namhyung Kim |
2024-12-04 | tools headers: Sync uapi/linux/prctl.h with the kernel sources | Namhyung Kim |
2024-12-04 | tools headers: Sync uapi/linux/mount.h with the kernel sources | Namhyung Kim |
2024-12-04 | tools headers: Sync uapi/linux/fcntl.h with the kernel sources | Namhyung Kim |
2024-09-30 | perf beauty: Update copy of linux/socket.h with the kernel sources | Arnaldo Carvalho de Melo |
2024-09-30 | perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th... | Arnaldo Carvalho de Melo |
2024-09-30 | tools include UAPI: Sync linux/fcntl.h copy with the kernel sources | Arnaldo Carvalho de Melo |
2024-09-30 | tools include UAPI: Sync linux/sched.h copy with the kernel sources | Arnaldo Carvalho de Melo |
2024-09-30 | tools include UAPI: Sync sound/asound.h copy with the kernel sources | Arnaldo Carvalho de Melo |
2024-09-09 | perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo |
2024-09-09 | perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo |
2024-09-09 | perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = true | Arnaldo Carvalho de Melo |
2024-09-09 | perf trace: Use a common encoding for augmented arguments, with size + error ... | Arnaldo Carvalho de Melo |
2024-08-16 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo |
2024-08-07 | tools/include: Sync filesystem headers with the kernel sources | Namhyung Kim |
2024-08-07 | tools/include: Sync network socket headers with the kernel sources | Namhyung Kim |
2024-08-06 | tools/include: Sync uapi/sound/asound.h with the kernel sources | Namhyung Kim |
2024-07-31 | perf trace: Remove arg_fmt->is_enum, we can get that from the BTF type | Arnaldo Carvalho de Melo |
2024-05-27 | perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th... | Arnaldo Carvalho de Melo |
2024-05-27 | perf beauty: Update copy of linux/socket.h with the kernel sources | Arnaldo Carvalho de Melo |
2024-05-27 | tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY | Arnaldo Carvalho de Melo |
2024-05-27 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo |
2024-05-27 | tools include UAPI: Sync linux/stat.h with the kernel sources | Arnaldo Carvalho de Melo |
2024-04-22 | tools include UAPI: Sync linux/vhost.h with the kernel sources | Arnaldo Carvalho de Melo |
2024-04-22 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo |
2024-04-12 | perf trace beauty: Add shellcheck to scripts | Ian Rogers |
2024-04-03 | perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver... | Yang Jihong |
2024-03-21 | perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Introduce faccessat2 flags scnprintf routine | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argument | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Introduce scrape script for 'clone' syscall 'flags' argument | Arnaldo Carvalho de Melo |
2024-03-21 | tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Use the system linux/fcntl.h instead of a copy from the kernel | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Stop using the copy of uapi/linux/prctl.h | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move uapi/sound/asound.h copy out of the directory used to build... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ... | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h instead | Arnaldo Carvalho de Melo |
2024-03-21 | perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perf | Arnaldo Carvalho de Melo |
2024-03-14 | net: remove {revc,send}msg_copy_msghdr() from exports | Jens Axboe |
2024-01-26 | tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M... | Arnaldo Carvalho de Melo |
2023-12-18 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo |
2023-12-04 | perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno() | Arnaldo Carvalho de Melo |
2023-12-03 | perf beauty: Don't use 'find ... -printf' as it isn't available in busybox | Arnaldo Carvalho de Melo |
2023-11-22 | tools headers: Update tools's copy of socket.h header | Namhyung Kim |
2023-10-31 | perf beauty socket/prctl_option: Cope with extended regexp complaint by grep | Arnaldo Carvalho de Melo |