commit | a47b53e95accfd2814efe39dfca06dbd45cd857a | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Aug 13 12:14:35 2019 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sat Aug 31 12:19:40 2019 -0400 |
tree | 895add0fb494cebe38e0fe9b2852a0beb28b43d8 | |
parent | 58fe7a87db51ea00596187765dabfc2c4ea2b436 [diff] |
tracing: Rename tracing_reset() to tracing_reset_cpu() The name tracing_reset() was a misnomer, as it really only reset a single CPU buffer. Rename it to tracing_reset_cpu() and also make it static and remove the prototype from trace.h, as it is only used in a single function. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>