Home
last modified time | relevance | path

Searched refs:tracepoint_func (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dtracepoint.c59 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 *
95 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
98 struct tracepoint_func *old, *new; in func_add()
125 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
128 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
131 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
[all …]
/linux-4.4.14/include/linux/
Dtracepoint.h28 struct tracepoint_func { struct
39 struct tracepoint_func __rcu *funcs; argument
147 struct tracepoint_func *it_func_ptr; \