Searched refs:trace_event_call (Results 1 – 8 of 8) sorted by relevance
265 struct trace_event_call;281 int (*define_fields)(struct trace_event_call *);291 int (*reg)(struct trace_event_call *event,296 int (*raw_init)(struct trace_event_call *);363 struct trace_event_call { struct391 int (*perf_perm)(struct trace_event_call *, argument399 bool trace_event_dyn_busy(struct trace_event_call *call);457 trace_event_name(struct trace_event_call *call) in trace_event_name()468 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields()644 struct trace_event_call *event_call;[all …]
148 static struct trace_event_call __used \158 static struct trace_event_call __used \164 static struct trace_event_call __used \174 static struct trace_event_call __used \202 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()211 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
517 struct trace_event_call **trace_events;
909 struct trace_event_call *tp_event;
33 struct trace_event_call *enter_event;34 struct trace_event_call *exit_event;
52 static struct trace_event_call __used \202 static struct trace_event_call __used custom_event_##call = { \218 static struct trace_event_call __used \
75 static struct trace_event_call __used \494 static struct trace_event_call __used event_##call = { \503 static struct trace_event_call __used \511 static struct trace_event_call __used event_##call = { \520 static struct trace_event_call __used \
20 struct trace_event_call *event_call = __data; \
Completed in 22 milliseconds