Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h258 struct trace_probe { struct
272 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument
278 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
284 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
290 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
295 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
300 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
306 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
317 static inline struct trace_probe *
322 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
[all …]
H A Dtrace_probe.c602 static int __store_entry_arg(struct trace_probe *tp, int argnum);
773 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
821 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
844 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data()
1542 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
1831 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
1901 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
1921 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
1953 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
1967 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
[all …]
H A Dtrace_fprobe.c50 struct trace_probe tp;
219 void store_fprobe_entry_data(void *edata, struct trace_probe *tp, struct ftrace_regs *fregs) in store_fprobe_entry_data()
480 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
498 struct trace_probe *tp; in enable_trace_fprobe()
533 struct trace_probe *tp; in disable_trace_fprobe()
571 struct trace_probe *tp; in print_fentry_event()
601 struct trace_probe *tp; in print_fexit_event()
635 struct trace_probe *tp; in fentry_event_define_fields()
650 struct trace_probe *tp; in fexit_event_define_fields()
969 struct trace_probe *tp = &tf->tp; in reenable_trace_fprobe()
H A Dtrace_eprobe.c36 struct trace_probe tp;
237 struct trace_probe *tp; in eprobe_event_define_fields()
262 struct trace_probe *tp; in print_eprobe_event()
355 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size()
647 struct trace_probe *tp; in enable_trace_eprobe()
704 struct trace_probe *tp; in disable_trace_eprobe()
H A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, void *regs, void *edata) in __get_data_size()
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, void *edata, in store_trace_args()
H A Dtrace_kprobe.c64 struct trace_probe tp;
218 struct trace_probe *tp; in trace_kprobe_primary_from_call()
339 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
360 struct trace_probe *tp; in enable_trace_kprobe()
410 struct trace_probe *tp; in disable_trace_kprobe()
1560 struct trace_probe *tp; in print_kprobe_event()
1590 struct trace_probe *tp; in print_kretprobe_event()
1625 struct trace_probe *tp; in kprobe_event_define_fields()
1640 struct trace_probe *tp; in kretprobe_event_define_fields()
H A Dtrace_uprobe.c67 struct trace_probe tp;
321 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1116 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1139 struct trace_probe *tp; in probe_event_enable()
1199 struct trace_probe *tp; in probe_event_disable()
1316 struct trace_probe *tp; in uprobe_perf_close()
1340 struct trace_probe *tp; in uprobe_perf_open()
H A DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/linux/drivers/scsi/
H A DBusLogic.c678 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
876 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1032 if (blogic_global_options.trace_probe) in blogic_probe()
1049 if (blogic_global_options.trace_probe) in blogic_probe()
1220 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3620 blogic_global_options.trace_probe = true; in blogic_parseopts()
3628 blogic_global_options.trace_probe = true; in blogic_parseopts()
H A DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member