summaryrefslogtreecommitdiffstats
path: root/tools/perf/trace/beauty/open_flags.c
Commit message (Expand)AuthorAgeFilesLines
* perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0Arnaldo Carvalho de Melo2018-12-181-1/+3
* perf trace: Allow asking for not suppressing common string prefixesArnaldo Carvalho de Melo2018-12-181-5/+6
* perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo2018-10-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf trace beauty: Give syscall return beautifier more contextArnaldo Carvalho de Melo2017-07-191-4/+1Star
* perf trace beauty open flags: Move RDRW to the start of the outputArnaldo Carvalho de Melo2017-07-191-1/+1
* perf trace beauty open flags: Do not depend on the system's O_LARGEFILE defineArnaldo Carvalho de Melo2017-07-191-0/+3
* perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOWArnaldo Carvalho de Melo2017-07-191-0/+6
* perf beauty open: Detach the syscall_arg agnostic bits from the flags formatterArnaldo Carvalho de Melo2017-07-191-6/+13
* perf trace beauty open_flags: Add more conditional definesArnaldo Carvalho de Melo2016-07-121-0/+12
* perf trace beauty open_flags: Add missing headersArnaldo Carvalho de Melo2016-07-121-0/+3
* perf trace: Move open_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2016-05-061-0/+56