tracing: Add ref_data to function and fgraph tracer structs
[firefly-linux-kernel-4.4.55.git] / kernel / trace / trace_functions_graph.c
index d56ae9bae00bc6cb294d060887bed11e82b2fb9a..b5c09242683d8cd1c989d2706702d4d42e182d73 100644 (file)
@@ -1448,7 +1448,7 @@ static struct trace_event graph_trace_ret_event = {
        .funcs          = &graph_functions
 };
 
-static struct tracer graph_trace __read_mostly = {
+static struct tracer graph_trace __tracer_data = {
        .name           = "function_graph",
        .open           = graph_trace_open,
        .pipe_open      = graph_trace_open,