perf trace: Allow configuring if zeroed syscall args should be printed
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 14 Dec 2018 13:12:09 +0000 (10:12 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 Dec 2018 15:24:00 +0000 (12:24 -0300)
commite7c634fcc6ff921d725ba988cdb198ca8b59a39f
treed9e22fd8f509099fe0a16993fa4d0b05057e3924
parentac96287cae0851797262da37347b83797db931b3
perf trace: Allow configuring if zeroed syscall args should be printed

The default so far, since we show argument names followed by its values,
was to make the output more compact by suppressing most zeroed args.

Make this configurable so that users can choose what best suit their
needs.

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-q0gxws02ygodh94o0hzim5xd@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-config.txt
tools/perf/builtin-trace.c