[GIT PULL 00/10] perf/core improvements and fixes [message #44668] |
Tue, 20 December 2011 19:18  |
Arnaldo Carvalho de M[2]
Messages: 17 Registered: November 2011
|
Junior Member |
|
|
Hi Ingo,
Please consider pulling from:
git://github.com/acmel/linux.git perf/core
There are still patchkits I need to merge/review, thanks everybody, the
more, the better!
I'll continue processing them tomorrow,
Regards,
- Arnaldo
Andrew Vagin (1):
perf record: Add ability to record event period
Jiri Olsa (1):
perf test: Add more automated tests for event parsing
Namhyung Kim (6):
perf report: Document '--call-graph' for optional print_limit argument
perf symbols: Get rid of duplicated snprintf()
perf symbols: Fix error path on symbol__init()
perf tools: Fix a memory leak on perf_read_values_destroy
perf tools: Remove stale git headlines from top comment
perf events: Tidy up perf_event__preprocess_sample
Nelson Elhage (1):
perf evlist: Fix errno value reporting on failed mmap
Robert Richter (1):
perf evsel: Fix uninitialized memory access to struct perf_sample
tools/perf/Documentation/perf-report.txt | 5 +-
tools/perf/builtin-record.c | 1 +
tools/perf/builtin-report.c | 6 +-
tools/perf/builtin-test.c | 127 +++++++++++++++++++++++++++++-
tools/perf/perf.h | 1 +
tools/perf/util/config.c | 5 +-
tools/perf/util/event.c | 13 ++--
tools/perf/util/evlist.c | 4 +-
tools/perf/util/evsel.c | 5 +-
tools/perf/util/symbol.c | 11 +--
tools/perf/util/usage.c | 5 +-
tools/perf/util/values.c | 1 +
12 files changed, 160 insertions(+), 24 deletions(-)
--
1.7.8.rc0.35.gee6df
|
|
|
Re: [GIT PULL 00/10] perf/core improvements and fixes [message #44669 is a reply to message #44668] |
Tue, 20 December 2011 19:33  |
Ingo Molnar
Messages: 51 Registered: December 2005
|
Member |
|
|
* Arnaldo Carvalho de Melo <acme@infradead.org> wrote:
> Hi Ingo,
>
> Please consider pulling from:
>
> git://github.com/acmel/linux.git perf/core
>
> There are still patchkits I need to merge/review, thanks everybody, the
> more, the better!
>
> I'll continue processing them tomorrow,
>
> Regards,
>
> - Arnaldo
>
> Andrew Vagin (1):
> perf record: Add ability to record event period
>
> Jiri Olsa (1):
> perf test: Add more automated tests for event parsing
>
> Namhyung Kim (6):
> perf report: Document '--call-graph' for optional print_limit argument
> perf symbols: Get rid of duplicated snprintf()
> perf symbols: Fix error path on symbol__init()
> perf tools: Fix a memory leak on perf_read_values_destroy
> perf tools: Remove stale git headlines from top comment
> perf events: Tidy up perf_event__preprocess_sample
>
> Nelson Elhage (1):
> perf evlist: Fix errno value reporting on failed mmap
>
> Robert Richter (1):
> perf evsel: Fix uninitialized memory access to struct perf_sample
>
> tools/perf/Documentation/perf-report.txt | 5 +-
> tools/perf/builtin-record.c | 1 +
> tools/perf/builtin-report.c | 6 +-
> tools/perf/builtin-test.c | 127 +++++++++++++++++++++++++++++-
> tools/perf/perf.h | 1 +
> tools/perf/util/config.c | 5 +-
> tools/perf/util/event.c | 13 ++--
> tools/perf/util/evlist.c | 4 +-
> tools/perf/util/evsel.c | 5 +-
> tools/perf/util/symbol.c | 11 +--
> tools/perf/util/usage.c | 5 +-
> tools/perf/util/values.c | 1 +
> 12 files changed, 160 insertions(+), 24 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
|
|
|