trace_probe_event
struct trace_probe_event *tpe = orig->tp.event;
struct trace_probe_event *tpe = orig->tp.event;
static void trace_probe_event_free(struct trace_probe_event *tpe)
size_t size = sizeof(struct trace_probe_event);
struct trace_probe_event *event;
static inline struct trace_probe_event *
return container_of(event_call, struct trace_probe_event, call);
struct trace_probe_event *tpe = trace_probe_event_from_call(call);
struct trace_probe_event *tpe = orig->tp.event;