index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-28
tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h
Arnaldo Carvalho de Melo
1
-3
/
+11
2019-03-01
perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-14
perf tools: Rename build libperf to perf
Jiri Olsa
1
-13
/
+13
2019-02-14
perf beauty waitid options: Fix up prefix showing logic
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-14
perf beauty ioctl cmd: The 'fd' arg is signed
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-01-08
perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-01-03
tools beauty: Make the prctl option table generator catch all PR_ options
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-12-28
perf trace beauty ioctl: Beautify USBDEVFS_ commands
Arnaldo Carvalho de Melo
1
-0
/
+22
2018-12-28
perf trace beauty: Export function to get the files for a thread
Arnaldo Carvalho de Melo
1
-0
/
+7
2018-12-28
perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands
Arnaldo Carvalho de Melo
1
-0
/
+19
2018-12-28
perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*"
Colin Ian King
1
-2
/
+2
2018-12-21
perf beauty mmap: PROT_WRITE should come before PROT_EXEC
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-12-18
perf beauty: Add generator for fadvise64's 'advice' arg constants
Arnaldo Carvalho de Melo
1
-0
/
+22
2018-12-18
perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-12-18
perf trace beauty: Beautify arch_prctl()'s arguments
Arnaldo Carvalho de Melo
3
-0
/
+37
2018-12-18
perf trace: Move strarrays to beauty.h for further reuse
Arnaldo Carvalho de Melo
1
-0
/
+12
2018-12-18
perf beauty: Add a string table generator for x86's 'arch_prctl' codes
Arnaldo Carvalho de Melo
1
-0
/
+26
2018-12-18
perf trace: Show NULL when syscall pointer args are 0
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-12-18
perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-12-18
perf trace: Allow asking for not suppressing common string prefixes
Arnaldo Carvalho de Melo
26
-76
/
+118
2018-12-18
perf trace: Add a prefix member to the strarray class
Arnaldo Carvalho de Melo
11
-21
/
+24
2018-12-18
perf trace: Beautify renameat2's flags argument
Arnaldo Carvalho de Melo
3
-0
/
+23
2018-12-18
perf beauty: Add a string table generator for renameat2's flags constants
Arnaldo Carvalho de Melo
1
-0
/
+15
2018-12-17
perf beauty mmap_flags: Fixed syntax error Fixed missing ']' error
Sihyeon Jang
1
-2
/
+2
2018-12-17
perf beauty mmap_flags: Check if the arch has a mmap.h file
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-11-19
perf tools beauty ioctl: Support new ISO7816 commands
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-10-31
perf trace beauty: Use the mmap flags table generated from headers
Arnaldo Carvalho de Melo
1
-37
/
+11
2018-10-31
perf beauty: Add a generator for MAP_ mmap's flag constants
Arnaldo Carvalho de Melo
1
-0
/
+32
2018-10-30
perf trace beauty: Beautify mount/umount's 'flags' argument
Arnaldo Carvalho de Melo
3
-0
/
+50
2018-10-30
perf beauty: Introduce strarray__scnprintf_flags()
Arnaldo Carvalho de Melo
2
-11
/
+17
2018-10-30
perf beauty: Switch from GPL v2.0 to LGPL v2.1
Arnaldo Carvalho de Melo
35
-31
/
+36
2018-10-30
perf beauty: Add a generator for MS_ mount/umount's flag constants
Arnaldo Carvalho de Melo
1
-0
/
+15
2018-08-30
perf trace beauty: Reorganize 'struct sockaddr *' beautifier
Arnaldo Carvalho de Melo
1
-21
/
+39
2018-08-30
perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
Arnaldo Carvalho de Melo
3
-0
/
+64
2018-08-30
perf trace: Pass augmented args to the arg formatters when available
Arnaldo Carvalho de Melo
1
-0
/
+29
2018-07-31
perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg
Arnaldo Carvalho de Melo
3
-0
/
+32
2018-07-31
perf beauty: Add a generator for IPPROTO_ socket's protocol constants
Arnaldo Carvalho de Melo
1
-0
/
+11
2018-07-31
perf trace beauty: Default header_dir to cwd to work without parms
Arnaldo Carvalho de Melo
9
-17
/
+18
2018-06-01
perf trace beauty prctl: Default header_dir to cwd to work without parms
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-18
perf trace: Support MAP_FIXED_NOREPLACE
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-01-25
perf trace beauty flock: Move to separate object file
Arnaldo Carvalho de Melo
3
-5
/
+9
2018-01-25
perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY
Arnaldo Carvalho de Melo
1
-0
/
+18
2018-01-23
perf util: Introduce architecture specific errno/name mapping
Hendrik Brueckner
3
-0
/
+103
2017-11-28
tools headers: Syncronize mman.h ABI header
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
15
-0
/
+15
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
15
-0
/
+15
2017-10-31
perf trace beauty kcmp: Beautify arguments
Arnaldo Carvalho de Melo
4
-0
/
+61
2017-10-31
perf trace beauty: Implement pid_fd beautifier
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-10-27
perf trace beauty prctl: Generate 'option' string table from kernel headers
Arnaldo Carvalho de Melo
4
-0
/
+109
2017-09-21
perf trace beauty madvise: Generate 'behavior' string table from kernel headers
Arnaldo Carvalho de Melo
2
-26
/
+22
[next]