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 actual function directly.

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