Re: [PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-17 Thread Hyeoncheol Lee
2012/10/16 Masami Hiramatsu : > (2012/10/16 18:02), Hyeoncheol Lee wrote: >> Event arguments except @SYM are supported. They are @ADDR, >> $stack, $stackN, $retval, and offs(arguments). >> >> Cc: Masami Hiramatsu >> Cc: Srikar Dronamraju >> Signed-off-by: Hyeoncheol Lee >> --- > > [...] >>

Re: [PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-17 Thread Hyeoncheol Lee
2012/10/16 Masami Hiramatsu masami.hiramatsu...@hitachi.com: (2012/10/16 18:02), Hyeoncheol Lee wrote: Event arguments except @SYM are supported. They are @ADDR, $stack, $stackN, $retval, and offs(arguments). Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju

Re: [PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-16 Thread Masami Hiramatsu
(2012/10/16 18:02), Hyeoncheol Lee wrote: > Event arguments except @SYM are supported. They are @ADDR, > $stack, $stackN, $retval, and offs(arguments). > > Cc: Masami Hiramatsu > Cc: Srikar Dronamraju > Signed-off-by: Hyeoncheol Lee > --- [...] > #define DEFINE_FETCH_stack(type)

[PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-16 Thread Hyeoncheol Lee
Event arguments except @SYM are supported. They are @ADDR, $stack, $stackN, $retval, and offs(arguments). Cc: Masami Hiramatsu Cc: Srikar Dronamraju Signed-off-by: Hyeoncheol Lee --- kernel/trace/trace_kprobe.c |6 +- kernel/trace/trace_probe.c | 162

[PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-16 Thread Hyeoncheol Lee
Event arguments except @SYM are supported. They are @ADDR, $stack, $stackN, $retval, and offs(arguments). Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Signed-off-by: Hyeoncheol Lee hyc@gmail.com --- kernel/trace/trace_kprobe.c |6 +-

Re: [PATCH] uprobes tracer: Add stack/memory/retval access support

2012-10-16 Thread Masami Hiramatsu
(2012/10/16 18:02), Hyeoncheol Lee wrote: Event arguments except @SYM are supported. They are @ADDR, $stack, $stackN, $retval, and offs(arguments). Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Signed-off-by: Hyeoncheol Lee