diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2021-03-21 14:43:20 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2021-03-21 14:43:20 +0200 |
commit | 53103bcd228bc3652d294c4ea2457c105f3a6655 (patch) | |
tree | 30b74996723a35710b3eece094bf0fa6a411d360 /include/linux/ftrace.h | |
parent | 2bc69ae323d34342c2bda24adeb78c9ff321a9a3 (diff) | |
parent | db1bf2b55b337174e62637e6c23b45f166bdc14e (diff) |
Merge remote-tracking branch 'msm8998/lineage-18.1' into lineage-18.1
Change-Id: Idfef6799ea14906bf74cad7ea86df630ff07416b
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 312a4ef093e3..a85d7b71e329 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -748,7 +748,9 @@ typedef int (*trace_func_graph_ent_t)(struct ftrace_graph_ent *); /* entry */ #ifdef CONFIG_FUNCTION_GRAPH_TRACER /* for init task */ -#define INIT_FTRACE_GRAPH .ret_stack = NULL, +#define INIT_FTRACE_GRAPH \ + .ret_stack = NULL, \ + .tracing_graph_pause = ATOMIC_INIT(0), /* * Stack of return addresses for functions |