Home
last modified time | relevance | path

Searched refs:_tp (Results 1 – 4 of 4) sorted by relevance

/linux/include/trace/
H A Ddefine_trace.h77 DEFINE_TRACE(name##_tp, PARAMS(proto), PARAMS(args))
81 DEFINE_TRACE(name##_tp, PARAMS(proto), PARAMS(args))
/linux/include/linux/
H A Dtracepoint.h534 __DECLARE_TRACE(name##_tp, PARAMS(proto), PARAMS(args), \
539 __DECLARE_TRACE(name##_tp, PARAMS(proto), PARAMS(args), \
544 __DECLARE_TRACE_SYSCALL(name##_tp, PARAMS(proto), PARAMS(args), \
/linux/Documentation/trace/
H A Dtracepoints.rst135 All trace_<tracepoint>_tp() calls have a matching trace_<tracepoint>_enabled()
137 false otherwise. The trace_<tracepoint>_tp() should always be within the
/linux/kernel/trace/
H A Dtrace_eprobe.c46 #define for_each_trace_eprobe_tp(ep, _tp) \ argument
47 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)