Home
last modified time | relevance | path

Searched defs:notrace (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dlinkage.h8 #define notrace __attribute__((no_instrument_function)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h120 #define notrace __attribute__((hotpatch(0, 0))) macro
122 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
124 #define notrace __attribute__((__no_instrument_function__)) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dmisc.h36 #define notrace macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h81 #define notrace __attribute__((hotpatch(0,0))) macro
83 #define notrace __attribute__((no_instrument_function)) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h60 #define notrace __attribute__((hotpatch(0,0))) macro
62 #define notrace __attribute__((no_instrument_function)) macro
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-ftrace.c41 struct list_head notrace; member