Lines Matching refs:call
22 $(call detected_var,ARCH)
28 $(call detected,CONFIG_X86)
33 $(call detected,CONFIG_X86_64)
51 $(call detected,CONFIG_PERF_REGS)
114 ifeq ($(call get-executable,$(FLEX)),)
118 ifeq ($(call get-executable,$(BISON)),)
139 $(call detected_var,PARSER_DEBUG_BISON)
140 $(call detected_var,PARSER_DEBUG_FLEX)
148 PYTHON2 := $(if $(call get-executable,python2),python2,python)
149 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2))
151 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
153 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
155 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
221 $(call feature_check,bionic)
274 $(call detected,CONFIG_LIBELF)
295 $(call detected,CONFIG_DWARF)
323 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
327 $(call detected,CONFIG_LIBUNWIND)
336 $(call detected,CONFIG_DWARF_UNWIND)
343 $(call feature_check,libunwind-debug-frame)
365 $(call detected,CONFIG_AUDIT)
382 $(call detected,CONFIG_SLANG)
409 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
410 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
421 $(call detected,CONFIG_LIBPERL)
439 $(call disable-python,Python support disabled by user)
443 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
445 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
448 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
451 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
454 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
455 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
460 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - …
480 $(call detected,CONFIG_LIBPYTHON)
492 $(call feature_check,liberty)
493 $(call feature_check,liberty-z)
494 $(call feature_check,cplus-demangle)
538 $(call detected,CONFIG_ZLIB)
548 $(call detected,CONFIG_LZMA)
568 $(call detected,CONFIG_NUMA)
578 $(call feature_check,compile-32)
589 $(call feature_check,compile-x32)
602 $(call feature_check,libbabeltrace)
607 $(call detected,CONFIG_LIBBABELTRACE)
687 $(call print_var,prefix)
688 $(call print_var,bindir)
689 $(call print_var,libdir)
690 $(call print_var,sysconfdir)
691 $(call print_var,LIBUNWIND_DIR)
692 $(call print_var,LIBDW_DIR)
696 $(call detected_var,bindir_SQ)
697 $(call detected_var,PYTHON_WORD)
699 $(call detected_var,OUTPUT)
701 $(call detected_var,htmldir_SQ)
702 $(call detected_var,infodir_SQ)
703 $(call detected_var,mandir_SQ)
704 $(call detected_var,ETC_PERFCONFIG_SQ)
705 $(call detected_var,prefix_SQ)
706 $(call detected_var,perfexecdir_SQ)
707 $(call detected_var,LIBDIR)
708 $(call detected_var,GTK_CFLAGS)
709 $(call detected_var,PERL_EMBED_CCOPTS)
710 $(call detected_var,PYTHON_EMBED_CCOPTS)