tracing: Rename check_ignore_pid() to ignore_this_task()
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 13 Apr 2016 00:39:55 +0000 (20:39 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 19 Apr 2016 14:28:26 +0000 (10:28 -0400)
commit9ebc57cfaad21aacbc363eecead579269a46b493
tree53d2a245259575b69a57f99968ec0fe2fdb55752
parentc3b46c73264b03000d1e18b22f5caf63332547c9
tracing: Rename check_ignore_pid() to ignore_this_task()

The name "check_ignore_pid" is confusing in trying to figure out if the pid
should be ignored or not. Rename it to "ignore_this_task" which is pretty
straight forward, as a task (not a pid) is passed in, and should if true
should be ignored.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events.c