Lines Matching defs:action_data
402 struct action_data { struct
403 enum handler_id handler;
404 enum action_id action;
405 char *action_name;
406 action_fn_t fn;
408 unsigned int n_params;
409 char *params[SYNTH_FIELDS_MAX];
420 unsigned int var_ref_idx[SYNTH_FIELDS_MAX];
421 struct synth_event *synth_event;
422 bool use_trace_keyword;
423 char *synth_event_name;
425 union {
469 struct action_data *action_data; member
503 struct action_data *action_data, in track_data_alloc()