[PATCH 0/2] perf: Redesign trace events reordering

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frederic Weisbecker
Date: Tuesday, May 4, 2010 - 5:03 pm

I recently noticed that the new reordering design is broken
when it deals with tons of events.

This patchset provides another algorithm to deal with that,
tested without any problem.

And since it involves more frequent flushes, I guess it could
plug nicely with the live mode.

Frederic Weisbecker (2):
  perf: Introduce a new "round of buffers read" pseudo event
  perf: Provide a new deterministic events reordering algorithm

 tools/perf/builtin-record.c |   34 ++++++++++----
 tools/perf/util/event.h     |    3 +-
 tools/perf/util/session.c   |  106 +++++++++++++++++++++++++++++++------------
 tools/perf/util/session.h   |   36 +++++++++------
 4 files changed, 123 insertions(+), 56 deletions(-)

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] perf: Redesign trace events reordering, Frederic Weisbecker, (Tue May 4, 5:03 pm)
[PATCH 2/2] perf: Provide a new deterministic events reord ..., Frederic Weisbecker, (Tue May 4, 5:03 pm)
Re: [PATCH 0/2] perf: Redesign trace events reordering, Tom Zanussi, (Tue May 4, 10:48 pm)
Re: [PATCH 0/2] perf: Redesign trace events reordering, Frederic Weisbecker, (Sat May 8, 8:54 am)
[tip:perf/core] perf/live-mode: Handle payload-less events, tip-bot for Tom Zanussi, (Mon May 10, 12:21 am)