Symbol: tracepoint_func
include/linux/tracepoint-defs.h
46
struct tracepoint_func __rcu *funcs;
include/linux/tracepoint.h
220
struct tracepoint_func *it_func_ptr; \
include/linux/tracepoint.h
366
struct tracepoint_func *it_func_ptr; \
kernel/trace/trace_events_hist.c
834
struct tracepoint_func *probe_func_ptr;
kernel/trace/trace_events_user.c
1670
struct tracepoint_func *probe_func_ptr;
kernel/trace/trace_events_user.c
2274
struct tracepoint_func *probe_func_ptr;
kernel/tracepoint.c
115
static inline void release_probes(struct tracepoint *tp, struct tracepoint_func *old)
kernel/tracepoint.c
131
static void debug_print_probes(struct tracepoint_func *funcs)
kernel/tracepoint.c
142
static struct tracepoint_func *
kernel/tracepoint.c
143
func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func,
kernel/tracepoint.c
146
struct tracepoint_func *old, *new;
kernel/tracepoint.c
195
static void *func_remove(struct tracepoint_func **funcs,
kernel/tracepoint.c
196
struct tracepoint_func *tp_func)
kernel/tracepoint.c
199
struct tracepoint_func *old, *new;
kernel/tracepoint.c
260
static enum tp_func_state nr_func_state(const struct tracepoint_func *tp_funcs)
kernel/tracepoint.c
271
static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs)
kernel/tracepoint.c
287
struct tracepoint_func *func, int prio,
kernel/tracepoint.c
290
struct tracepoint_func *old, *tp_funcs;
kernel/tracepoint.c
360
struct tracepoint_func *func)
kernel/tracepoint.c
362
struct tracepoint_func *old, *tp_funcs;
kernel/tracepoint.c
437
struct tracepoint_func tp_func;
kernel/tracepoint.c
466
struct tracepoint_func tp_func;
kernel/tracepoint.c
507
struct tracepoint_func tp_func;
kernel/tracepoint.c
95
struct tracepoint_func probes[];