Lines Matching refs:detected
14 $(shell printf "" > $(OUTPUT).config-detected)
15 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
16 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
37 $(call detected,CONFIG_X86)
43 $(call detected,CONFIG_X86_64)
69 $(call detected,CONFIG_PERF_REGS)
370 $(call detected,CONFIG_SETNS)
378 $(call detected,CONFIG_LIBOPENCSD)
391 $(call detected,CONFIG_LIBELF)
419 $(call detected,CONFIG_DWARF)
426 $(call detected,CONFIG_LIBBPF)
432 $(call detected,CONFIG_BPF_PROLOGUE)
449 $(call detected,CONFIG_SDT_EVENT)
455 $(call detected,CONFIG_JITDUMP)
470 $(call detected,CONFIG_LIBUNWIND_X86)
478 $(call detected,CONFIG_LIBUNWIND_AARCH64)
495 $(call detected,CONFIG_LOCAL_LIBUNWIND)
522 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
526 $(call detected,CONFIG_LIBUNWIND)
535 $(call detected,CONFIG_DWARF_UNWIND)
567 $(call detected,CONFIG_TRACE)
576 $(call detected,CONFIG_TRACE)
588 $(call detected,CONFIG_CRYPTO)
605 $(call detected,CONFIG_SLANG)
644 $(call detected,CONFIG_LIBPERL)
681 $(call detected,CONFIG_LIBPYTHON)
738 $(call detected,CONFIG_ZLIB)
748 $(call detected,CONFIG_LZMA)
772 $(call detected,CONFIG_NUMA)
812 $(call detected,CONFIG_LIBBABELTRACE)
826 $(call detected,CONFIG_AUXTRACE)
874 $(call detected,CONFIG_CXX)
875 $(call detected,CONFIG_CLANGLLVM)