From: Ingo Molnar on

* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote:

> Hi Ingo,
>
> Please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
>
> Regards,
>
> - Arnaldo
>
> Arnaldo Carvalho de Melo (13):
> perf hists: Mark entries filtered by parent
> perf sort: Make column width code per hists instance
> perf ui: Restore SPACE as an alias to PGDN in annotate
> perf hist: Introduce routine to measure lenght of formatted entry
> perf ui: Consider the refreshed dimensions in ui_browser__show
> perf ui: Show the scroll bar over the left window frame
> perf ui: New hists tree widget
> perf man pages: Fix cut'n'paste error
> perf record: Release resources at exit
> perf symbols: Precisely specify if dso->{long,short}_name should be freed
> perf tui: Make CTRL+Z suspend perf
> perf tools: Release thread resources on PERF_RECORD_EXIT
> perf tools: Release session and symbol resources on exit
>
> Dave Martin (5):
> perf report: Don't abbreviate file paths relative to the cwd
> perf tools: Remove unneeded code for tracking the cwd in perf sessions
> perf tools: Factor out buildid reading and make it implicit in dso__load
> perf tools: remove extra build-id check factored into dso__load
> perf symbols: Improve debug image search when loading symbols
>
> Srikar Dronamraju (1):
> perf probe: Rename common fields/functions from kprobe to probe.
>
> tools/perf/Documentation/perf-buildid-cache.txt | 8 +-
> tools/perf/builtin-buildid-list.c | 4 +-
> tools/perf/builtin-diff.c | 2 -
> tools/perf/builtin-probe.c | 1 -
> tools/perf/builtin-record.c | 37 +-
> tools/perf/builtin-report.c | 2 -
> tools/perf/util/build-id.c | 18 +
> tools/perf/util/event.c | 42 +-
> tools/perf/util/hist.c | 160 +++-
> tools/perf/util/hist.h | 30 +-
> tools/perf/util/map.c | 81 ++-
> tools/perf/util/map.h | 4 +-
> tools/perf/util/newt.c | 991 ++++++++++++++++-------
> tools/perf/util/probe-event.c | 135 ++--
> tools/perf/util/probe-event.h | 27 +-
> tools/perf/util/probe-finder.c | 34 +-
> tools/perf/util/probe-finder.h | 10 +-
> tools/perf/util/session.c | 48 +-
> tools/perf/util/sort.c | 17 +-
> tools/perf/util/sort.h | 18 +-
> tools/perf/util/symbol.c | 219 +++---
> tools/perf/util/symbol.h | 10 +-
> tools/perf/util/thread.c | 7 +
> tools/perf/util/thread.h | 2 +
> 24 files changed, 1253 insertions(+), 654 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Ingo Molnar on

* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote:

> Hi Ingo,
>
> Please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
>
> Regards,
>
> - Arnaldo
>
> Andrea Gelmini (2):
> perf probe: Remove duplicated #include
> perf trace: Clean up #includes
>
> Arnaldo Carvalho de Melo (7):
> perf symbols: Store the symbol binding
> perf ui: Add a map browser
> perf ui: Shorten ui_browser->refresh_entries to refresh
> perf hists: Handle verbose in hists__sort_list_width
> perf hists: Fixup addr snprintf width on 32 bit arches
> perf ui: Add search by name/addr to the map__browser
> perf report: Speed up exit path
>
> Julia Lawall (1):
> perf timechart: Adjust confusing if indentation
>
> tools/perf/builtin-report.c | 31 +++++-
> tools/perf/builtin-timechart.c | 4 +-
> tools/perf/builtin-trace.c | 19 +--
> tools/perf/util/hist.c | 3 +
> tools/perf/util/newt.c | 242 +++++++++++++++++++++++++++++++++++++--
> tools/perf/util/probe-finder.c | 1 -
> tools/perf/util/sort.c | 6 +-
> tools/perf/util/symbol.c | 30 ++++--
> tools/perf/util/symbol.h | 1 +
> 9 files changed, 297 insertions(+), 40 deletions(-)

Pulled, thanks Arnaldo!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
 | 
Pages: 1
Prev: RE
Next: instrumentation updates