Home
last modified time | relevance | path

Searched refs:trace_event_call (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dtrace_events.h277 struct trace_event_call;
293 int (*define_fields)(struct trace_event_call *);
303 int (*reg)(struct trace_event_call *event,
306 struct list_head *(*get_fields)(struct trace_event_call *);
308 int (*raw_init)(struct trace_event_call *);
311 extern int trace_event_reg(struct trace_event_call *event,
378 struct trace_event_call { struct
407 int (*perf_perm)(struct trace_event_call *, argument
413 bool trace_event_dyn_try_get_ref(struct trace_event_call *call);
414 void trace_event_dyn_put_ref(struct trace_event_call *call);
[all …]
Dsyscalls.h146 static struct trace_event_call __used \
156 static struct trace_event_call __used \
162 static struct trace_event_call __used \
172 static struct trace_event_call __used \
200 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
209 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event()
Dmodule.h537 struct trace_event_call **trace_events;
Dperf_event.h864 struct trace_event_call *tp_event;
/include/trace/
Dsyscall.h33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;
Dtrace_custom_events.h52 static struct trace_event_call __used \
202 static struct trace_event_call __used custom_event_##call = { \
218 static struct trace_event_call __used \
Dtrace_events.h62 static struct trace_event_call __used \
468 static struct trace_event_call __used event_##call = { \
477 static struct trace_event_call __used \
485 static struct trace_event_call __used event_##call = { \
494 static struct trace_event_call __used \
Dperf.h20 struct trace_event_call *event_call = __data; \