Home
last modified time | relevance | path

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

/linux-4.1.27/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 *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 …]
/linux-4.1.27/include/linux/
Dtracepoint.h28 struct tracepoint_func { struct
38 struct tracepoint_func __rcu *funcs; argument
130 struct tracepoint_func *it_func_ptr; \