Searched defs:notrace (Results 1 – 3 of 3) sorted by relevance
9 #define notrace __attribute__((no_instrument_function)) macro
214 #define notrace __attribute__((hotpatch(0, 0))) macro216 #define notrace __attribute__((patchable_function_entry(0, 0))) macro218 #define notrace __attribute__((__no_instrument_function__)) macro
16 struct list_head notrace; member