aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2017-07-13 17:14:11 -0300
committerArnaldo Carvalho de Melo <[email protected]>2017-07-18 23:13:50 -0300
commit83a516943136456b9983a0cc8ab4fa5a59860898 (patch)
tree0501139e65a2bbe54f9f6d17fb43f4d2b0ab9599 /tools/perf/scripts/python/bin/stackcollapse-report
parente000e5e33f92f6bb2d24ba2cda143cb6bb872495 (diff)
perf trace: Beautify linux specific fcntl commands
We were only beautifying (transforming from an integer to its name) the non-linux specific fcntl syscall cmd args, fix it: Before: # perf trace -e fcntl -p 2472 0.000 ( 0.017 ms): gnome-terminal/2472 fcntl(fd: 55, cmd: 1030) = 56 ^C# After: # trace -e fcntl -p 2472 0.000 ( 0.015 ms): gnome-terminal/2472 fcntl(fd: 55, cmd: DUPFD_CLOEXEC) = 56 ^C# Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions