Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dlinkage.h8 #define notrace __attribute__((no_instrument_function)) macro
/Linux-v5.15/include/linux/
Dcompiler_types.h125 #define notrace __attribute__((hotpatch(0, 0))) macro
127 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
129 #define notrace __attribute__((__no_instrument_function__)) macro
/Linux-v5.15/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h36 #define notrace macro
/Linux-v5.15/tools/perf/
Dbuiltin-ftrace.c41 struct list_head notrace; member