Lines Matching defs:action_data
437 struct action_data { struct
438 enum handler_id handler;
439 enum action_id action;
440 char *action_name;
441 action_fn_t fn;
443 unsigned int n_params;
444 char *params[SYNTH_FIELDS_MAX];
455 unsigned int var_ref_idx[TRACING_MAP_VARS_MAX];
456 struct synth_event *synth_event;
457 bool use_trace_keyword;
458 char *synth_event_name;
460 union {
504 struct action_data *action_data; member
539 struct action_data *action_data, in track_data_alloc()