Home
last modified time | relevance | path

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

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