Re: [GIT PULL 0/4] perf/core fixes and improvements

Previous thread: [PATCH 2/4] perf probe: Fix memory leaks in add_perf_probe_events by Arnaldo Carvalho de Melo on Friday, August 6, 2010 - 6:34 pm. (1 message)

Next thread: [PATCH 05/10] x86, apic: use smp_register_lapic_address in init_apic_mapping by Yinghai Lu on Friday, August 6, 2010 - 7:15 pm. (1 message)
From: Arnaldo Carvalho de Melo
Date: Friday, August 6, 2010 - 6:34 pm

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 (2):
  perf ui: Introduce list_head based generic ui_browser refresh routine
  perf ui: Start breaking down newt.c into multiple files

Masami Hiramatsu (2):
  perf probe: Fix to copy the type for raw parameters
  perf probe: Fix memory leaks in add_perf_probe_events

 tools/perf/Makefile                  |   10 +-
 tools/perf/util/include/linux/list.h |    8 +
 tools/perf/util/newt.c               |  343 +++-------------------------------
 tools/perf/util/probe-event.c        |   11 +-
 tools/perf/util/probe-finder.c       |    8 +-
 tools/perf/util/ui/browser.c         |  313 +++++++++++++++++++++++++++++++
 tools/perf/util/ui/browser.h         |   43 +++++
 7 files changed, 408 insertions(+), 328 deletions(-)
 create mode 100644 tools/perf/util/ui/browser.c
 create mode 100644 tools/perf/util/ui/browser.h

--

From: Ingo Molnar
Date: Friday, August 6, 2010 - 11:43 pm

Pulled, thanks Arnaldo!

	Ingo
--

Previous thread: [PATCH 2/4] perf probe: Fix memory leaks in add_perf_probe_events by Arnaldo Carvalho de Melo on Friday, August 6, 2010 - 6:34 pm. (1 message)

Next thread: [PATCH 05/10] x86, apic: use smp_register_lapic_address in init_apic_mapping by Yinghai Lu on Friday, August 6, 2010 - 7:15 pm. (1 message)