• Home
  • Raw
  • Download

Lines Matching refs:trace_event_call

277 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);
415 bool trace_event_dyn_busy(struct trace_event_call *call);
417 static inline bool trace_event_dyn_try_get_ref(struct trace_event_call *call) in trace_event_dyn_try_get_ref()
422 static inline void trace_event_dyn_put_ref(struct trace_event_call *call) in trace_event_dyn_put_ref()
425 static inline bool trace_event_dyn_busy(struct trace_event_call *call) in trace_event_dyn_busy()
432 static inline bool trace_event_try_get_ref(struct trace_event_call *call) in trace_event_try_get_ref()
440 static inline void trace_event_put_ref(struct trace_event_call *call) in trace_event_put_ref()
449 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid()
473 trace_event_name(struct trace_event_call *call) in trace_event_name()
484 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields()
663 struct trace_event_call *event_call;
715 static int perf_perm_##name(struct trace_event_call *tp_event, \
782 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);
800 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf()
866 extern int trace_event_raw_init(struct trace_event_call *call);
867 extern int trace_define_field(struct trace_event_call *call, const char *type,
870 extern int trace_add_event_call(struct trace_event_call *call);
871 extern int trace_remove_event_call(struct trace_event_call *call);
872 extern int trace_event_get_offsets(struct trace_event_call *call);
961 struct trace_event_call *call, u64 count,