Home
last modified time | relevance | path

Searched refs:event_call (Results 1 – 2 of 2) sorted by relevance

/include/trace/
Dperf.h58 struct trace_event_call *event_call = __data; \
71 head = this_cpu_ptr(event_call->perf_events); \
72 if (!bpf_prog_array_valid(event_call) && \
92 event_call, __count, __regs, \
/include/linux/
Dtrace_events.h449 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() argument
451 if (!event_call->class->get_fields) in trace_get_fields()
452 return &event_call->class->fields; in trace_get_fields()
453 return event_call->class->get_fields(event_call); in trace_get_fields()
625 struct trace_event_call *event_call; member