perf tools: Create util/sort.and use it
authorJohn Kacur <jkacur@redhat.com>
Thu, 24 Sep 2009 16:02:49 +0000 (18:02 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Sep 2009 19:27:52 +0000 (21:27 +0200)
commitdd68ada2d417e57b848822a1407b5317a54136c5
tree8d7cc54e3bcf063038532d88ac1f94a54b6650a5
parent8b40f521cf1c9750eab0c04da9075e7484675e9c
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@redhat.com>
LKML-Reference: <alpine.LFD.2.00.0909241758390.11383@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/util/sort.c [new file with mode: 0644]
tools/perf/util/sort.h [new file with mode: 0644]