Home
last modified time | relevance | path

Searched refs:DEFINE_TRACE_SYSCALL (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/trace/
H A Ddefine_trace.h51 DEFINE_TRACE_SYSCALL(name, reg, unreg, PARAMS(proto), PARAMS(args))
/linux-6.15/include/linux/
H A Dtracepoint.h362 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ macro
415 #define DEFINE_TRACE_SYSCALL(name, reg, unreg, proto, args) macro