Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_probe.h242 struct trace_probe { struct
255 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() argument
261 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
267 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
273 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
278 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
283 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
289 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
300 static inline struct trace_probe *
305 return list_first_entry(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
[all …]
Dtrace_probe.c781 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
874 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
946 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
966 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
998 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
1012 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
1020 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
1031 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init()
1094 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call()
1116 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file()
[all …]
Dtrace_eprobe.c36 struct trace_probe tp;
264 struct trace_probe *tp; in eprobe_event_define_fields()
289 struct trace_probe *tp; in print_eprobe_event()
381 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size()
742 struct trace_probe *pos, *tp; in enable_trace_eprobe()
787 struct trace_probe *pos, *tp; in disable_trace_eprobe()
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, void *rec, in store_trace_args()
Dtrace_kprobe.c63 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()
352 struct trace_probe *tp; in enable_trace_kprobe()
402 struct trace_probe *tp; in disable_trace_kprobe()
1414 struct trace_probe *tp; in print_kprobe_event()
1444 struct trace_probe *tp; in print_kretprobe_event()
1479 struct trace_probe *tp; in kprobe_event_define_fields()
1494 struct trace_probe *tp; in kretprobe_event_define_fields()
Dtrace_uprobe.c66 struct trace_probe tp;
325 struct trace_probe *tp; in trace_uprobe_primary_from_call()
1076 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1095 struct trace_probe *tp; in probe_event_enable()
1155 struct trace_probe *tp; in probe_event_disable()
1275 struct trace_probe *tp; in uprobe_perf_close()
1299 struct trace_probe *tp; in uprobe_perf_open()
DMakefile101 obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
/linux-6.1.9/drivers/scsi/
DBusLogic.c677 if (blogic_global_options.trace_probe) { in blogic_init_mm_probeinfo()
875 if (blogic_global_options.trace_probe) { in blogic_init_fp_probeinfo()
1031 if (blogic_global_options.trace_probe) in blogic_probe()
1048 if (blogic_global_options.trace_probe) in blogic_probe()
1219 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()
DBusLogic.h251 bool trace_probe:1; /* Bit 0 */ member