Home
last modified time | relevance | path

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

/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.c1464 if (opts.mnop) { in annotate_call_site()
/linux/tools/objtool/include/objtool/
H A Dbuiltin.h35 bool mnop; member
/linux/arch/s390/
H A DMakefile99 ifeq ($(call cc-option,-mfentry -mnop-mcount),)
/linux/scripts/
H A DMakefile.lib251 objtool-args-$(CONFIG_HAVE_OBJTOOL_NOP_MCOUNT) += --mnop
/linux/
H A DMakefile884 ifeq ($(call cc-option-yn, -mnop-mcount),y)
885 CC_FLAGS_FTRACE += -mnop-mcount
/linux/kernel/trace/
H A DKconfig94 Arch supports the objtool options --mcount with --mnop.