Searched refs:tracepoint_func (Results 1 – 2 of 2) sorted by relevance
59 struct tracepoint_func probes[0];64 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes()74 static inline void release_probes(struct tracepoint_func *old) in release_probes()83 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()94 static struct tracepoint_func *func_add(struct tracepoint_func **funcs, in func_add()95 struct tracepoint_func *tp_func) in func_add()98 struct tracepoint_func *old, *new; in func_add()117 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()125 static void *func_remove(struct tracepoint_func **funcs, in func_remove()126 struct tracepoint_func *tp_func) in func_remove()[all …]
28 struct tracepoint_func { struct38 struct tracepoint_func __rcu *funcs; argument130 struct tracepoint_func *it_func_ptr; \