]> Git Repo - linux.git/commit
perf evsel: Precalculate the sample size
authorArnaldo Carvalho de Melo <[email protected]>
Wed, 1 Aug 2012 21:53:11 +0000 (18:53 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 1 Aug 2012 21:53:11 +0000 (18:53 -0300)
commitbde09467b56c5a3cfe2a29d58edc5f7172c15184
tree5a5bfcdd800a7fbe2a750b86f153e83e866f99c5
parent0ecf4f0c02b7802de5d1251e03e6eab360f158e1
perf evsel: Precalculate the sample size

So that we don't have to store it in the perf_session instance, because
in the future perf_session instances may have multiple evlists, each
with different sample_type/sizes.

Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-test.c
tools/perf/util/evsel.c
tools/perf/util/evsel.h
tools/perf/util/python.c
tools/perf/util/session.c
tools/perf/util/session.h
This page took 0.060213 seconds and 4 git commands to generate.