Searched defs:notrace (Results 1 – 4 of 4) sorted by relevance
9 #define notrace __attribute__((no_instrument_function)) macro
139 #define notrace __attribute__((hotpatch(0, 0))) macro141 #define notrace __attribute__((patchable_function_entry(0, 0))) macro143 #define notrace __attribute__((__no_instrument_function__)) macro
36 #define notrace macro
15 struct list_head notrace; member