Lines Matching refs:call
33 $(call detected_var,SRCARCH)
47 $(call detected,CONFIG_X86)
54 $(call detected,CONFIG_X86_64)
121 $(foreach libunwind_arch,$(LIBUNWIND_ARCHS),$(call libunwind_arch_set_flags,$(libunwind_arch)))
205 ifeq ($(call get-executable,$(PKG_CONFIG)),)
216 ifeq ($(call get-executable,$(FLEX)),)
220 ifeq ($(call get-executable,$(BISON)),)
253 $(call detected_var,PARSER_DEBUG_BISON)
254 $(call detected_var,PARSER_DEBUG_FLEX)
271 PYTHON_AUTO := $(if $(call get-executable,python2-config),python2-config,$(PYTHON_AUTO))
272 PYTHON_AUTO := $(if $(call get-executable,python-config),python-config,$(PYTHON_AUTO))
273 PYTHON_AUTO := $(if $(call get-executable,python3-config),python3-config,$(PYTHON_AUTO))
279 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config)
281 $(call $(error $(PYTHON)-config not found)))
288 override PYTHON_CONFIG := $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO))
289 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
294 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
312 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
313 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS)) -lutil
406 $(call feature_check,bionic)
500 $(call detected,CONFIG_SETNS)
508 $(call feature_check,libopencsd)
513 $(call detected,CONFIG_LIBOPENCSD)
529 $(call detected,CONFIG_ZLIB)
538 $(call detected,CONFIG_LIBELF)
561 $(call feature_check,libdebuginfod)
574 $(call detected,CONFIG_LIBDW)
580 $(call feature_check,libbpf)
586 $(call detected,CONFIG_LIBBPF)
587 $(call detected,CONFIG_LIBBPF_DYNAMIC)
598 $(call detected,CONFIG_LIBBPF)
605 $(call feature_check,libbpf-strings)
607 $(call detected,CONFIG_LIBBPF_STRINGS)
620 $(call detected,CONFIG_SDT_EVENT)
626 $(call detected,CONFIG_JITDUMP)
640 $(call feature_check,libunwind)
642 $(call feature_check,libunwind-x86)
644 $(call detected,CONFIG_LIBUNWIND_X86)
651 $(call feature_check,libunwind-aarch64)
653 $(call detected,CONFIG_LIBUNWIND_AARCH64)
658 $(call feature_check,libunwind-debug-frame-aarch64)
670 $(call detected,CONFIG_LOCAL_LIBUNWIND)
703 else ifeq ($(call get-executable,$(CLANG)),)
708 ifeq ($(call version-lt3,$(CLANG_VERSION),12.0.1),1)
714 $(call feature_check,clang-bpf-co-re)
721 $(call detected,CONFIG_PERF_BPF_SKEL)
740 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
744 $(call detected,CONFIG_LIBUNWIND)
753 $(call detected,CONFIG_DWARF_UNWIND)
759 $(call feature_check,libunwind-debug-frame)
782 $(call detected,CONFIG_TRACE)
798 $(call detected,CONFIG_SLANG)
804 $(call feature_check,gtk2)
809 $(call feature_check,gtk2-infobar)
824 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
825 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
843 $(call detected,CONFIG_LIBPERL)
862 $(call disable-python,Python support disabled by user)
866 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
868 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
871 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
875 …$(call disable-python,No 'Python.h' was found: disables Python support - please install python-dev…
1296 $(call feature_display_entries)
1303 $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),) $(info $(MSG)))
1304 $(call print_var,prefix)
1305 $(call print_var,bindir)
1306 $(call print_var,libdir)
1307 $(call print_var,sysconfdir)
1308 $(call print_var,LIBUNWIND_DIR)
1309 $(call print_var,LIBDW_DIR)
1310 $(call print_var,JDIR)
1313 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
1319 $(call detected_var,bindir_SQ)
1320 $(call detected_var,PYTHON_WORD)
1322 $(call detected_var,OUTPUT)
1324 $(call detected_var,htmldir_SQ)
1325 $(call detected_var,infodir_SQ)
1326 $(call detected_var,mandir_SQ)
1327 $(call detected_var,ETC_PERFCONFIG_SQ)
1328 $(call detected_var,STRACE_GROUPS_DIR_SQ)
1329 $(call detected_var,prefix_SQ)
1330 $(call detected_var,perfexecdir_SQ)
1331 $(call detected_var,libbpf_include_dir_SQ)
1332 $(call detected_var,perf_examples_dir_SQ)
1333 $(call detected_var,tipdir_SQ)
1334 $(call detected_var,srcdir_SQ)
1335 $(call detected_var,LIBDIR)
1336 $(call detected_var,GTK_CFLAGS)
1337 $(call detected_var,PERL_EMBED_CCOPTS)
1338 $(call detected_var,PYTHON_EMBED_CCOPTS)
1340 $(call detected_var,BISON_FILE_PREFIX_MAP)