Searched defs:notrace (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dlinkage.h8 #undef notrace macro
9 #define notrace __attribute__((no_instrument_function)) macro
/linux-master/tools/perf/util/
H A Dftrace.h15 struct list_head notrace; member in struct:perf_ftrace
/linux-master/include/linux/
H A Dcompiler_types.h191 #define notrace __attribute__((hotpatch(0, 0))) macro
193 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
195 #define notrace __attribute__((__no_instrument_function__)) macro
[all...]

Completed in 281 milliseconds