Arnaldo Carvalho de Melo
9d6dc178f0
perf trace: Allow suppressing the syscall argument names
To show just the values:
Default:
# trace -e open*,close,*sleep sleep 1
openat(dfd: CWD, filename: /etc/ld.so.cache, flags: CLOEXEC ) = 3
close(fd: 3 ) = 0
openat(dfd: CWD, filename: /lib64/libc.so.6, flags: CLOEXEC ) = 3
close(fd: 3 ) = 0
openat(dfd: CWD, filename: /usr/lib/locale/locale-archive, flags: CLOEXEC) = 3
close(fd: 3 ) = 0
nanosleep(rqtp: 0x7ffc0c4ea0d0, rmtp: 0 ) = 0
close(fd: 1 ) = 0
close(fd: 2 ) = 0
#
Remove it:
# perf config trace.show_arg_names=no
# trace -e open*,close,*sleep sleep 1
openat(CWD, /etc/ld.so.cache, CLOEXEC ) = 3
close(3 ) = 0
openat(CWD, /lib64/libc.so.6, CLOEXEC ) = 3
close(3 ) = 0
openat(CWD, /usr/lib/locale/locale-archive, CLOEXEC ) = 3
close(3 ) = 0
nanosleep(0x7ffced3a8c40, 0 ) = 0
close(1 ) = 0
close(2 ) = 0
#
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>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-ta9tbdwgodpw719sr2bjm8eb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2018-12-18 12:24:01 -03:00
..
2018-12-17 14:59:42 -03:00
2018-11-21 22:39:55 -03:00
2018-12-18 12:24:01 -03:00
2018-12-18 12:24:00 -03:00
2018-12-18 12:23:58 -03:00
2018-11-21 22:39:58 -03:00
2018-12-17 14:59:32 -03:00
2018-02-19 12:28:08 -03:00
2018-11-05 14:53:00 -03:00
2018-12-18 12:21:44 -03:00
2018-12-18 12:23:56 -03:00
2018-12-17 14:59:23 -03:00
2018-12-18 12:24:00 -03:00
2018-02-05 13:58:02 -03:00
2018-01-23 09:51:38 -03:00
2018-09-19 10:25:10 -03:00
2018-11-21 22:39:55 -03:00
2018-05-15 10:32:16 -03:00
2017-11-07 10:30:18 +01:00
2018-07-31 10:53:20 -03:00
2018-12-18 12:24:00 -03:00
2017-11-02 11:10:55 +01:00
2018-07-24 14:37:33 -03:00
2017-11-07 10:30:18 +01:00
2018-02-19 09:49:12 -03:00
2018-12-17 14:59:18 -03:00
2018-09-19 15:06:59 -03:00
2018-04-30 12:20:54 -03:00
2018-08-13 15:22:18 -03:00
2018-12-17 14:56:57 -03:00
2017-11-07 10:30:18 +01:00
2017-11-07 10:30:18 +01:00
2018-04-18 15:35:48 -03:00
2018-06-04 10:28:50 -03:00
2018-12-17 14:56:57 -03:00
2018-12-17 14:55:44 -03:00
2018-06-05 10:09:54 -03:00
2018-12-17 14:57:07 -03:00
2018-12-18 12:21:44 -03:00
2018-12-18 12:23:57 -03:00
2018-12-17 14:58:47 -03:00
2018-12-18 12:24:01 -03:00
2018-04-12 10:33:34 -03:00
2017-11-02 11:10:55 +01:00
2018-10-30 11:46:22 -03:00
2018-09-19 14:53:36 -03:00
2014-03-18 18:17:06 -03:00
2018-08-20 08:54:58 -03:00
2018-12-18 12:23:57 -03:00
2018-12-18 12:23:57 -03:00
2017-09-25 10:39:43 -03:00
2017-11-02 11:10:55 +01:00
2017-12-27 12:16:00 -03:00
2017-11-02 11:10:55 +01:00
2018-02-23 14:29:59 +00:00
2015-08-06 16:48:27 -03:00
2018-06-04 10:28:50 -03:00
2018-12-17 14:56:57 -03:00