tracing: Add set_event_pid directory for future use
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 24 Sep 2015 15:33:26 +0000 (11:33 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 26 Oct 2015 01:33:55 +0000 (21:33 -0400)
commit4909010788640b7101bf50cddb7c5e60172b4433
treed2d0d1d731194a6b0fee3ddc7838ab7d1c1e3513
parent7904b5c4988e18b50056b5e71a3ffca752a8a451
tracing: Add set_event_pid directory for future use

Create a tracing directory called set_event_pid, which currently has no
function, but will be used to filter all events for the tracing instance or
the pids that are added to the file.

The reason no functionality is added with this commit is that this commit
focuses on the creation and removal of the pids in a safe manner. And tests
can be made against this change to make sure things are correct before
hooking features to the list of pids.

Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.h
kernel/trace/trace_events.c