Lines Matching refs:call
23 $(call detected_var,SRCARCH)
54 $(call detected,CONFIG_X86)
59 $(call detected,CONFIG_X86_64)
91 $(call detected,CONFIG_PERF_REGS)
121 $(foreach libunwind_arch,$(LIBUNWIND_ARCHS),$(call libunwind_arch_set_flags,$(libunwind_arch)))
190 ifeq ($(call get-executable,$(FLEX)),)
194 ifeq ($(call get-executable,$(BISON)),)
220 $(call detected_var,PARSER_DEBUG_BISON)
221 $(call detected_var,PARSER_DEBUG_FLEX)
229 PYTHON_AUTO := $(if $(call get-executable,python3),python3,$(PYTHON_AUTO))
230 PYTHON_AUTO := $(if $(call get-executable,python),python,$(PYTHON_AUTO))
231 PYTHON_AUTO := $(if $(call get-executable,python2),python2,$(PYTHON_AUTO))
232 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON_AUTO))
234 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
236 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO_CONFIG))
241 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
254 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
255 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS)) -lutil
350 $(call feature_check,bionic)
462 $(call detected,CONFIG_SETNS)
466 $(call feature_check,libopencsd)
474 $(call detected,CONFIG_LIBOPENCSD)
487 $(call detected,CONFIG_LIBELF)
504 $(call feature_check,libdebuginfod)
519 $(call detected,CONFIG_DWARF)
526 $(call detected,CONFIG_LIBBPF)
529 $(call feature_check,libbpf)
542 $(call detected,CONFIG_BPF_PROLOGUE)
559 $(call detected,CONFIG_SDT_EVENT)
565 $(call detected,CONFIG_JITDUMP)
579 $(call feature_check,libunwind-x86)
581 $(call detected,CONFIG_LIBUNWIND_X86)
588 $(call feature_check,libunwind-aarch64)
590 $(call detected,CONFIG_LIBUNWIND_AARCH64)
595 $(call feature_check,libunwind-debug-frame-aarch64)
607 $(call detected,CONFIG_LOCAL_LIBUNWIND)
634 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
638 $(call detected,CONFIG_LIBUNWIND)
647 $(call detected,CONFIG_DWARF_UNWIND)
654 $(call feature_check,libunwind-debug-frame)
679 $(call detected,CONFIG_TRACE)
682 $(call feature_check,libaudit)
689 $(call detected,CONFIG_TRACE)
701 $(call detected,CONFIG_CRYPTO)
722 $(call detected,CONFIG_SLANG)
728 $(call feature_check,gtk2)
733 $(call feature_check,gtk2-infobar)
748 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
749 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
764 $(call detected,CONFIG_LIBPERL)
782 $(call disable-python,Python support disabled by user)
786 …$(call disable-python,No python interpreter was found: disables Python support - please install py…
788 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
791 …$(call disable-python,No 'python-config' tool was found: disables Python support - please install …
795 …$(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - …
801 $(call detected,CONFIG_LIBPYTHON)
815 $(call feature_check,libbfd-liberty)
816 $(call feature_check,libbfd-liberty-z)
827 $(call feature_check,disassembler-four-args)
843 $(call feature_check,cplus-demangle)
869 $(call detected,CONFIG_ZLIB)
879 $(call detected,CONFIG_LZMA)
892 $(call detected,CONFIG_ZSTD)
903 $(call detected,CONFIG_LIBCAP)
927 $(call detected,CONFIG_NUMA)
942 $(call feature_check,compile-32)
953 $(call feature_check,compile-x32)
966 $(call feature_check,libbabeltrace)
971 $(call detected,CONFIG_LIBBABELTRACE)
985 $(call detected,CONFIG_AUXTRACE)
1006 $(call feature_check,jvmti)
1008 $(call detected_var,JDIR)
1011 $(call feature_check,jvmti-cmlr)
1025 $(call feature_check,cxx)
1029 $(call feature_check,llvm)
1030 $(call feature_check,llvm-version)
1034 $(call feature_check,clang)
1040 $(call detected,CONFIG_CXX)
1041 $(call detected,CONFIG_CLANGLLVM)
1054 $(call feature_check,libpfm4)
1059 $(call detected,CONFIG_LIBPFM4)
1167 $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),))
1168 $(call print_var,prefix)
1169 $(call print_var,bindir)
1170 $(call print_var,libdir)
1171 $(call print_var,sysconfdir)
1172 $(call print_var,LIBUNWIND_DIR)
1173 $(call print_var,LIBDW_DIR)
1174 $(call print_var,JDIR)
1177 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
1182 $(call detected_var,bindir_SQ)
1183 $(call detected_var,PYTHON_WORD)
1185 $(call detected_var,OUTPUT)
1187 $(call detected_var,htmldir_SQ)
1188 $(call detected_var,infodir_SQ)
1189 $(call detected_var,mandir_SQ)
1190 $(call detected_var,ETC_PERFCONFIG_SQ)
1191 $(call detected_var,STRACE_GROUPS_DIR_SQ)
1192 $(call detected_var,prefix_SQ)
1193 $(call detected_var,perfexecdir_SQ)
1194 $(call detected_var,perf_include_dir_SQ)
1195 $(call detected_var,perf_examples_dir_SQ)
1196 $(call detected_var,tipdir_SQ)
1197 $(call detected_var,srcdir_SQ)
1198 $(call detected_var,LIBDIR)
1199 $(call detected_var,GTK_CFLAGS)
1200 $(call detected_var,PERL_EMBED_CCOPTS)
1201 $(call detected_var,PYTHON_EMBED_CCOPTS)