Searched defs:notrace (Results 1 – 4 of 4) sorted by relevance
8 #define notrace __attribute__((no_instrument_function)) macro
125 #define notrace __attribute__((hotpatch(0, 0))) macro127 #define notrace __attribute__((patchable_function_entry(0, 0))) macro129 #define notrace __attribute__((__no_instrument_function__)) macro
36 #define notrace macro
41 struct list_head notrace; member
Completed in 10 milliseconds