Skip to content
Commit 140fe3b1 authored by Xiao Guangrong's avatar Xiao Guangrong Committed by Steven Rostedt
Browse files

jump_label: Fix jump_label update for modules



The jump labels entries for modules do not stop at __stop__jump_table,
but after mod->jump_entries + mod_num_jump_entries.

By checking the wrong end point, module trace events never get enabled.

Cc: Ingo Molnar <mingo@elte.hu>
Acked-by: default avatarJason Baron <jbaron@redhat.com>
Tested-by: default avatarAvi Kivity <avi@redhat.com>
Tested-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/4E00038B.2060404@cn.fujitsu.com


Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent debf1d49
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment