Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dtracepoint.c98 struct tracepoint_func probes[];
142 static inline void release_probes(struct tracepoint_func *old) in release_probes()
168 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes()
179 static struct tracepoint_func *
180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add()
183 struct tracepoint_func *old, *new; in func_add()
231 memcpy(new, old, nr_probes * sizeof(struct tracepoint_func)); in func_add()
234 memcpy(new, old, pos * sizeof(struct tracepoint_func)); in func_add()
237 (nr_probes - pos) * sizeof(struct tracepoint_func)); in func_add()
248 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dtracepoint-defs.h26 struct tracepoint_func { struct
40 struct tracepoint_func __rcu *funcs; argument
Dtracepoint.h181 struct tracepoint_func *it_func_ptr; \
315 struct tracepoint_func *it_func_ptr; \
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_events_hist.c593 struct tracepoint_func *probe_func_ptr; in trace_synth()