dyn_event_operations
int dyn_event_create(const char *raw_command, struct dyn_event_operations *type)
struct dyn_event_operations *ops;
int dyn_events_release_all(struct dyn_event_operations *type)
int dyn_event_register(struct dyn_event_operations *ops)
int dyn_event_release(const char *raw_command, struct dyn_event_operations *type)
int dyn_events_release_all(struct dyn_event_operations *type);
int dyn_event_release(const char *raw_command, struct dyn_event_operations *type);
int dyn_event_create(const char *raw_command, struct dyn_event_operations *type);
int dyn_event_register(struct dyn_event_operations *ops);
struct dyn_event_operations *ops;
int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops)
static struct dyn_event_operations eprobe_dyn_event_ops = {
static struct dyn_event_operations synth_event_ops = {
static struct dyn_event_operations user_event_dops = {
static struct dyn_event_operations trace_fprobe_ops = {
static struct dyn_event_operations trace_kprobe_ops = {
static struct dyn_event_operations trace_uprobe_ops = {