tracing/boot: Add per-event settings
[linux-2.6-microblaze.git] / kernel / trace / trace_events_trigger.c
index 2cd53ca..d8ada4c 100644 (file)
@@ -213,7 +213,7 @@ static int event_trigger_regex_open(struct inode *inode, struct file *file)
        return ret;
 }
 
-static int trigger_process_regex(struct trace_event_file *file, char *buff)
+int trigger_process_regex(struct trace_event_file *file, char *buff)
 {
        char *command, *next = buff;
        struct event_command *p;