commit | 3d1d07ecd2009f65cb2091563fa21f9600c36774 | [log] [tgz] |
---|---|---|
author | John Kacur <jkacur@redhat.com> | Mon Sep 28 15:32:55 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 30 13:57:56 2009 +0200 |
tree | a1ef97a8264fc880ee8a9406a9be9070d0d12176 | |
parent | dd68ada2d417e57b848822a1407b5317a54136c5 [diff] |
perf tools: Put common histogram functions in their own file Move histogram related functions into their own files (hist.c and hist.h) and make use of them in builtin-annotate.c and builtin-report.c. Signed-off-by: John Kacur <jkacur@redhat.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <alpine.LFD.2.00.0909281531180.8316@localhost.localdomain> Signed-off-by: Ingo Molnar <mingo@elte.hu>