]> git.baikalelectronics.ru Git - kernel.git/commit
perf trace: Enclose all events argument lists with ()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 4 Oct 2019 18:01:30 +0000 (15:01 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Oct 2019 15:22:18 +0000 (12:22 -0300)
commit00a1b100bfda49e25743e342cb26a041be7d0c53
tree0320cd151a56327f9a9fd7d67576c47b01eee630
parentdeb1e80a8c943e2808d1a4ab697ab2042f0a719d
perf trace: Enclose all events argument lists with ()

So that they look a bit like normal strace-like syscall enter+exit
lines.

They will look even more when we switch from using libtraceevent's
tep_print_event() routine in favour of using all the perf beautifiers
used by the strace-like syscall enter+exit lines.

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