perf session: Move the hist_entries rb tree to perf_session
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Dec 2009 15:10:39 +0000 (13:10 -0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 14 Dec 2009 15:57:18 +0000 (16:57 +0100)
commit4e4f06e4c8f17ea96f7dd76251cab99511026401
tree18b7f83b664939be0a9bde8e43daf9db8ca7fccc
parentb9bf089212d95746ce66482bcdbc7e77a0651088
perf session: Move the hist_entries rb tree to perf_session

As we'll need to sort multiple times for multiple perf sessions,
so that we can then do a diff.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1260803439-16783-1-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-annotate.c
tools/perf/builtin-kmem.c
tools/perf/builtin-report.c
tools/perf/builtin-sched.c
tools/perf/builtin-timechart.c
tools/perf/builtin-trace.c
tools/perf/util/data_map.c
tools/perf/util/hist.c
tools/perf/util/hist.h
tools/perf/util/session.h