Home
last modified time | relevance | path

Searched refs:mnop (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/objtool/
Dbuiltin-check.c92 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
168 if (opts.mnop && !opts.mcount) { in mnop_opts_valid()
Dcheck.c1464 if (opts.mnop) { in annotate_call_site()
/linux-6.12.1/tools/objtool/include/objtool/
Dbuiltin.h35 bool mnop; member
/linux-6.12.1/arch/s390/
DMakefile99 ifeq ($(call cc-option,-mfentry -mnop-mcount),)
/linux-6.12.1/scripts/
DMakefile.lib251 objtool-args-$(CONFIG_HAVE_OBJTOOL_NOP_MCOUNT) += --mnop
/linux-6.12.1/
DMakefile884 ifeq ($(call cc-option-yn, -mnop-mcount),y)
885 CC_FLAGS_FTRACE += -mnop-mcount
/linux-6.12.1/kernel/trace/
DKconfig94 Arch supports the objtool options --mcount with --mnop.