[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110207150640.GA20053@elte.hu>
Date: Mon, 7 Feb 2011 16:06:40 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Arnaldo Carvalho de Melo <acme@...radead.org>
Cc: linux-kernel@...r.kernel.org, 2nddept-manager@....hitachi.co.jp,
Borislav Petkov <borislav.petkov@....com>,
Denis Kirjanov <dkirjanov@...nel.org>,
Franck Bui-Huu <fbuihuu@...il.com>,
Frederic Weisbecker <fweisbec@...il.com>,
"H . Peter Anvin" <hpa@...or.com>, Kyle McMartin <kyle@...hat.com>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Michael Witten <mfwitten@...il.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Srikar Dronamraju <srikar@...ux.vnet.ibm.com>,
Stephane Eranian <eranian@...gle.com>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
Tom Zanussi <tzanussi@...il.com>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: Re: [PATCH 0/9] perf/core improvements and fixes
* Arnaldo Carvalho de Melo <acme@...radead.org> wrote:
> Hi Ingo,
>
> Please consider pulling from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
>
> Regards,
>
> - Arnaldo
>
> Borislav Petkov (1):
> perf annotate: Fix build error
>
> Denis Kirjanov (1):
> perf top: Use pid_t for target_{pid|tid}
>
> Franck Bui-Huu (1):
> perf probe: Rewrite find_lazy_match_lines() by using getline(3)
>
> Kyle McMartin (1):
> perf tool: Fix gcc 4.6.0 issues
>
> Masami Hiramatsu (4):
> tracing/kprobes: Cleanup strict_strtol() using code
> tracing/kprobes: Support longer (>128 bytes) command
> tracing/kprobes: Add bitfield type
> perf probe: Add bitfield member support
>
> Michael Witten (1):
> perf tools: Makefile: Use $(QUIET_GEN) for perf.so
hm, the perf probe bits do not build on 32-bit:
util/probe-finder.c: In function ‘convert_variable_type’:
util/probe-finder.c:881: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘unsigned int’
util/probe-finder.c:881: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘unsigned int’
make: *** [util/probe-finder.o] Error 1
make: *** Waiting for unfinished jobs....
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists