• Ingo Molnar's avatar
    tools/perf/build: Speed up auto-detection · f1138ec6
    Ingo Molnar authored
    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 <acme@redhat.com>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: David Ahern <dsahern@gmail.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Link: http://lkml.kernel.org/n/tip-xQkuveknd0gqla1dfxrqKpkl@git.kernel.orgSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    f1138ec6
Makefile 2.97 KB