Searched refs:mnop (Results 1 – 7 of 7) sorted by relevance
34 bool mnop; member
97 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),141 if (opts.mnop && !opts.mcount) { in opts_valid()
1339 if (opts.mnop) { in annotate_call_site()
92 ifeq ($(call cc-option,-mfentry -mnop-mcount),)
264 objtool-args-$(CONFIG_HAVE_OBJTOOL_NOP_MCOUNT) += --mnop
943 ifeq ($(call cc-option-yn, -mnop-mcount),y)944 CC_FLAGS_FTRACE += -mnop-mcount
105 Arch supports the objtool options --mcount with --mnop.