Re: [PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v7)

2013-11-27 Thread Masami Hiramatsu
(2013/11/27 15:19), Namhyung Kim wrote: > - print 0x prefix for unsigned types Ah, yeah, this is good for human, but not good for sscanf :P glibc's sscanf doesn't support %#x ... Thank you, -- Masami HIRAMATSU IT Management Research Dept. Linux Technology Center Hitachi, Ltd., Yokohama Resear

[PATCHSET 00/17] tracing/uprobes: Add support for more fetch methods (v7)

2013-11-26 Thread Namhyung Kim
Hello, This patchset implements memory (address), stack[N], deference, bitfield, retval (it needs uretprobe tho) and file_offset fetch methods for uprobes. It's based on the previous work [1] done by Hyeoncheol Lee. Now kprobes and uprobes have their own fetch_type_tables and, in turn, memory an