summaryrefslogtreecommitdiff
path: root/tools/perf/trace/beauty/open_flags.c
AgeCommit message (Expand)Author
2018-12-18perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0Arnaldo Carvalho de Melo
2018-12-18perf trace: Allow asking for not suppressing common string prefixesArnaldo Carvalho de Melo
2018-10-30perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo
2017-07-18perf trace beauty open flags: Move RDRW to the start of the outputArnaldo Carvalho de Melo
2017-07-18perf trace beauty open flags: Do not depend on the system's O_LARGEFILE defineArnaldo Carvalho de Melo
2017-07-18perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOWArnaldo Carvalho de Melo
2017-07-18perf beauty open: Detach the syscall_arg agnostic bits from the flags formatterArnaldo Carvalho de Melo
2016-07-12perf trace beauty open_flags: Add more conditional definesArnaldo Carvalho de Melo
2016-07-12perf trace beauty open_flags: Add missing headersArnaldo Carvalho de Melo
2016-05-06perf trace: Move open_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo