2009-09-24 16:01:31

by John Kacur

[permalink] [raw]
Subject: [PATCH 0/3]Share common code between builtin-report, builtin-annotate

builtin-annotate.c started out largely as a copy of builtin-report.c
In the meantime, fixes and enhancements have gone into builtin-report but
not always into builtin-annotate

The goal here it to share code where possible. The first step is these
three patches - more work is comming.

These three patches add util/sort.c and util/sort.h and move that
functionality out of builtin-report and builtin-annotate.


2009-09-24 19:29:20

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 0/3]Share common code between builtin-report, builtin-annotate


* John Kacur <[email protected]> wrote:

> builtin-annotate.c started out largely as a copy of builtin-report.c
> In the meantime, fixes and enhancements have gone into builtin-report
> but not always into builtin-annotate
>
> The goal here it to share code where possible. The first step is these
> three patches - more work is comming.
>
> These three patches add util/sort.c and util/sort.h and move that
> functionality out of builtin-report and builtin-annotate.

Very nice patches! I've applied them to tip:perf/core, thanks John.

Ingo