linux/kernel/trace
Heiko Carstens a9bb18f36c 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 <heiko.carstens@de.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <20100210162346.GA6933@osiris.boeblingen.de.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2010-02-14 09:43:58 +01:00
..
Kconfig tracing/documentation: Cover new frame pointer semantics 2010-01-26 17:00:39 -05:00
Makefile
blktrace.c
ftrace.c ftrace: Fix MATCH_END_ONLY function filter 2010-01-14 22:38:03 -05:00
kmemtrace.c
power-traces.c
ring_buffer.c ring-buffer: Check for end of page in iterator 2010-01-26 16:14:08 -05:00
ring_buffer_benchmark.c
trace.c tracing: Prevent kernel oops with corrupted buffer 2010-01-25 15:11:53 -05:00
trace.h
trace_boot.c
trace_branch.c
trace_clock.c
trace_entries.h
trace_event_profile.c
trace_events.c
trace_events_filter.c tracing/filters: Add comment for match callbacks 2010-01-14 22:38:14 -05:00
trace_export.c
trace_functions.c
trace_functions_graph.c
trace_hw_branches.c
trace_irqsoff.c
trace_kprobe.c tracing/kprobes: Fix probe parsing 2010-02-14 09:43:58 +01:00
trace_ksym.c
trace_mmiotrace.c
trace_nop.c
trace_output.c
trace_output.h
trace_printk.c
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest.c
trace_selftest_dynamic.c
trace_stack.c tracing: Fix circular dead lock in stack trace 2010-02-02 10:20:18 -05:00
trace_stat.c
trace_stat.h
trace_syscalls.c
trace_sysprof.c
trace_workqueue.c