Prev: + cpufreq-revert-remove-rwsem-lock-from-cpufreq_gov_stop-call-second-c all-site.patch added to -mm tree
Next: Documentation: SubmittingDrivers: Resources
From: Arnaldo Carvalho de Melo on 14 May 2010 19:10 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 (4): perf hist: Make event__totals per hists perf hist: Clarify events_stats fields usage perf report: Report number of events, not samples perf newt: Make <- zoom out filters tools/perf/Makefile | 2 + tools/perf/builtin-annotate.c | 2 +- tools/perf/builtin-diff.c | 8 ++-- tools/perf/builtin-report.c | 44 +++++++++++----- tools/perf/builtin-sched.c | 17 ++---- tools/perf/builtin-trace.c | 2 +- tools/perf/util/event.c | 19 ++++++- tools/perf/util/event.h | 2 + tools/perf/util/hist.c | 121 +++++++++++++++++++++++++---------------- tools/perf/util/hist.h | 24 +++++++- tools/perf/util/newt.c | 46 +++++++++++++--- tools/perf/util/pstack.c | 75 +++++++++++++++++++++++++ tools/perf/util/pstack.h | 12 ++++ tools/perf/util/session.c | 36 +------------ tools/perf/util/session.h | 8 ++- tools/perf/util/sort.h | 11 ++-- tools/perf/util/util.c | 22 ++++++++ tools/perf/util/util.h | 1 + 18 files changed, 322 insertions(+), 130 deletions(-) create mode 100644 tools/perf/util/pstack.c create mode 100644 tools/perf/util/pstack.h -- 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/ |