summaryrefslogtreecommitdiff
path: root/tools/perf/trace/beauty/beauty.h
AgeCommit message (Expand)Author
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo
2023-08-15perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers
2023-05-28perf trace beauty: Make MSR arrays const to move it to .data.rel.roIan Rogers
2022-11-10perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo
2021-11-12perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKETArnaldo Carvalho de Melo
2021-11-12perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo
2019-10-19perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce syscall_arg__strtoul_strarrays()Arnaldo Carvalho de Melo
2019-10-18libbeauty: Introduce syscall_arg__strtoul_strarray()Arnaldo Carvalho de Melo
2019-10-15perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayArnaldo Carvalho de Melo
2019-10-15libbeauty: Add a strarray__scnprintf_suffix() methodArnaldo Carvalho de Melo
2019-10-15perf trace: Support tracepoint dynamic char arraysArnaldo Carvalho de Melo
2019-10-09perf beauty: Introduce strtoul() for x86 MSRsArnaldo Carvalho de Melo
2019-10-09perf trace: Introduce a strtoul() method for 'struct strarrays'Arnaldo Carvalho de Melo
2019-10-09perf trace beauty: Add the glue for the autogenerated MSR arraysArnaldo Carvalho de Melo
2019-10-09perf beauty: Make strarray's offset be u64Arnaldo Carvalho de Melo
2019-10-07perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo
2019-05-28perf trace: Beautify 'sync_file_range' argumentsArnaldo Carvalho de Melo
2019-05-28perf trace: Beautify 'fsmount' argumentsArnaldo Carvalho de Melo
2019-05-28perf trace: Introduce syscall_arg__scnprintf_strarray_flagsArnaldo Carvalho de Melo
2019-05-28perf trace: Beautify 'fspick' argumentsArnaldo Carvalho de Melo
2019-05-28perf trace: Beautify 'move_mount' argumentsArnaldo Carvalho de Melo
2018-12-28perf trace beauty: Export function to get the files for a threadArnaldo Carvalho de Melo
2018-12-18perf trace beauty: Beautify arch_prctl()'s argumentsArnaldo Carvalho de Melo
2018-12-18perf trace: Move strarrays to beauty.h for further reuseArnaldo Carvalho de Melo
2018-12-18perf trace: Show NULL when syscall pointer args are 0Arnaldo Carvalho de Melo
2018-12-18perf trace: Allow asking for not suppressing common string prefixesArnaldo Carvalho de Melo
2018-12-18perf trace: Add a prefix member to the strarray classArnaldo Carvalho de Melo
2018-12-18perf trace: Beautify renameat2's flags argumentArnaldo Carvalho de Melo
2018-10-30perf trace beauty: Beautify mount/umount's 'flags' argumentArnaldo Carvalho de Melo
2018-10-30perf beauty: Introduce strarray__scnprintf_flags()Arnaldo Carvalho de Melo
2018-08-30perf trace augmented_syscalls: Augment connect's 'sockaddr' argArnaldo Carvalho de Melo
2018-08-30perf trace: Pass augmented args to the arg formatters when availableArnaldo Carvalho de Melo
2018-07-31perf trace beauty: Add beautifiers for 'socket''s 'protocol' argArnaldo Carvalho de Melo
2018-01-25perf trace beauty flock: Move to separate object fileArnaldo Carvalho de Melo
2018-01-23perf util: Introduce architecture specific errno/name mappingHendrik Brueckner
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31perf trace beauty kcmp: Beautify argumentsArnaldo Carvalho de Melo
2017-10-31perf trace beauty: Implement pid_fd beautifierArnaldo Carvalho de Melo
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo
2017-08-28perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo
2017-08-01perf trace beauty ioctl: Improve 'cmd' beautifierArnaldo Carvalho de Melo
2017-07-20perf trace beauty clone: Beautify syscall argumentsArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export strarray for use in per-object beautifiersArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export the pid beautifier for use in more placesArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Export the fd beautifier for use in more placesArnaldo Carvalho de Melo
2017-07-18perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo