aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/trace
AgeCommit message (Expand)AuthorFilesLines
2024-03-14net: remove {revc,send}msg_copy_msghdr() from exportsGravatar Jens Axboe 1-7/+0
2024-01-26tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...Gravatar Arnaldo Carvalho de Melo 1-0/+1
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextGravatar Arnaldo Carvalho de Melo 1-0/+1
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Gravatar Arnaldo Carvalho de Melo 2-5/+3
2023-12-03perf beauty: Don't use 'find ... -printf' as it isn't available in busyboxGravatar Arnaldo Carvalho de Melo 1-1/+3
2023-11-22tools headers: Update tools's copy of socket.h headerGravatar Namhyung Kim 1-0/+1
2023-10-31perf beauty socket/prctl_option: Cope with extended regexp complaint by grepGravatar Arnaldo Carvalho de Melo 2-4/+4
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-24/+24
2023-08-29perf beauty mmap_flags: Use "test -f" instead of "[-f FILE]"Gravatar Yanteng Si 2-5/+9
2023-08-29perf beauty mmap_flags: Fix script for archs that use the generic mman.hGravatar Yanteng Si 1-1/+1
2023-08-15perf trace: Tidy comments related to BPF + syscall augmentationGravatar Ian Rogers 1-8/+7
2023-08-06tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from toolsGravatar Xin Li 1-1/+1
2023-08-03perf trace x86_arch_prctl: Address shellcheck warnings about local variablesGravatar Athira Rajeev 1-3/+3
2023-08-03perf beauty arch_errno_names: Fix shellcheck issue about local variablesGravatar Kajol Jain 1-9/+6
2023-07-14perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 2-0/+13
2023-07-11tools include UAPI: Sync linux/mount.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+1
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-6/+6
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorGravatar Matthieu Baerts 1-0/+3
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTGravatar David Howells 2-5/+1
2023-06-12perf thread: Add accessor functions for threadGravatar Ian Rogers 1-2/+2
2023-05-28perf trace beauty: Make MSR arrays const to move it to .data.rel.roGravatar Ian Rogers 2-4/+4
2023-05-17tools headers UAPI: Sync arch prctl headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 2-0/+3
2023-01-18perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+4
2022-12-14perf tools: Use "grep -E" instead of "egrep"Gravatar Tiezhu Yang 23-54/+54
2022-11-10perf trace: Add augmenter for clock_gettime's rqtp timespec argGravatar Arnaldo Carvalho de Melo 3-0/+25
2022-11-07perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Gravatar Arnaldo Carvalho de Melo 1-0/+44
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2022-08-19perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-8/+8
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxGravatar Arnaldo Carvalho de Melo 1-12/+2
2022-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+6
2022-04-01perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2022-02-01perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAGravatar Arnaldo Carvalho de Melo 1-1/+1
2021-11-12perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKETGravatar Arnaldo Carvalho de Melo 2-0/+21
2021-11-12perf beauty socket: Add generator for socket level (SOL_*) string tableGravatar Arnaldo Carvalho de Melo 2-1/+15
2021-11-12perf beauty socket: Sort the ipproto array entriesGravatar Arnaldo Carvalho de Melo 1-1/+1
2021-11-12perf beauty socket: Rename 'regex' to 'ipproto_regex'Gravatar Arnaldo Carvalho de Melo 1-3/+3
2021-11-12perf beauty socket: Prep to receive more input header filesGravatar Arnaldo Carvalho de Melo 1-1/+5
2021-11-12perf beauty socket: Rename header_dir to uapi_header_dirGravatar Arnaldo Carvalho de Melo 1-2/+2
2021-11-12perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Gravatar Arnaldo Carvalho de Melo 2-1/+2
2021-11-12perf beauty: Make all sockaddr files use a common naming schemeGravatar Arnaldo Carvalho de Melo 2-1/+1
2021-11-06perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+2
2021-09-10perf beauty: Cover more flags in the move_mount syscall argument beautifierGravatar Arnaldo Carvalho de Melo 1-1/+1
2021-09-10perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+8
2021-08-02perf beauty: Reuse the generic arch errno switchGravatar Ian Rogers 1-6/+5
2021-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+0
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-5/+4
2021-04-15perf beauty: Fix fsconfig generatorGravatar Vitaly Chikunov 1-4/+3
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-08x86: Remove duplicate TSC DEADLINE MSR definitionsGravatar Dave Hansen 1-1/+1
2020-12-24tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+1