Lines Matching defs:action_data
611 struct action_data { struct
612 enum handler_id handler;
613 enum action_id action;
614 char *action_name;
615 action_fn_t fn;
617 unsigned int n_params;
618 char *params[SYNTH_FIELDS_MAX];
629 unsigned int var_ref_idx[SYNTH_FIELDS_MAX];
630 struct synth_event *synth_event;
631 bool use_trace_keyword;
632 char *synth_event_name;
634 union {
678 struct action_data *action_data; member
732 struct action_data *action_data, in track_data_alloc()