Home
last modified time | relevance | path

Searched defs:action_data (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h30210 struct action_data { struct
30211 enum handler_id handler;
30212 enum action_id action;
30213 char *action_name;
30214 action_fn_t fn;
30215 unsigned int n_params;
30216 char *params[64];
30217 unsigned int var_ref_idx[16];
30218 struct synth_event *synth_event;
30242 struct action_data *action_data; argument