aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/trace
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-18perf trace beauty: Update copy of linux/socket.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-11-04perf trace beauty: Allow header files in a different pathGravatar Namhyung Kim 2-3/+3
2020-10-01perf trace: Use the autogenerated mmap 'prot' string/id tableGravatar Arnaldo Carvalho de Melo 1-27/+15
2020-10-01tools beauty: Add script to generate table of mmap's 'prot' argumentGravatar Arnaldo Carvalho de Melo 1-0/+30
2020-09-30perf beauty mmap_flags: Conditionaly define the mmap flagsGravatar Arnaldo Carvalho de Melo 1-8/+8
2020-09-29perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Gravatar Arnaldo Carvalho de Melo 2-19/+31
2020-08-12perf trace beauty: Use the autogenerated protocol family tableGravatar Arnaldo Carvalho de Melo 1-8/+1
2020-08-12perf trace beauty: Add script to autogenerate socket families tableGravatar Arnaldo Carvalho de Melo 2-0/+466
2020-06-09perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-05-28perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSGravatar Ian Rogers 1-1/+1
2020-05-28perf trace: Fix the selection for architectures to generate the errno name ta...Gravatar Ian Rogers 1-1/+1
2020-04-14tools headers UAPI: Sync linux/mman.h with the kernelGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-04-14tools headers UAPI: Sync sched.h with the kernelGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-02-11perf beauty prctl: Export the 'options' strarrayGravatar Arnaldo Carvalho de Melo 2-1/+4
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningGravatar Cengiz Can 1-1/+1
2019-12-02perf beauty: Add CLEAR_SIGHAND support for clone's flags argGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-10-19perf trace: Wire up strarray__strtoul_flags()Gravatar Arnaldo Carvalho de Melo 1-0/+3
2019-10-19libbeauty: Introduce strarray__strtoul_flags()Gravatar Arnaldo Carvalho de Melo 1-0/+1
2019-10-19libbeauty: Make the mmap_flags strarray visible outside of its beautifierGravatar Arnaldo Carvalho de Melo 1-2/+2
2019-10-19libbeauty: Introduce syscall_arg__strtoul_strarrays()Gravatar Arnaldo Carvalho de Melo 1-0/+3
2019-10-18libbeauty: Introduce syscall_arg__strtoul_strarray()Gravatar Arnaldo Carvalho de Melo 1-0/+3
2019-10-15perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayGravatar Arnaldo Carvalho de Melo 3-0/+36