Lines Matching defs:action_data
401 struct action_data { struct
402 enum handler_id handler;
403 enum action_id action;
404 char *action_name;
405 action_fn_t fn;
407 unsigned int n_params;
408 char *params[SYNTH_FIELDS_MAX];
419 unsigned int var_ref_idx[TRACING_MAP_VARS_MAX];
420 struct synth_event *synth_event;
421 bool use_trace_keyword;
422 char *synth_event_name;
424 union {
468 struct action_data *action_data; member
502 struct action_data *action_data, in track_data_alloc()