Arnaldo Carvalho de Melo
ef969ca64d
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 <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-h9drpb7ail808d2mh4n7tla4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-07-29 18:34:41 -03:00
..
2019-07-29 09:02:58 -03:00
2019-07-12 15:14:42 +02:00
2019-07-07 17:53:09 -03:00
2019-05-30 11:26:35 -07:00
2019-07-12 12:24:03 -07:00
2019-07-09 09:07:00 -07:00
2019-06-05 17:36:36 +02:00
2019-07-01 10:58:13 +02:00
2019-07-29 23:24:07 +02:00
2019-05-23 10:25:26 -06:00
2019-06-19 17:09:53 +02:00
2019-06-19 17:11:22 +02:00
2019-07-29 10:18:08 -03:00
2019-06-24 09:08:54 -07:00
2019-07-25 08:36:39 +02:00
2019-07-15 20:44:49 -07:00
2019-06-19 17:09:08 +02:00
2019-07-29 18:34:41 -03:00
2019-07-18 02:19:31 +09:00
2019-07-23 09:04:54 -03:00
2019-05-30 11:29:19 -07:00
2019-07-24 15:37:18 -04:00
2019-05-24 17:37:52 +02:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:37 -07:00
2019-06-19 17:09:52 +02:00
2019-07-12 11:05:46 -07:00
2019-06-19 17:09:55 +02:00
2019-07-03 15:37:09 +03:00