aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMasami Hiramatsu <[email protected]>2009-01-06 14:41:53 -0800
committerLinus Torvalds <[email protected]>2009-01-06 15:59:21 -0800
commit49ad2fd76c97133fb396edc24ded7fe26093a578 (patch)
tree59cf1df91ff982f16a17d56a4a76f159920c3904 /tools/perf/scripts/python
parente8386a0cb22f4a2d439384212c494ad0bda848fe (diff)
kprobes: remove called_from argument
Remove called_from argument from kprobes which had been used for preventing self-refering of kernel module. However, since we don't keep module's refcount after registering kprobe any more, there is no reason to check that. This patch also simplifies registering/unregistering functions because we don't need to use __builtin_return_address(0) which was passed to called_from. [[email protected]: build fix] Signed-off-by: Masami Hiramatsu <[email protected]> Acked-by: Ananth N Mavinakayanahalli <[email protected]> Cc: Anil S Keshavamurthy <[email protected]> Signed-off-by: Ananth N Mavinakayanahalli <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions