-
由 Steven Rostedt 提交于
In order to add the ability to let tasks that are filtered by the events have their children also be traced on fork (and then not traced on exit), convert the array into a pid bitmask. Most of the time the number of pids is only 32768 pids or a 4k bitmask, which is the same size as the default list currently is, and that list could grow if more pids are listed. This also greatly simplifies the code. Suggested-by: N"H. Peter Anvin" <hpa@zytor.com> Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
f4d34a87