]> Git Repo - linux.git/commit
perf tools: Create util/sort.and use it
authorJohn Kacur <[email protected]>
Thu, 24 Sep 2009 16:02:49 +0000 (18:02 +0200)
committerIngo Molnar <[email protected]>
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 <[email protected]>
LKML-Reference: <alpine.LFD.2.00.0909241758390[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
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]
This page took 0.055787 seconds and 4 git commands to generate.