Home
last modified time | relevance | path

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

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