Lines Matching refs:call
23 $(call detected_var,SRCARCH)
54 $(call detected,CONFIG_X86)
59 $(call detected,CONFIG_X86_64)
97 $(call detected,CONFIG_PERF_REGS)
127 $(foreach libunwind_arch,$(LIBUNWIND_ARCHS),$(call libunwind_arch_set_flags,$(libunwind_arch)))
196 ifeq ($(call get-executable,$(FLEX)),)
200 ifeq ($(call get-executable,$(BISON)),)
232 $(call detected_var,PARSER_DEBUG_BISON)
233 $(call detected_var,PARSER_DEBUG_FLEX)
241 PYTHON_AUTO := $(if $(call get-executable,python3),python3,$(PYTHON_AUTO))
242 PYTHON_AUTO := $(if $(call get-executable,python),python,$(PYTHON_AUTO))
243 PYTHON_AUTO := $(if $(call get-executable,python2),python2,$(PYTHON_AUTO))
244 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON_AUTO))
246 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
248 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO_CONFIG))
253 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
266 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
267 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS)) -lutil
359 $(call feature_check,bionic)
471 $(call detected,CONFIG_SETNS)
475 $(call feature_check,libopencsd)
483 $(call detected,CONFIG_LIBOPENCSD)
498 $(call detected,CONFIG_LIBELF)
515 $(call feature_check,libdebuginfod)
530 $(call detected,CONFIG_DWARF)
537 $(call detected,CONFIG_LIBBPF)
540 $(call feature_check,libbpf)
544 $(call detected,CONFIG_LIBBPF_DYNAMIC)
554 $(call detected,CONFIG_BPF_PROLOGUE)
571 $(call detected,CONFIG_SDT_EVENT)
577 $(call detected,CONFIG_JITDUMP)
591 $(call feature_check,libunwind-x86)
593 $(call detected,CONFIG_LIBUNWIND_X86)
600 $(call feature_check,libunwind-aarch64)
602 $(call detected,CONFIG_LIBUNWIND_AARCH64)
607 $(call feature_check,libunwind-debug-frame-aarch64)
619 $(call detected,CONFIG_LOCAL_LIBUNWIND)
637 $(call feature_check,clang-bpf-co-re)
641 $(call detected,CONFIG_PERF_BPF_SKEL)
655 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
659 $(call detected,CONFIG_LIBUNWIND)
668 $(call detected,CONFIG_DWARF_UNWIND)
675 $(call feature_check,libunwind-debug-frame)
700 $(call detected,CONFIG_TRACE)
703 $(call feature_check,libaudit)
710 $(call detected,CONFIG_TRACE)
722 $(call detected,CONFIG_CRYPTO)
743 $(call detected,CONFIG_SLANG)
749 $(call feature_check,gtk2)
754 $(call feature_check,gtk2-infobar)
769 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
770 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
785 $(call detected,CONFIG_LIBPERL)
803 $(call disable-python,Python support disabled by user)
807 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
809 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
812 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
816 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - …
822 $(call detected,CONFIG_LIBPYTHON)
838 $(call feature_check,libbfd-liberty)
839 $(call feature_check,libbfd-liberty-z)
850 $(call feature_check,disassembler-four-args)
867 $(call feature_check,cplus-demangle)
893 $(call detected,CONFIG_ZLIB)
903 $(call detected,CONFIG_LZMA)
916 $(call detected,CONFIG_ZSTD)
927 $(call detected,CONFIG_LIBCAP)
951 $(call detected,CONFIG_NUMA)
966 $(call feature_check,compile-32)
977 $(call feature_check,compile-x32)
990 $(call feature_check,libbabeltrace)
995 $(call detected,CONFIG_LIBBABELTRACE)
1009 $(call detected,CONFIG_AUXTRACE)
1033 $(call feature_check,jvmti)
1035 $(call detected_var,JDIR)
1038 $(call feature_check,jvmti-cmlr)
1052 $(call feature_check,cxx)
1056 $(call feature_check,llvm)
1057 $(call feature_check,llvm-version)
1061 $(call feature_check,clang)
1067 $(call detected,CONFIG_CXX)
1068 $(call detected,CONFIG_CLANGLLVM)
1081 $(call feature_check,libpfm4)
1086 $(call detected,CONFIG_LIBPFM4)
1094 $(call feature_check,libtraceevent)
1109 $(call feature_check,libtracefs)
1227 $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),))
1228 $(call print_var,prefix)
1229 $(call print_var,bindir)
1230 $(call print_var,libdir)
1231 $(call print_var,sysconfdir)
1232 $(call print_var,LIBUNWIND_DIR)
1233 $(call print_var,LIBDW_DIR)
1234 $(call print_var,JDIR)
1237 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
1242 $(call detected_var,bindir_SQ)
1243 $(call detected_var,PYTHON_WORD)
1245 $(call detected_var,OUTPUT)
1247 $(call detected_var,htmldir_SQ)
1248 $(call detected_var,infodir_SQ)
1249 $(call detected_var,mandir_SQ)
1250 $(call detected_var,ETC_PERFCONFIG_SQ)
1251 $(call detected_var,STRACE_GROUPS_DIR_SQ)
1252 $(call detected_var,prefix_SQ)
1253 $(call detected_var,perfexecdir_SQ)
1254 $(call detected_var,perf_include_dir_SQ)
1255 $(call detected_var,perf_examples_dir_SQ)
1256 $(call detected_var,tipdir_SQ)
1257 $(call detected_var,srcdir_SQ)
1258 $(call detected_var,LIBDIR)
1259 $(call detected_var,GTK_CFLAGS)
1260 $(call detected_var,PERL_EMBED_CCOPTS)
1261 $(call detected_var,PYTHON_EMBED_CCOPTS)
1263 $(call detected_var,BISON_FILE_PREFIX_MAP)
1273 $(call feature_display_entries)