]> Pileus Git - ~andy/linux/blobdiff - kernel/trace/trace_events.c
tracing: use nowakeup version of commit for function event trace tests
[~andy/linux] / kernel / trace / trace_events.c
index 98daf5dc74a6d253907e77d36230caed24d22750..672b195f86c9c486ba2cb6032c4c7befd0734e54 100644 (file)
@@ -1164,7 +1164,7 @@ function_test_events_call(unsigned long ip, unsigned long parent_ip)
        entry->ip                       = ip;
        entry->parent_ip                = parent_ip;
 
-       trace_current_buffer_unlock_commit(event, flags, pc);
+       trace_nowake_buffer_unlock_commit(event, flags, pc);
 
  out:
        atomic_dec(&per_cpu(test_event_disable, cpu));