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