perf record: No build id option fails
authorDavid Ahern <dsahern@gmail.com>
Mon, 6 Feb 2012 22:27:52 +0000 (15:27 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 3 Mar 2012 14:02:16 +0000 (11:02 -0300)
commit6e557a6adfdbb511dbfa7a0a4aa2148f76a01c6d
tree3614a30dc0af5c32c14968220c13499a34e83fa4
parent1018faa6cf23b256bf25919ef203cd7c129f06f2
perf record: No build id option fails

A recent refactoring of perf-record introduced the following:

perf record -a -B
Couldn't generating buildids. Use --no-buildid to profile anyway.
sleep: Terminated

I believe the triple negative was meant to be only a double negative.
:-) While I'm there, fixed the grammar on the error message.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1328567272-13190-1-git-send-email-dsahern@gmail.com
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c