Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_probe.h241 struct trace_probe { struct
254 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument
260 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
266 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
272 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
277 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
282 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
288 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
299 static inline struct trace_probe *
304 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()
903 int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return) in traceprobe_set_print_fmt()
923 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
955 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
969 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
977 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
988 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init()
1032 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
1048 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file()
[all …]
Dtrace_kprobe.c60 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()
561 struct trace_probe *pos; in trace_kprobe_has_same_kprobe()
1474 struct trace_probe *tp; in print_kprobe_event()
1504 struct trace_probe *tp; in print_kretprobe_event()
1539 struct trace_probe *tp; in kprobe_event_define_fields()
[all …]
Dtrace_uprobe.c64 struct trace_probe tp;
325 struct trace_probe *tp; in trace_uprobe_primary_from_call()
411 struct trace_probe *pos; in trace_uprobe_has_same_uprobe()
1071 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1073 struct trace_probe *pos; in __probe_event_disable()
1092 struct trace_probe *pos, *tp; in probe_event_enable()
1153 struct trace_probe *tp; in probe_event_disable()
1273 struct trace_probe *pos, *tp; in uprobe_perf_close()
1298 struct trace_probe *pos, *tp; in uprobe_perf_open()
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()
DMakefile92 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/Linux-v5.10/drivers/scsi/
DBusLogic.c734 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
974 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1138 if (blogic_global_options.trace_probe) in blogic_probe()
1155 if (blogic_global_options.trace_probe) in blogic_probe()
1326 if (blogic_global_options.trace_probe) in blogic_checkadapter()
3792 blogic_global_options.trace_probe = true; in blogic_parseopts()
3800 blogic_global_options.trace_probe = true; in blogic_parseopts()
DBusLogic.h259 bool trace_probe:1; /* Bit 0 */ member