Searched refs:trace_probe (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c475 /* Flags for trace_probe */
479 struct trace_probe { struct
493 (offsetof(struct trace_probe, args) + \
497 static __kprobes int probe_is_return(struct trace_probe *tp)
502 static __kprobes const char *probe_symbol(struct trace_probe *tp)
507 static int register_probe_event(struct trace_probe *tp);
508 static void unregister_probe_event(struct trace_probe *tp);
530 * Allocate new trace_probe and initialize it (including kprobes).
532 static struct trace_probe *alloc_trace_probe(const char *group,
539 struct trace_probe *t
[all...]

Completed in 23 milliseconds