Home
last modified time | relevance | path

Searched refs:synth_event (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dtrace_events_synth.c107 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
109 return container_of(ev, struct synth_event, devent); in to_synth_event()
114 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy()
122 struct synth_event *sev = to_synth_event(ev); in synth_event_match()
137 struct synth_event *event = call->data; in synth_event_define_fields()
352 struct synth_event *se; in print_synth_event()
358 se = container_of(event, struct synth_event, call.event); in print_synth_event()
446 struct synth_event *event, in trace_string()
491 struct synth_event *event, in trace_stack()
536 struct synth_event *event; in trace_event_raw_event_synth()
[all …]
Dtrace_synth.h24 struct synth_event { struct
39 extern struct synth_event *find_synth_event(const char *name); argument
Dtrace_events_hist.c619 struct synth_event *synth_event; member
824 static inline void trace_synth(struct synth_event *event, u64 *var_ref_vals, in trace_synth()
854 struct synth_event *event = data->synth_event; in action_trace()
3513 if (data->synth_event) in action_data_destroy()
3514 data->synth_event->ref--; in action_data_destroy()
3822 static int check_synth_field(struct synth_event *event, in check_synth_field()
3940 struct synth_event *event; in trace_action_create()
4037 data->synth_event = event; in trace_action_create()
6410 struct synth_event *se; in hist_unreg_all()
6448 struct synth_event *se; in event_hist_trigger_parse()