Lines Matching defs:action_data
602 struct action_data { struct
603 enum handler_id handler;
604 enum action_id action;
605 char *action_name;
606 action_fn_t fn;
608 unsigned int n_params;
609 char *params[SYNTH_FIELDS_MAX];
620 unsigned int var_ref_idx[TRACING_MAP_VARS_MAX];
621 struct synth_event *synth_event;
622 bool use_trace_keyword;
623 char *synth_event_name;
625 union {
669 struct action_data *action_data; member
723 struct action_data *action_data, in track_data_alloc()