Searched defs:notrace (Results 1 – 5 of 5) sorted by relevance
8 #define notrace __attribute__((no_instrument_function)) macro
120 #define notrace __attribute__((hotpatch(0, 0))) macro122 #define notrace __attribute__((patchable_function_entry(0, 0))) macro124 #define notrace __attribute__((__no_instrument_function__)) macro
36 #define notrace macro
168 #define notrace __attribute__((hotpatch(0, 0))) macro170 #define notrace __attribute__((no_instrument_function)) macro
41 struct list_head notrace; member