Home
last modified time | relevance | path

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

/include/trace/
Dperf.h20 struct trace_event_call *event_call = __data; \
33 head = this_cpu_ptr(event_call->perf_events); \
34 if (!bpf_prog_array_valid(event_call) && \
54 event_call, __count, __regs, \
/include/linux/
Dtrace_events.h484 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() argument
486 if (!event_call->class->get_fields) in trace_get_fields()
487 return &event_call->class->fields; in trace_get_fields()
488 return event_call->class->get_fields(event_call); in trace_get_fields()
663 struct trace_event_call *event_call; member