perf stat: Remove transaction_run from shadow update/print code
authorJiri Olsa <jolsa@kernel.org>
Wed, 3 Jun 2015 14:25:54 +0000 (16:25 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Jun 2015 13:30:30 +0000 (10:30 -0300)
commit3e99e2f5e78e601591dbcf777c67a84aa9ea2ae5
treee21410c5bf1100dbd799f13f03e260ff50425bab
parenta454742c1252d6242e00b5f4f6f9e5fbce3859d7
perf stat: Remove transaction_run from shadow update/print code

It's no longer needed, because we use nameid to recognize transaction
events.

Keeping it only in stat code to initialize transaction events.

I.e. struct perf_stat::id, accessible via evsel->priv, will be only set
for transaction related events.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1433341559-31848-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c
This page took 0.050892 seconds and 5 git commands to generate.