tracing: Export trace_set_clr_event()
[deliverable/linux.git] / kernel / trace / trace_events.c
index 5f499e0438a4f9137b66055331cb8c3b048138ed..e88f74fe1d4ce02fedf3e6052feaf2cbdd2017da 100644 (file)
@@ -116,7 +116,6 @@ static int trace_define_common_fields(void)
        __common_field(unsigned char, flags);
        __common_field(unsigned char, preempt_count);
        __common_field(int, pid);
-       __common_field(int, lock_depth);
 
        return ret;
 }
@@ -326,6 +325,7 @@ int trace_set_clr_event(const char *system, const char *event, int set)
 {
        return __ftrace_set_clr_event(NULL, system, event, set);
 }
+EXPORT_SYMBOL_GPL(trace_set_clr_event);
 
 /* 128 should be much more than enough */
 #define EVENT_BUF_SIZE         127
This page took 0.023807 seconds and 5 git commands to generate.