Prev: [GIT PULL] perf tools updates
Next: [PATCH] ecryptfs: disallow ecryptfs as underlying filesystem
From: Frederic Weisbecker on 23 Apr 2010 22:30 On Sat, Apr 24, 2010 at 04:05:33AM +0200, Frederic Weisbecker wrote: > Ingo, > > Please pull the perf/core branch that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git > perf/core > > Thanks, > Frederic I forgot to highlight some things here. - The -M option is not used anymore. Well actually I just checked and it's used by the record perl/python scripts. But it's not needed there anymore, so I'll drop it in another pass. But globally it's over with the buffers multiplexing needs. - But I haven't plugged the reordering thing to the live mode, because I'm not sure exactly if that would be welcome. With live mode we want the events as they arrive, using the reordering there would make it get the events per bunches of 2 seconds slices. I guess we'll figure out a solution for that. - Perf lock gets into a better shape. There is still some work to make it truly usable though. I need to unearth the event injection thing to lower the size of the events, profile by lock classes, etc... - Various important fixes Thanks. -- 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 27 Apr 2010 05:20 * Frederic Weisbecker <fweisbec(a)gmail.com> wrote: > Ingo, > > Please pull the perf/core branch that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git > perf/core > > Thanks, > Frederic > --- > > Frederic Weisbecker (6): > perf: Generalize perf lock's sample event reordering to the session layer > perf: Use generic sample reordering in perf sched > perf: Use generic sample reordering in perf kmem > perf: Use generic sample reordering in perf trace > perf: Use generic sample reordering in perf timechart > perf: Add a perf trace option to check samples ordering reliability > > Hitoshi Mitake (1): > perf lock: Fix state machine to recognize lock sequence > > Stephane Eranian (1): > perf: Fix initialization bug in parse_single_tracepoint_event() > > William Cohen (1): > perf: Some perf-kvm documentation edits > > > tools/perf/Documentation/perf-kvm.txt | 9 +- > tools/perf/builtin-kmem.c | 6 +- > tools/perf/builtin-lock.c | 595 ++++++++++++++++++++------------- > tools/perf/builtin-sched.c | 8 +- > tools/perf/builtin-timechart.c | 112 +------ > tools/perf/builtin-trace.c | 13 + > tools/perf/util/parse-events.c | 13 +- > tools/perf/util/session.c | 179 ++++++++++- > tools/perf/util/session.h | 10 + > 9 files changed, 583 insertions(+), 362 deletions(-) Pulled, thanks a lot Frederic! 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: [GIT PULL] perf tools updates Next: [PATCH] ecryptfs: disallow ecryptfs as underlying filesystem |