diff options
author | Heiko Carstens <[email protected]> | 2010-02-10 17:23:47 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-02-14 09:43:58 +0100 |
commit | a9bb18f36c8056f0712fb28c52c0f85d98438dfb (patch) | |
tree | 408900306e5730221cb026f9c8fe9bdc9ec14d7c /tools/perf/scripts/python | |
parent | 4f48f8b7fd18c44f8478174f9925cc3c059c6ce4 (diff) |
tracing/kprobes: Fix probe parsing
Trying to add a probe like:
echo p:myprobe 0x10000 > /sys/kernel/debug/tracing/kprobe_events
will fail since the wrong pointer is passed to strict_strtoul
when trying to convert the address to an unsigned long.
Signed-off-by: Heiko Carstens <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Steven Rostedt <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions