summaryrefslogtreecommitdiffstats
path: root/tools/perf/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf trace beauty: Use the autogenerated protocol family tableArnaldo Carvalho de Melo2020-08-121-8/+1
* perf trace beauty: Add script to autogenerate socket families tableArnaldo Carvalho de Melo2020-08-122-0/+466
* perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo2020-06-091-0/+1
* perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSIan Rogers2020-05-281-1/+1
* perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers2020-05-281-1/+1
* tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo2020-04-141-0/+1
* tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-04-141-0/+1
* perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2020-02-112-1/+4
* perf beauty sockaddr: Fix augmented syscall format warningCengiz Can2020-01-141-1/+1
* perf beauty: Add CLEAR_SIGHAND support for clone's flags argArnaldo Carvalho de Melo2019-12-021-0/+1
* perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo2019-10-191-0/+3
* libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo2019-10-191-0/+1
* libbeauty: Make the mmap_flags strarray visible outside of its beautifierArnaldo Carvalho de Melo2019-10-191-2/+2
* libbeauty: Introduce syscall_arg__strtoul_strarrays()Arnaldo Carvalho de Melo2019-10-191-0/+3
* libbeauty: Introduce syscall_arg__strtoul_strarray()Arnaldo Carvalho de Melo2019-10-181-0/+3
* perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayArnaldo Carvalho de Melo2019-10-153-0/+36
* libbeauty: Add a strarray__scnprintf_suffix() methodArnaldo Carvalho de Melo2019-10-151-0/+1
* libbeauty: Add a generator for x86's IRQ vectors -> stringsArnaldo Carvalho de Melo2019-10-151-0/+27
* perf trace: Support tracepoint dynamic char arraysArnaldo Carvalho de Melo2019-10-151-0/+2
* perf beauty: Introduce strtoul() for x86 MSRsArnaldo Carvalho de Melo2019-10-092-0/+8
* perf trace: Introduce a strtoul() method for 'struct strarrays'Arnaldo Carvalho de Melo2019-10-091-0/+5
* perf trace beauty: Add the glue for the autogenerated MSR arraysArnaldo Carvalho de Melo2019-10-094-0/+39