diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-12-17 18:21:09 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-12-18 22:15:18 +0300 |
commit | ce05539f20b337221d3310baf73b45317dab067c (patch) | |
tree | 252646078cb8ae0d81b243a65a62a264c64b4280 /fs/dlm | |
parent | 2c83dfae021306d528b21dceb8d128ca16524c5a (diff) | |
download | linux-ce05539f20b337221d3310baf73b45317dab067c.tar.xz |
perf trace: Show NULL when syscall pointer args are 0
Matching strace's output format. The 'format' file for the syscall
tracepoints have an indication if the arg is a pointer, with some
exceptions like 'mmap' that has its first arg as an 'unsigned long', so
use a heuristic using the argument name, i.e. if it contains the 'addr'
substring, format it with the pointer formatter.
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-ddghemr8qrm6i0sb8awznbze@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'fs/dlm')
0 files changed, 0 insertions, 0 deletions