]> asedeno.scripts.mit.edu Git - linux.git/commit
perf trace: Use the syscall_fmt formatters without a tracepoint
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Jul 2017 17:36:13 +0000 (14:36 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Jul 2017 12:55:52 +0000 (09:55 -0300)
commitd032d79e2dcb56e13678bf2cc7b36957ef827c32
tree1b7586f3f9de5f6e83e51519cfbcbf3482596880
parent5e58fcfaf4c60795c241be739ad55c519d7f2aaa
perf trace: Use the syscall_fmt formatters without a tracepoint

Previously we only used the syscall_fmt when we had sc->tp_format set,
i.e. when we found the (enter, exit) pair in tracefs/events/syscalls/.

But we really only need to use what is in sc->arg_fmt to apply the arg
beautifiers to the syscall argument values, so do it.

With this we will be able to provide formatters to the "clone" syscall,
which doesn't have entries in tracefs/events/syscalls/.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-y41nl41jrayjo5ucnde2peix@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c