Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtracepoint.c66 struct tracepoint_func probes[0];
71 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes()
104 static inline void release_probes(struct tracepoint_func *old) in release_probes()
130 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
141 static struct tracepoint_func *
142 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
145 struct tracepoint_func *old, *new; in func_add()
172 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
175 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
178 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
[all …]
/Linux-v4.19/include/linux/
Dtracepoint-defs.h24 struct tracepoint_func { struct
35 struct tracepoint_func __rcu *funcs; argument
Dtracepoint.h166 struct tracepoint_func *it_func_ptr; \
/Linux-v4.19/kernel/trace/
Dtrace_events_hist.c851 struct tracepoint_func *probe_func_ptr; in trace_synth()