Searched refs:trace_probe (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/kernel/trace/ |
| D | trace_probe.h | 291 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);
|
| D | Makefile | 81 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
|
| D | trace_kprobe.c | 29 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()
|
| D | trace_probe.c | 612 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()
|
| D | trace_uprobe.c | 51 struct trace_probe tp;
|
| /Linux-v4.19/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() 3794 blogic_global_options.trace_probe = true; in blogic_parseopts() 3802 blogic_global_options.trace_probe = true; in blogic_parseopts()
|
| D | BusLogic.h | 266 bool trace_probe:1; /* Bit 0 */ member
|