commit | 0fc3ca9a10a61a77f18710fb708b41fd99c79a56 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jan 27 22:46:46 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Feb 07 20:56:18 2011 -0500 |
tree | 339fb23a53a54ed9c0f9b9c10344d10cfddd35ea | |
parent | c9c53ca03d6f97fdd9832d5ed3f15b30ee5cdb86 [diff] |
tracing/filter: Call synchronize_sched() just once for system filters By separating out the reseting of the filter->n_preds to zero from the reallocation of preds for the filter, we can reset groups of filters first, call synchronize_sched() just once, and then reallocate each of the filters in the system group. Cc: Tom Zanussi <tzanussi@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>