• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/

Lines Matching refs:trace_probe

475 /* Flags for trace_probe */
479 struct trace_probe {
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 *tp;
598 static void free_trace_probe(struct trace_probe *tp)
611 static struct trace_probe *find_probe_event(const char *event,
614 struct trace_probe *tp;
623 /* Unregister a trace_probe and probe_event: call with locking probe_lock */
624 static void unregister_trace_probe(struct trace_probe *tp)
634 /* Register a trace_probe and probe_event */
635 static int register_trace_probe(struct trace_probe *tp)
637 struct trace_probe *old_tp;
812 static int parse_probe_arg(char *arg, struct trace_probe *tp,
882 struct trace_probe *tp;
987 pr_info("Failed to allocate trace_probe.(%d)\n",
1050 struct trace_probe *tp;
1055 tp = list_entry(probe_list.next, struct trace_probe, list);
1082 struct trace_probe *tp = v;
1196 struct trace_probe *tp = v;
1225 static __kprobes int __get_data_size(struct trace_probe *tp,
1241 static __kprobes void store_trace_args(int ent_size, struct trace_probe *tp,
1275 struct trace_probe *tp = container_of(kp, struct trace_probe, rp.kp);
1308 struct trace_probe *tp = container_of(ri->rp, struct trace_probe, rp);
1343 struct trace_probe *tp;
1348 tp = container_of(event, struct trace_probe, call.event);
1379 struct trace_probe *tp;
1384 tp = container_of(event, struct trace_probe, call.event);
1417 struct trace_probe *tp = (struct trace_probe *)call->data;
1428 struct trace_probe *tp = (struct trace_probe *)call->data;
1454 struct trace_probe *tp = (struct trace_probe *)event_call->data;
1475 struct trace_probe *tp = (struct trace_probe *)event_call->data;
1493 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len)
1536 static int set_print_fmt(struct trace_probe *tp)
1560 struct trace_probe *tp = container_of(kp, struct trace_probe, rp.kp);
1591 struct trace_probe *tp = container_of(ri->rp, struct trace_probe, rp);
1620 struct trace_probe *tp = (struct trace_probe *)call->data;
1632 struct trace_probe *tp = (struct trace_probe *)call->data;
1669 struct trace_probe *tp = container_of(kp, struct trace_probe, rp.kp);
1683 struct trace_probe *tp = container_of(ri->rp, struct trace_probe, rp);
1702 static int register_probe_event(struct trace_probe *tp)
1735 static void unregister_probe_event(struct trace_probe *tp)
1784 struct trace_probe *tp;