Searched defs:notrace (Results 1 – 6 of 6) 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
81 #define notrace __attribute__((hotpatch(0,0))) macro83 #define notrace __attribute__((no_instrument_function)) macro
60 #define notrace __attribute__((hotpatch(0,0))) macro62 #define notrace __attribute__((no_instrument_function)) macro
41 struct list_head notrace; member