Home
last modified time | relevance | path

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

/include/trace/
Dperf.h35 struct trace_event_call *event_call = __data; \
48 head = this_cpu_ptr(event_call->perf_events); \
49 if (!bpf_prog_array_valid(event_call) && \
69 event_call, __count, __regs, \
/include/linux/
Dtrace_events.h346 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields() argument
348 if (!event_call->class->get_fields) in trace_get_fields()
349 return &event_call->class->fields; in trace_get_fields()
350 return event_call->class->get_fields(event_call); in trace_get_fields()
523 struct trace_event_call *event_call; member