commit | 252babcd52aabe37aaad03685e7d6ad454edb9f9 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Apr 06 12:11:36 2017 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Apr 10 14:33:54 2017 -0400 |
tree | 8698b44de4171656c783879ddf5b4d3be22c3065 | |
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>