]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Check pid filtering when creating events
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 26 Nov 2021 18:35:26 +0000 (13:35 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 26 Nov 2021 19:31:23 +0000 (14:31 -0500)
commit486967fa406984d065bbedfe35ce6f1de7238f72
treeb249a21d63b5825fa4a125f62acf2aa4caed1463
parent48ef711e33d380174e71d38a266d6f3a5ae0fc1f
tracing: Check pid filtering when creating events

When pid filtering is activated in an instance, all of the events trace
files for that instance has the PID_FILTER flag set. This determines
whether or not pid filtering needs to be done on the event, otherwise the
event is executed as normal.

If pid filtering is enabled when an event is created (via a dynamic event
or modules), its flag is not updated to reflect the current state, and the
events are not filtered properly.

Cc: stable@vger.kernel.org
Fixes: 8adda433032ee ("tracing: Implement event pid filtering")
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_events.c