On Thu, Sep 24, 2009 at 07:37:05PM +0000, tip-bot for John Kacur wrote: > Commit-ID: dd68ada2d417e57b848822a1407b5317a54136c5 > Gitweb: http://git.kernel.org/tip/dd68ada2d417e57b848822a1407b5317a54136c5 > Author: John Kacur <jkacur@xxxxxxxxxx> > AuthorDate: Thu, 24 Sep 2009 18:02:49 +0200 > Committer: Ingo Molnar <mingo@xxxxxxx> > CommitDate: Thu, 24 Sep 2009 21:27:52 +0200 > > perf tools: Create util/sort.and use it > > Create util/sort.[ch] and move common functionality for > builtin-report.c and builtin-annotate.c there, and make use of it. > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> > LKML-Reference: <alpine.LFD.2.00.0909241758390.11383@xxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Ingo Molnar <mingo@xxxxxxx> > > > --- > tools/perf/Makefile | 2 + > tools/perf/builtin-annotate.c | 211 +--------------------------- > tools/perf/builtin-report.c | 307 +---------------------------------------- > tools/perf/util/sort.c | 268 +++++++++++++++++++++++++++++++++++ > tools/perf/util/sort.h | 93 +++++++++++++ > 5 files changed, 373 insertions(+), 508 deletions(-) Thanks a lot for this cleanup! -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |