tracing: Use irq_work for wake ups and remove *_nowake_*() functions
[deliverable/linux.git] / kernel / trace / trace_events.c
index cb2df3b70f7f1e4cc14ec217e2b658446b6a222d..880073d0b946fc58865b426511b038ca24271004 100644 (file)
@@ -1760,7 +1760,7 @@ function_test_events_call(unsigned long ip, unsigned long parent_ip,
        entry->ip                       = ip;
        entry->parent_ip                = parent_ip;
 
-       trace_nowake_buffer_unlock_commit(buffer, event, flags, pc);
+       trace_buffer_unlock_commit(buffer, event, flags, pc);
 
  out:
        atomic_dec(&per_cpu(ftrace_test_event_disable, cpu));
This page took 0.039055 seconds and 5 git commands to generate.