Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755226AbZJLJM1 (ORCPT ); Mon, 12 Oct 2009 05:12:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754894AbZJLJM1 (ORCPT ); Mon, 12 Oct 2009 05:12:27 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:60954 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754861AbZJLJM0 (ORCPT ); Mon, 12 Oct 2009 05:12:26 -0400 Date: Mon, 12 Oct 2009 11:11:34 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Frederic Weisbecker , Peter Zijlstra , Paul Mackerras , Mike Galbraith Subject: Re: [PATCH 1/1] perf tools: Move threads & last_match to threads.c Message-ID: <20091012091134.GC24031@elte.hu> References: <1255279254-9956-1-git-send-email-acme@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1255279254-9956-1-git-send-email-acme@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1855 Lines: 49 * Arnaldo Carvalho de Melo wrote: > This was just being copy'n'pasted all over. > > Cc: Frederic Weisbecker > Cc: Peter Zijlstra > Cc: Paul Mackerras > Cc: Mike Galbraith > Cc: Paul Mackerras > Signed-off-by: Arnaldo Carvalho de Melo > --- > tools/perf/builtin-annotate.c | 18 +++++++----------- > tools/perf/builtin-report.c | 17 +++++++---------- > tools/perf/builtin-sched.c | 15 ++++++--------- > tools/perf/builtin-trace.c | 9 +++------ > tools/perf/util/thread.c | 40 ++++++++++++++++++---------------------- > tools/perf/util/thread.h | 12 ++++-------- > 6 files changed, 45 insertions(+), 66 deletions(-) hm, mind refreshing this against latest -tip? It doesnt apply anymore: Hunk #2 FAILED at 635. Hunk #3 FAILED at 1036. Hunk #4 FAILED at 1052. Hunk #5 succeeded at 1122 (offset -5 lines). Hunk #6 succeeded at 1651 (offset 65 lines). Hunk #7 succeeded at 1657 (offset -2 lines). 3 out of 7 hunks FAILED -- rejects in file tools/perf/builtin-sched.c patching file tools/perf/builtin-trace.c patching file tools/perf/util/thread.c Hunk #1 FAILED at 6. Hunk #2 FAILED at 55. Hunk #3 succeeded at 62 (offset -4 lines). Hunk #4 FAILED at 84. Hunk #5 succeeded at 197 (offset -14 lines). 3 out of 5 hunks FAILED -- rejects in file tools/perf/util/thread.c patching file tools/perf/util/thread.h Hunk #1 FAILED at 15. 1 out of 1 hunk FAILED -- rejects in file tools/perf/util/thread.h or have i missed some prereq patch? Ingo -- 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/