tracing: Reduce latency and remove percpu trace_seq
[deliverable/linux.git] / kernel / trace / trace_output.c
index 57c1b45964703d8c0af75c1ffed5c3e31df66737..1ba64d3cc567b9702b13072565e5a2611c389f15 100644 (file)
@@ -16,9 +16,6 @@
 
 DECLARE_RWSEM(trace_event_mutex);
 
-DEFINE_PER_CPU(struct trace_seq, ftrace_event_seq);
-EXPORT_PER_CPU_SYMBOL(ftrace_event_seq);
-
 static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;
 
 static int next_event_type = __TRACE_LAST_TYPE + 1;
This page took 0.028925 seconds and 5 git commands to generate.