Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod-events.h32 DECLARE_TRACE(bpf_testmod_test_write_bare,
38 DECLARE_TRACE(bpf_testmod_test_nullable_bare,
45 DECLARE_TRACE(bpf_testmod_test_raw_tp_null,
57 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
/linux/include/trace/
H A Ddefine_trace.h75 #undef DECLARE_TRACE
76 #define DECLARE_TRACE(name, proto, args) \ macro
120 /* Make all open coded DECLARE_TRACE nops */
121 #undef DECLARE_TRACE
122 #define DECLARE_TRACE(name, proto, args) macro
150 #undef DECLARE_TRACE
/linux/Documentation/trace/
H A Dtracepoints.rst55 DECLARE_TRACE(subsys_eventname,
146 define tracepoints. Note, DECLARE_TRACE(foo) creates a function
165 trace_foo_bar_tp(args); // for tracepoints created via DECLARE_TRACE
/linux/include/linux/
H A Dtracepoint.h170 * Note: we keep the TRACE_EVENT and DECLARE_TRACE outside the include
177 #ifndef DECLARE_TRACE
466 #define DECLARE_TRACE(name, proto, args) \ macro
498 #endif /* DECLARE_TRACE */