Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_probe.h235 struct trace_probe { struct
248 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument
254 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
260 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
266 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
271 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
276 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
282 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
293 static inline struct trace_probe *
298 return list_first_entry(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
[all …]
Dtrace_probe.c748 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, char *arg, in traceprobe_parse_probe_arg()
841 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
901 int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return) in traceprobe_set_print_fmt()
921 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
953 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
967 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
975 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
986 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init()
1026 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
1042 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file()
[all …]
Dtrace_kprobe.c61 struct trace_probe tp;
210 struct trace_probe *tp; in trace_kprobe_primary_from_call()
331 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
333 struct trace_probe *pos; in __disable_trace_kprobe()
354 struct trace_probe *pos, *tp; in enable_trace_kprobe()
405 struct trace_probe *tp; in disable_trace_kprobe()
540 struct trace_probe *pos; in trace_kprobe_has_same_kprobe()
1255 struct trace_probe *tp; in print_kprobe_event()
1285 struct trace_probe *tp; in print_kretprobe_event()
1320 struct trace_probe *tp; in kprobe_event_define_fields()
[all …]
Dtrace_probe_tmpl.h172 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
191 store_trace_args(void *data, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
Dtrace_uprobe.c71 struct trace_probe tp;
332 struct trace_probe *tp; in trace_uprobe_primary_from_call()
418 struct trace_probe *pos; in trace_uprobe_has_same_uprobe()
1065 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1067 struct trace_probe *pos; in __probe_event_disable()
1085 struct trace_probe *pos, *tp; in probe_event_enable()
1146 struct trace_probe *tp; in probe_event_disable()
1273 struct trace_probe *pos, *tp; in uprobe_perf_multi_call()
DMakefile83 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/Linux-v5.4/drivers/scsi/
DBusLogic.c733 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
973 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1137 if (blogic_global_options.trace_probe) in blogic_probe()
1154 if (blogic_global_options.trace_probe) in blogic_probe()
1325 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3790 blogic_global_options.trace_probe = true; in blogic_parseopts()
3798 blogic_global_options.trace_probe = true; in blogic_parseopts()
DBusLogic.h259 bool trace_probe:1; /* Bit 0 */ member