Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dbuiltin.h34 bool mnop; member
/linux-6.15/tools/objtool/
H A Dbuiltin-check.c97 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
141 if (opts.mnop && !opts.mcount) { in opts_valid()
H A Dcheck.c1339 if (opts.mnop) { in annotate_call_site()
/linux-6.15/arch/s390/
H A DMakefile92 ifeq ($(call cc-option,-mfentry -mnop-mcount),)
/linux-6.15/scripts/
H A DMakefile.lib264 objtool-args-$(CONFIG_HAVE_OBJTOOL_NOP_MCOUNT) += --mnop
/linux-6.15/
H A DMakefile943 ifeq ($(call cc-option-yn, -mnop-mcount),y)
944 CC_FLAGS_FTRACE += -mnop-mcount
/linux-6.15/kernel/trace/
H A DKconfig105 Arch supports the objtool options --mcount with --mnop.