diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-04-06 12:11:36 -0400 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-04-10 14:33:54 -0400 |
commit | 252babcd52aabe37aaad03685e7d6ad454edb9f9 (patch) | |
tree | 8698b44de4171656c783879ddf5b4d3be22c3065 /include/linux/ftrace.h | |
parent | 0598e4f08e3da1fea2ee3b4765a44798147a8c62 (diff) |
tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.c
The updates to the trace_active per cpu variable can be updated with the
__this_cpu_*() functions as it only gets updated on the CPU that the variable
is on.
Thanks to Paul McKenney for suggesting __this_cpu_* instead of this_cpu_*.
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace.h')
0 files changed, 0 insertions, 0 deletions