perf evlist: Introduce perf_evlist__parse_sample
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Aug 2012 14:42:57 +0000 (11:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Aug 2012 14:42:57 +0000 (11:42 -0300)
commitcb0b29e0861659c9eef9664772cd7e845ba1104a
treea53dd1ebccef16cb9e7873aa76566ab339fb73ff
parent7b56cce27123ccbf2cb82febbbc88443d719f1f8
perf evlist: Introduce perf_evlist__parse_sample

That is a more compact form of perf_session__parse_sample and to support
multiple evlists per perf_session is the way to go anyway.

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
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-vkxx3j5qktoj11bvcwmfjj13@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-test.c
tools/perf/builtin-top.c
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/python.c
tools/perf/util/session.c
tools/perf/util/session.h