notrace
#undef notrace
#define notrace __attribute__((no_instrument_function))
#define notrace __attribute__((hotpatch(0, 0)))
#define notrace __attribute__((patchable_function_entry(0, 0)))
#define notrace __attribute__((__no_instrument_function__))