Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_probe.h291 struct trace_probe { struct
306 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() argument
311 static inline bool trace_probe_is_registered(struct trace_probe *tp) in trace_probe_is_registered()
335 find_event_file_link(struct trace_probe *tp, struct trace_event_file *file) in find_event_file_link()
360 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
376 store_trace_args(int ent_size, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
406 extern int set_print_fmt(struct trace_probe *tp, bool is_return);
DMakefile81 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
Dtrace_kprobe.c29 struct trace_probe tp;
1135 struct trace_probe *tp; in print_kprobe_event()
1140 tp = container_of(event, struct trace_probe, call.event); in print_kprobe_event()
1166 struct trace_probe *tp; in print_kretprobe_event()
1171 tp = container_of(event, struct trace_probe, call.event); in print_kretprobe_event()
Dtrace_probe.c612 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
656 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
Dtrace_uprobe.c51 struct trace_probe tp;
/Linux-v4.19/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()
3794 blogic_global_options.trace_probe = true; in blogic_parseopts()
3802 blogic_global_options.trace_probe = true; in blogic_parseopts()
DBusLogic.h266 bool trace_probe:1; /* Bit 0 */ member