Define TRACEPOINT

Define Documentation

TRACEPOINT(...)

Call a tracepoint.

The first argument is mandatory and should be the tracepoint event name. The other arguments should be the tracepoint arguments. This is the preferred method over calling the underlying function directly.

This macro currently supports up to 9 tracepoint arguments after the event name.