Searched refs:synth_event (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_events_synth.c | 100 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() 102 return container_of(ev, struct synth_event, devent); in to_synth_event() 107 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy() 115 struct synth_event *sev = to_synth_event(ev); in synth_event_match() 130 struct synth_event *event = call->data; in synth_event_define_fields() 351 struct synth_event *se; in print_synth_event() 357 se = container_of(event, struct synth_event, call.event); in print_synth_event() 428 struct synth_event *event, in trace_string() 468 struct synth_event *event, in trace_stack() 502 static __always_inline int get_field_size(struct synth_event *event, in get_field_size() [all …]
|
| H A D | trace_synth.h | 24 struct synth_event { struct 39 extern struct synth_event *find_synth_event(const char *name); argument
|
| H A D | trace_events_hist.c | 630 struct synth_event *synth_event; member 828 static inline void trace_synth(struct synth_event *event, u64 *var_ref_vals, in trace_synth() 858 struct synth_event *event = data->synth_event; in action_trace() 3624 if (data->synth_event) in action_data_destroy() 3625 data->synth_event->ref--; in action_data_destroy() 3934 static int check_synth_field(struct synth_event *event, in check_synth_field() 4052 struct synth_event *event; in trace_action_create() 4149 data->synth_event = event; in trace_action_create() 6792 struct synth_event *se; in hist_unreg_all() 6830 struct synth_event *se; in event_hist_trigger_parse()
|