]> git.ipfire.org Git - people/arne_f/kernel.git/commit
perf trace beauty fcntl: Beautify the 'arg' for DUPFD
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Jul 2017 19:04:20 +0000 (16:04 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Jul 2017 02:14:26 +0000 (23:14 -0300)
commitbefecc810c95994774439baeedc8a03fe8d51e8f
tree675f2c425b02f92a740c2306a872714178cb8938
parent39cc355b0486d89cef335e35edde26c14b462126
perf trace beauty fcntl: Beautify the 'arg' for DUPFD

Before:

 77059.513 ( 0.005 ms): bash/6649 fcntl(fd: 1</dev/pts/12>, cmd: DUPFD, arg: 10) = 10</dev/pts/12>

After:

 77059.513 ( 0.005 ms): bash/6649 fcntl(fd: 1</dev/pts/12>, cmd: DUPFD, arg: 10</dev/pts/12>) = 10</dev/pts/12>

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-0k8iszng0slcuw0rc6xq1x5l@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/trace/beauty/fcntl.c