Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_probe.h273 struct trace_probe { struct
288 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() argument
293 static inline bool trace_probe_is_registered(struct trace_probe *tp) in trace_probe_is_registered()
317 find_event_file_link(struct trace_probe *tp, struct trace_event_file *file) in find_event_file_link()
348 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
364 store_trace_args(int ent_size, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
394 extern int set_print_fmt(struct trace_probe *tp, bool is_return);
DMakefile65 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
Dtrace_kprobe.c35 struct trace_probe tp;
1009 struct trace_probe *tp; in print_kprobe_event()
1014 tp = container_of(event, struct trace_probe, call.event); in print_kprobe_event()
1040 struct trace_probe *tp; in print_kretprobe_event()
1045 tp = container_of(event, struct trace_probe, call.event); in print_kretprobe_event()
Dtrace_probe.c663 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
707 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
Dtrace_uprobe.c60 struct trace_probe tp;
/linux-4.4.14/drivers/scsi/
DBusLogic.c739 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
979 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1143 if (blogic_global_options.trace_probe) in blogic_probe()
1160 if (blogic_global_options.trace_probe) in blogic_probe()
1331 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3786 blogic_global_options.trace_probe = true; in blogic_parseopts()
3794 blogic_global_options.trace_probe = true; in blogic_parseopts()
DBusLogic.h266 bool trace_probe:1; /* Bit 0 */ member