Lines Matching refs:call

64 $(call detected_var,SRCARCH)
78 $(call detected,CONFIG_X86)
85 $(call detected,CONFIG_X86_64)
152 $(foreach libunwind_arch,$(LIBUNWIND_ARCHS),$(call libunwind_arch_set_flags,$(libunwind_arch)))
236 ifeq ($(call get-executable,$(PKG_CONFIG)),)
247 ifeq ($(call get-executable,$(FLEX)),)
251 ifeq ($(call get-executable,$(BISON)),)
284 $(call detected_var,PARSER_DEBUG_BISON)
285 $(call detected_var,PARSER_DEBUG_FLEX)
302 PYTHON_AUTO := $(if $(call get-executable,python2-config),python2-config,$(PYTHON_AUTO))
303 PYTHON_AUTO := $(if $(call get-executable,python-config),python-config,$(PYTHON_AUTO))
304 PYTHON_AUTO := $(if $(call get-executable,python3-config),python3-config,$(PYTHON_AUTO))
310 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config)
312 $(call $(error $(PYTHON)-config not found)))
319 override PYTHON_CONFIG := $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO))
320 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
325 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
343 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
344 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS)) -lutil
434 $(call feature_check,bionic)
524 $(call detected,CONFIG_SETNS)
532 $(call feature_check,libopencsd)
537 $(call detected,CONFIG_LIBOPENCSD)
553 $(call detected,CONFIG_ZLIB)
562 $(call detected,CONFIG_LIBELF)
585 $(call feature_check,libdebuginfod)
598 $(call detected,CONFIG_LIBDW)
604 $(call feature_check,libbpf)
610 $(call detected,CONFIG_LIBBPF)
611 $(call detected,CONFIG_LIBBPF_DYNAMIC)
622 $(call detected,CONFIG_LIBBPF)
637 $(call detected,CONFIG_SDT_EVENT)
643 $(call detected,CONFIG_JITDUMP)
657 $(call feature_check,libunwind)
659 $(call feature_check,libunwind-x86)
661 $(call detected,CONFIG_LIBUNWIND_X86)
668 $(call feature_check,libunwind-aarch64)
670 $(call detected,CONFIG_LIBUNWIND_AARCH64)
675 $(call feature_check,libunwind-debug-frame-aarch64)
687 $(call detected,CONFIG_LOCAL_LIBUNWIND)
705 $(call detected,CONFIG_LIBOPENSSL)
728 else ifeq ($(call get-executable,$(CLANG)),)
733 ifeq ($(call version-lt3,$(CLANG_VERSION),12.0.1),1)
739 $(call feature_check,clang-bpf-co-re)
746 $(call detected,CONFIG_PERF_BPF_SKEL)
765 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
769 $(call detected,CONFIG_LIBUNWIND)
778 $(call detected,CONFIG_DWARF_UNWIND)
784 $(call feature_check,libunwind-debug-frame)
807 $(call detected,CONFIG_TRACE)
818 $(call detected,CONFIG_SLANG)
824 $(call feature_check,gtk2)
829 $(call feature_check,gtk2-infobar)
842 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
843 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
850 $(call feature_check,libperl)
857 $(call detected,CONFIG_LIBPERL)
876 $(call disable-python,Python support disabled by user)
880 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
882 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
885 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
889 …$(call disable-python,No 'Python.h' was found: disables Python support - please install python-dev…
1286 $(call feature_display_entries)
1293 $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),) $(info $(MSG)))
1294 $(call print_var,prefix)
1295 $(call print_var,bindir)
1296 $(call print_var,libdir)
1297 $(call print_var,sysconfdir)
1298 $(call print_var,LIBUNWIND_DIR)
1299 $(call print_var,LIBDW_DIR)
1300 $(call print_var,JDIR)
1303 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
1309 $(call detected_var,bindir_SQ)
1310 $(call detected_var,PYTHON_WORD)
1312 $(call detected_var,OUTPUT)
1314 $(call detected_var,htmldir_SQ)
1315 $(call detected_var,infodir_SQ)
1316 $(call detected_var,mandir_SQ)
1317 $(call detected_var,ETC_PERFCONFIG_SQ)
1318 $(call detected_var,STRACE_GROUPS_DIR_SQ)
1319 $(call detected_var,prefix_SQ)
1320 $(call detected_var,perfexecdir_SQ)
1321 $(call detected_var,libbpf_include_dir_SQ)
1322 $(call detected_var,perf_examples_dir_SQ)
1323 $(call detected_var,tipdir_SQ)
1324 $(call detected_var,srcdir_SQ)
1325 $(call detected_var,LIBDIR)
1326 $(call detected_var,GTK_CFLAGS)
1327 $(call detected_var,PERL_EMBED_CCOPTS)
1328 $(call detected_var,PYTHON_EMBED_CCOPTS)
1330 $(call detected_var,BISON_FILE_PREFIX_MAP)