[PATCH 03/13] tracing/kprobes: Move fetch functions to trace_kprobe.c

2013-10-28 Thread Namhyung Kim
From: Hyeoncheol Lee Move kprobes-specific fetch functions to the trace_kprobe.c file. Also define kprobes_fetch_type_table in the .c file. This table is shared with uprobes for now, but the uprobes will get its own table in the later patch. This is a preparation for supporting more fetch funct

[PATCH 03/13] tracing/kprobes: Move fetch functions to trace_kprobe.c

2013-09-02 Thread Namhyung Kim
From: Hyeoncheol Lee Move kprobes-specific fetch functions to the trace_kprobe.c file. Also define kprobes_fetch_type_table in the .c file. This table is shared with uprobes for now, but the uprobes will get its own table in the later patch. This is a preparation for supporting more fetch funct

[PATCH 03/13] tracing/kprobes: Move fetch functions to trace_kprobe.c

2013-08-27 Thread Namhyung Kim
From: Hyeoncheol Lee Move kprobes-specific fetch functions to the trace_kprobe.c file. Also define kprobes_fetch_type_table in the .c file. This table is shared with uprobes for now, but the uprobes will get its own table in the later patch. This is a preparation for supporting more fetch funct

[PATCH 03/13] tracing/kprobes: Move fetch functions to trace_kprobe.c

2013-08-09 Thread Namhyung Kim
From: Hyeoncheol Lee Move kprobes-specific fetch functions to the trace_kprobe.c file. Also define kprobes_fetch_type_table in the .c file. This table is shared with uprobes for now, but the uprobes will get its own table in the later patch. This is a preparation for supporting more fetch funct