summaryrefslogtreecommitdiffstats
path: root/tools/perf/trace
Commit message (Expand)AuthorAgeFilesLines
* tools headers: Update tools's copy of socket.h headerNamhyung Kim2023-11-221-0/+1
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-095-24/+24
|\
| * perf beauty mmap_flags: Use "test -f" instead of "[-f FILE]"Yanteng Si2023-08-292-5/+9
| * perf beauty mmap_flags: Fix script for archs that use the generic mman.hYanteng Si2023-08-291-1/+1
| * perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers2023-08-151-8/+7
| * perf trace x86_arch_prctl: Address shellcheck warnings about local variablesAthira Rajeev2023-08-031-3/+3
| * perf beauty arch_errno_names: Fix shellcheck issue about local variablesKajol Jain2023-08-031-9/+6
* | tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from toolsXin Li2023-08-061-1/+1
|/
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-142-0/+13
* tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+1
* Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-303-6/+6
|\
| * perf thread: Add accessor functions for threadIan Rogers2023-06-121-2/+2
| * perf trace beauty: Make MSR arrays const to move it to .data.rel.roIan Rogers2023-05-282-4/+4
* | perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts2023-06-271-0/+3
* | net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-242-5/+1
|/
* tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-172-0/+3
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-1/+4
* perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-1423-54/+54
* perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo2022-11-103-0/+25
* perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo2022-11-071-0/+44
* tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2022-10-251-0/+1
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-8/+8
* perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo2022-06-261-12/+2
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-1/+6
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-04-011-0/+1
* perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo2022-02-011-1/+1
* perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKETArnaldo Carvalho de Melo2021-11-122-0/+21
* perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo2021-11-122-1/+15
* perf beauty socket: Sort the ipproto array entriesArnaldo Carvalho de Melo2021-11-121-1/+1
* perf beauty socket: Rename 'regex' to 'ipproto_regex'Arnaldo Carvalho de Melo2021-11-121-3/+3
* perf beauty socket: Prep to receive more input header filesArnaldo Carvalho de Melo2021-11-121-1/+5
* perf beauty socket: Rename header_dir to uapi_header_dirArnaldo Carvalho de Melo2021-11-121-2/+2
* perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Arnaldo Carvalho de Melo2021-11-122-1/+2
* perf beauty: Make all sockaddr files use a common naming schemeArnaldo Carvalho de Melo2021-11-122-1/+1
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-061-0/+2
* perf beauty: Cover more flags in the move_mount syscall argument beautifierArnaldo Carvalho de Melo2021-09-101-1/+1
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-1/+8
* perf beauty: Reuse the generic arch errno switchIan Rogers2021-08-021-6/+5
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-2/+0
* Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-012-5/+4
|\
| * perf beauty: Fix fsconfig generatorVitaly Chikunov2021-04-151-4/+3
| * perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* | x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen2021-03-081-1/+1
|/
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-12-241-1/+1
* perf trace beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2020-12-181-0/+1
* perf trace beauty: Allow header files in a different pathNamhyung Kim2020-11-042-3/+3
* perf trace: Use the autogenerated mmap 'prot' string/id tableArnaldo Carvalho de Melo2020-10-011-27/+15
* tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo2020-10-011-0/+30
* perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo2020-09-301-8/+8
* perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Arnaldo Carvalho de Melo2020-09-292-19/+31