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.12.y
linux-6.13.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
/
beauty
/
beauty.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-15
perf trace: Tidy comments related to BPF + syscall augmentation
Ian Rogers
1
-8
/
+7
2023-05-28
perf trace beauty: Make MSR arrays const to move it to .data.rel.ro
Ian Rogers
1
-1
/
+1
2022-11-10
perf trace: Add augmenter for clock_gettime's rqtp timespec arg
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-11-12
perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKET
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-11-12
perf beauty socket: Add generator for socket level (SOL_*) string table
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-02-11
perf beauty prctl: Export the 'options' strarray
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-10-19
perf trace: Wire up strarray__strtoul_flags()
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-10-19
libbeauty: Introduce strarray__strtoul_flags()
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-10-19
libbeauty: Introduce syscall_arg__strtoul_strarrays()
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-10-18
libbeauty: Introduce syscall_arg__strtoul_strarray()
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-10-15
perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-10-15
libbeauty: Add a strarray__scnprintf_suffix() method
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-10-15
perf trace: Support tracepoint dynamic char arrays
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-10-09
perf beauty: Introduce strtoul() for x86 MSRs
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-10-09
perf trace: Introduce a strtoul() method for 'struct strarrays'
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-10-09
perf trace beauty: Add the glue for the autogenerated MSR arrays
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-10-09
perf beauty: Make strarray's offset be u64
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-10-07
perf trace: Add the syscall_arg_fmt pointer to syscall_arg
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-05-29
perf trace: Beautify 'sync_file_range' arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-05-29
perf trace: Beautify 'fsmount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-05-29
perf trace: Introduce syscall_arg__scnprintf_strarray_flags
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-05-29
perf trace: Beautify 'fspick' arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-05-29
perf trace: Beautify 'move_mount' arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-12-28
perf trace beauty: Export function to get the files for a thread
Arnaldo Carvalho de Melo
1
-0
/
+7
2018-12-18
perf trace beauty: Beautify arch_prctl()'s arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-12-18
perf trace: Move strarrays to beauty.h for further reuse
Arnaldo Carvalho de Melo
1
-0
/
+12
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: Allow asking for not suppressing common string prefixes
Arnaldo Carvalho de Melo
1
-3
/
+5
2018-12-18
perf trace: Add a prefix member to the strarray class
Arnaldo Carvalho de Melo
1
-2
/
+5
2018-12-18
perf trace: Beautify renameat2's flags argument
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-10-30
perf trace beauty: Beautify mount/umount's 'flags' argument
Arnaldo Carvalho de Melo
1
-0
/
+6
2018-10-30
perf beauty: Introduce strarray__scnprintf_flags()
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-08-30
perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
Arnaldo Carvalho de Melo
1
-0
/
+5
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
1
-0
/
+3
2018-01-25
perf trace beauty flock: Move to separate object file
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-01-23
perf util: Introduce architecture specific errno/name mapping
Hendrik Brueckner
1
-0
/
+2
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-31
perf trace beauty kcmp: Beautify arguments
Arnaldo Carvalho de Melo
1
-0
/
+6
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
1
-0
/
+9
2017-08-28
perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-08-01
perf trace beauty ioctl: Improve 'cmd' beautifier
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-20
perf trace beauty clone: Beautify syscall arguments
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-19
perf trace beauty: Export strarray for use in per-object beautifiers
Arnaldo Carvalho de Melo
1
-0
/
+20
2017-07-19
perf trace beauty: Export the pid beautifier for use in more places
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-19
perf trace beauty: Export the fd beautifier for use in more places
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-19
perf trace beauty: Give syscall return beautifier more context
Arnaldo Carvalho de Melo
1
-1
/
+4
2017-07-19
perf trace: Allow syscall_arg beautifiers to set a different return formatter
Arnaldo Carvalho de Melo
1
-0
/
+3
[next]