perf tools: Move hist_entry__add common code to hist.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 3 Oct 2009 13:42:45 +0000 (10:42 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 3 Oct 2009 14:01:59 +0000 (16:01 +0200)
Now perf report and annotate do the callgraph/hit processing in
their specialized hist_entry__add functions.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found