Searched refs:trace_probe (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 273 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);
|
D | Makefile | 65 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|
D | trace_kprobe.c | 35 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()
|
D | trace_probe.c | 663 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()
|
D | trace_uprobe.c | 60 struct trace_probe tp;
|
/linux-4.4.14/drivers/scsi/ |
D | BusLogic.c | 739 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()
|
D | BusLogic.h | 266 bool trace_probe:1; /* Bit 0 */ member
|