Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754029Ab1CJTaG (ORCPT ); Thu, 10 Mar 2011 14:30:06 -0500 Received: from casper.infradead.org ([85.118.1.10]:57589 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753997Ab1CJTaE (ORCPT ); Thu, 10 Mar 2011 14:30:04 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Frederic Weisbecker , Han Pingtian , Ingo Molnar , Jiri Olsa , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Thomas Gleixner , Tom Zanussi , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/4] perf/core fixes and improvements Date: Thu, 10 Mar 2011 16:29:42 -0300 Message-Id: <1299785386-22234-1-git-send-email-acme@infradead.org> X-Mailer: git-send-email 1.6.2.5 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1227 Lines: 37 Hi Ingo, Please consider pulling from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf session: Use evlist/evsel for managing perf.data attributes perf header: Stop using 'self' Jiri Olsa (2): perf top: Fix events overflow in top command perf top: Don't let events to eat up whole header line tools/perf/builtin-record.c | 101 ++++------- tools/perf/builtin-report.c | 4 +- tools/perf/builtin-top.c | 5 +- tools/perf/util/evlist.c | 26 ++- tools/perf/util/evlist.h | 4 +- tools/perf/util/evsel.c | 21 ++- tools/perf/util/evsel.h | 9 +- tools/perf/util/header.c | 422 +++++++++++++++++++------------------------ tools/perf/util/header.h | 48 ++---- tools/perf/util/session.c | 74 +------- tools/perf/util/session.h | 2 - tools/perf/util/top.c | 48 ++++-- 12 files changed, 317 insertions(+), 447 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/