perf trace: Cache the is_exit syscall test
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 17 Jun 2014 17:29:24 +0000 (14:29 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 19 Jun 2014 19:13:13 +0000 (16:13 -0300)
commit5089f20ee7104bd219cafefa62d83f53e75cc44c
tree259334f6d31b2e4520ae0994fd6255a1867335e8
parent774135344fa8aa044290d030068f92e9a3aab8cc
perf trace: Cache the is_exit syscall test

No need to use two strcmp calls per syscall entry, do it just once, when
reading the per syscall info.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-lymtxhz0mg3adyt5e2pssn8f@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c
This page took 0.026083 seconds and 5 git commands to generate.