perf build: Disable libbabeltrace check by default
authorJiri Olsa <[email protected]>
Sat, 28 Mar 2015 10:30:30 +0000 (11:30 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 30 Mar 2015 13:24:27 +0000 (10:24 -0300)
commit6ab2b762befd192b90704c5c7898f5abf8ebb387
treeff2bf61342e6c339359825d3a5cb6225f74773ba
parentccd41c86ad4d464d0ed4e48d80759ff85c2115b0
perf build: Disable libbabeltrace check by default

Disabling libbabeltrace check by default and replacing the
NO_LIBBABELTRACE make variable with LIBBABELTRACE.

Users wanting the libbabeltrace feature need to build via:

  $ make LIBBABELTRACE=1

The reason for this is that the libababeltrace interface we use (version
1.3) hasn't been packaged/released yet, thus the failing feature check
only slows down build and confuses other (non CTF) developers.

Requested-by: Ingo Molnar <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jeremie Galarneau <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sebastian Andrzej Siewior <[email protected]>
Cc: Tom Zanussi <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Makefile.perf
tools/perf/config/Makefile