tracepoint_func    35 include/linux/tracepoint-defs.h 	struct tracepoint_func __rcu *funcs;
tracepoint_func   164 include/linux/tracepoint.h 		struct tracepoint_func *it_func_ptr;			\
tracepoint_func  1152 kernel/trace/trace_events_hist.c 		struct tracepoint_func *probe_func_ptr;
tracepoint_func    53 kernel/tracepoint.c 	struct tracepoint_func probes[0];
tracepoint_func    91 kernel/tracepoint.c static inline void release_probes(struct tracepoint_func *old)
tracepoint_func   117 kernel/tracepoint.c static void debug_print_probes(struct tracepoint_func *funcs)
tracepoint_func   128 kernel/tracepoint.c static struct tracepoint_func *
tracepoint_func   129 kernel/tracepoint.c func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func,
tracepoint_func   132 kernel/tracepoint.c 	struct tracepoint_func *old, *new;
tracepoint_func   159 kernel/tracepoint.c 			memcpy(new, old, nr_probes * sizeof(struct tracepoint_func));
tracepoint_func   162 kernel/tracepoint.c 			memcpy(new, old, pos * sizeof(struct tracepoint_func));
tracepoint_func   165 kernel/tracepoint.c 			       (nr_probes - pos) * sizeof(struct tracepoint_func));
tracepoint_func   176 kernel/tracepoint.c static void *func_remove(struct tracepoint_func **funcs,
tracepoint_func   177 kernel/tracepoint.c 		struct tracepoint_func *tp_func)
tracepoint_func   180 kernel/tracepoint.c 	struct tracepoint_func *old, *new;
tracepoint_func   228 kernel/tracepoint.c 			       struct tracepoint_func *func, int prio)
tracepoint_func   230 kernel/tracepoint.c 	struct tracepoint_func *old, *tp_funcs;
tracepoint_func   267 kernel/tracepoint.c 		struct tracepoint_func *func)
tracepoint_func   269 kernel/tracepoint.c 	struct tracepoint_func *old, *tp_funcs;
tracepoint_func   308 kernel/tracepoint.c 	struct tracepoint_func tp_func;
tracepoint_func   349 kernel/tracepoint.c 	struct tracepoint_func tp_func;