Searched defs:action_data (Results 1 – 1 of 1) sorted by relevance
402 struct action_data { struct403 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;[all …]