aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-07-16 20:21:09 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-07-29 21:34:41 +0000
commitef969ca64d04161ccbde2aaf8b0767f91a6d32ff (patch)
tree18895c482fbf698e5c50eb880d3edbf7eaf00aaf /tools/perf/util/trace-event-scripting.c
parentperf trace beauty: Disable fd->pathname when close() not enabled (diff)
downloadkernel-ef969ca64d04161ccbde2aaf8b0767f91a6d32ff.tar.gz
kernel-ef969ca64d04161ccbde2aaf8b0767f91a6d32ff.zip
perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
Doesn't make sense and also we now beautify the sockaddr, which provides enough info: # trace -e close,socket,connec* ssh www.bla.com <SNIP> close(5) = 0 socket(PF_INET, SOCK_DGRAM|CLOEXEC|NONBLOCK, IPPROTO_IP) = 5 connect(5, { .family: PF_INET, port: 53, addr: 192.168.44.1 }, 16) = 0 close(5) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 5 ^C# Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Luis Cláudio Gonçalves <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions