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)
119 ifeq ($(call get-executable,$(FLEX)),)
123 ifeq ($(call get-executable,$(BISON)),)
139 CFLAGS += $(call cc-option,-Og,-O0)
146 $(call detected_var,PARSER_DEBUG_BISON)
147 $(call detected_var,PARSER_DEBUG_FLEX)
155 PYTHON2 := $(if $(call get-executable,python2),python2,python)
156 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2))
158 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
160 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
162 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
228 $(call feature_check,bionic)
287 $(call detected,CONFIG_LIBELF)
312 $(call detected,CONFIG_DWARF)
319 $(call detected,CONFIG_LIBBPF)
354 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
358 $(call detected,CONFIG_LIBUNWIND)
367 $(call detected,CONFIG_DWARF_UNWIND)
374 $(call feature_check,libunwind-debug-frame)
396 $(call detected,CONFIG_AUDIT)
413 $(call detected,CONFIG_SLANG)
440 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
441 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
452 $(call detected,CONFIG_LIBPERL)
470 $(call disable-python,Python support disabled by user)
474 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
476 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
479 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
482 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
485 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
486 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
491 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - …
511 $(call detected,CONFIG_LIBPYTHON)
523 $(call feature_check,liberty)
524 $(call feature_check,liberty-z)
525 $(call feature_check,cplus-demangle)
569 $(call detected,CONFIG_ZLIB)
579 $(call detected,CONFIG_LZMA)
603 $(call detected,CONFIG_NUMA)
614 $(call feature_check,compile-32)
625 $(call feature_check,compile-x32)
638 $(call feature_check,libbabeltrace)
643 $(call detected,CONFIG_LIBBABELTRACE)
654 $(call detected,CONFIG_AUXTRACE)
738 $(call print_var,prefix)
739 $(call print_var,bindir)
740 $(call print_var,libdir)
741 $(call print_var,sysconfdir)
742 $(call print_var,LIBUNWIND_DIR)
743 $(call print_var,LIBDW_DIR)
747 $(call detected_var,bindir_SQ)
748 $(call detected_var,PYTHON_WORD)
750 $(call detected_var,OUTPUT)
752 $(call detected_var,htmldir_SQ)
753 $(call detected_var,infodir_SQ)
754 $(call detected_var,mandir_SQ)
755 $(call detected_var,ETC_PERFCONFIG_SQ)
756 $(call detected_var,STRACE_GROUPS_DIR_SQ)
757 $(call detected_var,prefix_SQ)
758 $(call detected_var,perfexecdir_SQ)
759 $(call detected_var,LIBDIR)
760 $(call detected_var,GTK_CFLAGS)
761 $(call detected_var,PERL_EMBED_CCOPTS)
762 $(call detected_var,PYTHON_EMBED_CCOPTS)