diff options
author | 2011-06-21 10:35:55 +0800 | |
---|---|---|
committer | 2011-06-29 09:59:17 -0400 | |
commit | 140fe3b1ab9c082182ef13359fab4ddba95c24c3 (patch) | |
tree | e59debeb1aea1650fd490b0264f66b4f70a26aca /kernel/trace/trace_functions.c | |
parent | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent (diff) | |
download | linux-dev-140fe3b1ab9c082182ef13359fab4ddba95c24c3.tar.xz linux-dev-140fe3b1ab9c082182ef13359fab4ddba95c24c3.zip |
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: Jason Baron <jbaron@redhat.com>
Tested-by: Avi Kivity <avi@redhat.com>
Tested-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/4E00038B.2060404@cn.fujitsu.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_functions.c')
0 files changed, 0 insertions, 0 deletions