]> Git Repo - linux.git/commit
tracing: Change apply_subsystem_event_filter() paths to check file->system == dir
authorOleg Nesterov <[email protected]>
Tue, 15 Jul 2014 18:48:29 +0000 (20:48 +0200)
committerSteven Rostedt <[email protected]>
Wed, 16 Jul 2014 18:33:35 +0000 (14:33 -0400)
commitbb9ef1cb7d8668d6b0038b6f9f783c849135e40d
tree73e5fb0db1f01ad6e4031bebc78387c885f1d571
parente738d3ebbf70ebadb83f3a4060dc34f422c2fbe7
tracing: Change apply_subsystem_event_filter() paths to check file->system == dir

filter_free_subsystem_preds(), filter_free_subsystem_filters() and
replace_system_preds() can simply check file->system->subsystem and
avoid strcmp(call->class->system).

Better yet, we can pass "struct ftrace_subsystem_dir *dir" instead of
event_subsystem and just check file->system == dir.

Thanks to Namhyung Kim who pointed out that replace_system_preds() can
be changed too.

Link: http://lkml.kernel.org/p/[email protected]
Signed-off-by: Oleg Nesterov <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
kernel/trace/trace_events_filter.c
This page took 0.056339 seconds and 4 git commands to generate.