From: Ingo Molnar on 5 May 2010 12:50 * Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: > From: Arnaldo Carvalho de Melo <acme(a)redhat.com> > > Hi Ingo, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf > > Regards, > > Arnaldo Carvalho de Melo (3): > perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf > perf list: Add explanation about raw hardware event descriptors > perf tools: Fixup minor doc formatting issues > > Tom Zanussi (1): > perf/record: simplify TRACE_INFO tracepoint check > > tools/perf/Documentation/perf-annotate.txt | 2 +- > tools/perf/Documentation/perf-bench.txt | 2 +- > tools/perf/Documentation/perf-diff.txt | 2 +- > tools/perf/Documentation/perf-kmem.txt | 2 +- > tools/perf/Documentation/perf-list.txt | 18 ++++++++++++++++++ > tools/perf/Documentation/perf-trace-python.txt | 2 +- > tools/perf/Documentation/perf-trace.txt | 2 +- > tools/perf/builtin-record.c | 11 +---------- > tools/perf/util/event.c | 6 ++++-- > tools/perf/util/parse-events.c | 2 +- > tools/perf/util/trace-event-info.c | 8 +++++++- > 11 files changed, 37 insertions(+), 20 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/
From: Ingo Molnar on 11 May 2010 02:20 * Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: > From: Arnaldo Carvalho de Melo <acme(a)redhat.com> > > Hi Ingo, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf > > Regards, > > Arnaldo Carvalho de Melo (1): > perf hist: Calculate max_sym name len and nr_entries > > Tom Zanussi (9): > perf/trace/scripting: failed-syscalls script cleanup > perf/trace/scripting: rw-by-pid script cleanup > perf/trace/scripting: rwtop script cleanup > perf/trace/scripting: wakeup-latency script cleanup > perf/trace/scripting: workqueue-stats script cleanup > perf/trace/scripting: don't show script start/stop messages by default > perf/trace/scripting: failed-syscalls-by-pid script cleanup > perf/trace/scripting: syscall-counts-by-pid script cleanup > perf/trace/scripting: syscall-counts script cleanup > > tools/perf/builtin-report.c | 6 +- > tools/perf/builtin-trace.c | 3 + > tools/perf/scripts/perl/bin/failed-syscalls-report | 2 +- > tools/perf/scripts/perl/failed-syscalls.pl | 6 ++- > tools/perf/scripts/perl/rw-by-pid.pl | 60 ++++++++++++-------- > tools/perf/scripts/perl/rwtop.pl | 48 +++++++++++---- > tools/perf/scripts/perl/wakeup-latency.pl | 12 +++- > tools/perf/scripts/perl/workqueue-stats.pl | 12 ++-- > .../python/bin/failed-syscalls-by-pid-report | 2 +- > .../python/bin/syscall-counts-by-pid-report | 2 +- > .../perf/scripts/python/bin/syscall-counts-report | 2 +- > tools/perf/util/hist.c | 27 +++++++-- > tools/perf/util/hist.h | 4 +- > .../perf/util/scripting-engines/trace-event-perl.c | 3 - > .../util/scripting-engines/trace-event-python.c | 4 - > tools/perf/util/symbol.c | 5 +- > tools/perf/util/symbol.h | 1 + > 17 files changed, 128 insertions(+), 71 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/
From: Ingo Molnar on 20 May 2010 16:10
* 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 > > Regards, > > - Arnaldo > > Arnaldo Carvalho de Melo (2): > perf TUI: Make 'space' be an alias to 'PgDn' > perf annotate: Use build-ids to find the right DSO > > tools/perf/util/build-id.c | 22 ++++++++++++++++++++++ > tools/perf/util/build-id.h | 2 ++ > tools/perf/util/callchain.c | 1 + > tools/perf/util/callchain.h | 1 - > tools/perf/util/hist.c | 34 ++++++++++++++++++++++++++-------- > tools/perf/util/newt.c | 2 ++ > tools/perf/util/symbol.c | 12 +++--------- > 7 files changed, 56 insertions(+), 18 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/ |