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

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions

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

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions

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

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions

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

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions