Searched defs:notrace (Results 1 – 3 of 3) sorted by relevance
193 #define notrace __attribute__((hotpatch(0, 0))) macro195 #define notrace __attribute__((patchable_function_entry(0, 0))) macro197 #define notrace __attribute__((__no_instrument_function__)) macro
9 #define notrace __attribute__((no_instrument_function)) macro
15 struct list_head notrace; member