Lines Matching defs:action_data
459 struct action_data { struct
460 enum handler_id handler;
461 enum action_id action;
462 char *action_name;
463 action_fn_t fn;
465 unsigned int n_params;
466 char *params[SYNTH_FIELDS_MAX];
476 unsigned int var_ref_idx;
477 struct synth_event *synth_event;
478 bool use_trace_keyword;
479 char *synth_event_name;
481 union {
525 struct action_data *action_data; member
559 struct action_data *action_data, in track_data_alloc()