tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
authorIngo Molnar <mingo@kernel.org>
Mon, 30 Sep 2013 10:07:11 +0000 (12:07 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 06:48:28 +0000 (08:48 +0200)
commit89fe808ae777728da6e1d78b7d13562792310d17
treefd8771bb2e99e0801fbb16b742c4d425ee4f2bda
parent429eb051011a580beae2dc9f8caed5dade9591dc
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT

Standardize all the feature flags based on the HAVE_{FEATURE}_SUPPORT naming convention:

HAVE_ARCH_X86_64_SUPPORT
HAVE_BACKTRACE_SUPPORT
HAVE_CPLUS_DEMANGLE_SUPPORT
HAVE_DWARF_SUPPORT
HAVE_ELF_GETPHDRNUM_SUPPORT
HAVE_GTK2_SUPPORT
HAVE_GTK_INFO_BAR_SUPPORT
HAVE_LIBAUDIT_SUPPORT
HAVE_LIBELF_MMAP_SUPPORT
HAVE_LIBELF_SUPPORT
HAVE_LIBNUMA_SUPPORT
HAVE_LIBUNWIND_SUPPORT
HAVE_ON_EXIT_SUPPORT
HAVE_PERF_REGS_SUPPORT
HAVE_SLANG_SUPPORT
HAVE_STRLCPY_SUPPORT

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-u3zvqejddfZhtrbYbfhi3spa@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
30 files changed:
tools/perf/arch/x86/include/perf_regs.h
tools/perf/arch/x86/util/unwind.c
tools/perf/bench/mem-memcpy-arch.h
tools/perf/bench/mem-memcpy.c
tools/perf/bench/mem-memset-arch.h
tools/perf/bench/mem-memset.c
tools/perf/builtin-bench.c
tools/perf/builtin-inject.c
tools/perf/builtin-probe.c
tools/perf/builtin-record.c
tools/perf/config/Makefile
tools/perf/perf.c
tools/perf/ui/gtk/browser.c
tools/perf/ui/gtk/gtk.h
tools/perf/ui/gtk/util.c
tools/perf/ui/ui.h
tools/perf/util/annotate.h
tools/perf/util/cache.h
tools/perf/util/generate-cmdlist.sh
tools/perf/util/hist.h
tools/perf/util/include/dwarf-regs.h
tools/perf/util/map.c
tools/perf/util/path.c
tools/perf/util/perf_regs.h
tools/perf/util/probe-event.c
tools/perf/util/probe-finder.h
tools/perf/util/symbol-elf.c
tools/perf/util/symbol.h
tools/perf/util/unwind.h
tools/perf/util/util.c