]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf session: Change add_hist_entry to take the tree root instead of session
authorEric B Munson <ebmunson@us.ibm.com>
Fri, 5 Mar 2010 15:51:06 +0000 (12:51 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Mar 2010 12:53:47 +0000 (13:53 +0100)
commitd403d0acc9c5afa679a3f61e71489530d7fa0606
tree6f281b520792a11b2f4f9fffea90b978c6a12f11
parent8907fd607b66e36636469a2de9833db643869db8
perf session: Change add_hist_entry to take the tree root instead of session

In order to minimize the impact of storing multiple events in a
report this function will now take the root of the histogram
tree so that the logic for selecting the proper tree can be
inserted before the call.

Signed-off-by: Eric B Munson <ebmunson@us.ibm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1267804269-22660-3-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-annotate.c
tools/perf/builtin-diff.c
tools/perf/builtin-report.c
tools/perf/util/hist.c
tools/perf/util/hist.h