aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-09-11 21:51:25 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-09-26 16:41:44 +0400
commit4d4e778e426251878d23a92c021479207f4192b5 (patch)
tree99a6c26eae452c004baf16ab3113cb24f1b90643
parent5ecd033a0093508f7507512b4d3cb64d9f976925 (diff)
Temporary fix until the issue is fixed in the topic itself. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--kernel/trace/trace_functions_graph.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
index 372c83543e5f..6bcdee71a9e4 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -1439,20 +1439,6 @@ static int func_graph_set_flag(u32 old_flags, u32 bit, int set)
return 0;
}
-static struct trace_event_functions graph_functions = {
- .trace = print_graph_function_event,
-};
-
-static struct trace_event graph_trace_entry_event = {
- .type = TRACE_GRAPH_ENT,
- .funcs = &graph_functions,
-};
-
-static struct trace_event graph_trace_ret_event = {
- .type = TRACE_GRAPH_RET,
- .funcs = &graph_functions
-};
-
static struct tracer graph_trace __tracer_data = {
.name = "function_graph",
.open = graph_trace_open,