[RFC PATCH v4 11/34] early kprobes: introduces macros for allocing early kprobe resources.

2015-03-02 Thread Wang Nan
Introduces macros to genearte common early kprobe related resource allocator. All early kprobe related resources are statically allocated during linking for each early kprobe slot. For each type of resource, a bitmap is used to track allocation. __DEFINE_EKPROBE_ALLOC_OPS defines alloc and free

[RFC PATCH v4 11/34] early kprobes: introduces macros for allocing early kprobe resources.

2015-03-02 Thread Wang Nan
Introduces macros to genearte common early kprobe related resource allocator. All early kprobe related resources are statically allocated during linking for each early kprobe slot. For each type of resource, a bitmap is used to track allocation. __DEFINE_EKPROBE_ALLOC_OPS defines alloc and free