From: Ingo Molnar Date: Wed, 2 Oct 2013 07:54:43 +0000 (+0200) Subject: tools/perf/build: Speed up auto-detection X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1138ec66e839ce90c58af0c264db33271d73466;p=pandora-kernel.git tools/perf/build: Speed up auto-detection The detection of certain rarely detected features can be delayed to when they are actually needed. So speed up the common case of auto-detection by pre-building only a core set of features and populating only their feature-flags. [ Features not listed in CORE_FEATURES need to built explicitly via the feature_check() function. ] (Also order the feature names alphabetically, while at it.) Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Link: http://lkml.kernel.org/n/tip-xQkuveknd0gqla1dfxrqKpkl@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed