trace_event_alloc
tevent = trace_event_alloc((char *)arg);
struct trace_events *trace_event_alloc(const char *event_string);
struct trace_events *events = trace_event_alloc("sched:sched_switch");
struct trace_events *events = trace_event_alloc("sched:sched_switch");