Searched refs:mnop (Results 1 – 7 of 7) sorted by relevance
92 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),168 if (opts.mnop && !opts.mcount) { in mnop_opts_valid()
1464 if (opts.mnop) { in annotate_call_site()
35 bool mnop; member
99 ifeq ($(call cc-option,-mfentry -mnop-mcount),)
251 objtool-args-$(CONFIG_HAVE_OBJTOOL_NOP_MCOUNT) += --mnop
884 ifeq ($(call cc-option-yn, -mnop-mcount),y)885 CC_FLAGS_FTRACE += -mnop-mcount
94 Arch supports the objtool options --mcount with --mnop.